index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-01-03
1
-27
/
+34
|
\
|
*
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
1
-1
/
+1
|
*
Fix some address-handling deadlocks
Pieter Wuille
2012-01-02
1
-26
/
+33
*
|
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2011-12-19
1
-0
/
+2
|
\
|
|
*
Add my DNS seed domain
Luke Dashjr
2011-12-19
1
-0
/
+1
|
*
Add sipa's new dnsseed.
Matt Corallo
2011-12-19
1
-0
/
+1
*
|
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2011-12-12
1
-1
/
+14
|
\
|
|
*
Merge branch 'restore_old_miniupnp_compat' into 0.4.x
Luke Dashjr
2011-12-12
1
-1
/
+14
|
|
\
|
|
*
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Luke Dashjr
2011-12-10
1
-1
/
+14
*
|
|
Move DNS Seed lookup to a new thread.
Matt Corallo
2011-12-02
1
-1
/
+38
|
\
|
|
|
*
|
Move DNS Seed lookup to a new thread.
Matt Corallo
2011-12-02
1
-1
/
+38
|
*
|
Remove vladimir's DNS seed, at his request.
Jeff Garzik
2011-11-15
1
-1
/
+0
*
|
|
Remove vladimir's DNS seed, at his request.
Jeff Garzik
2011-10-31
1
-1
/
+0
*
|
|
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-11
/
+11
*
|
|
Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_...
Gavin Andresen
2011-10-05
1
-1
/
+2
|
\
|
|
|
*
|
Bugfix: report error creating ThreadSocketHandler thread just like the rest
Luke Dashjr
2011-10-03
1
-1
/
+2
*
|
|
Merge pull request #561 from luke-jr/optimize_conn_adjtime
Gavin Andresen
2011-10-05
1
-2
/
+4
|
\
\
\
|
*
|
|
Only GetAdjustedTime once for the retry loop
Luke Dashjr
2011-10-03
1
-2
/
+4
|
|
/
/
*
/
/
Framework for banning mis-behaving peers
Gavin Andresen
2011-09-21
1
-1
/
+53
|
/
/
*
|
SocketHandler thread can be detached
Pieter Wuille
2011-09-19
1
-1
/
+1
*
|
Fix AddAddress cs_mapaddresses/db transaction deadlock
Gavin Andresen
2011-09-06
1
-15
/
+21
*
|
Stay connected to seed nodes; disconnecting causes problems if you are trying...
Gavin Andresen
2011-09-02
1
-30
/
+0
*
|
Give hard-coded seed nodes a random last-seen time, to randomize order they'r...
Gavin Andresen
2011-09-02
1
-1
/
+4
*
|
Update the list of seednodes.
Daniel Folkinshteyn
2011-09-02
1
-40
/
+64
*
|
Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin
Gavin Andresen
2011-09-01
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make some global variables less-global (static)
Giel van Schijndel
2011-08-19
1
-2
/
+2
*
|
Upgrade dependancies and tweak build process.
Matt Corallo
2011-08-23
1
-12
/
+3
|
/
*
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-11
1
-0
/
+1
|
\
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
Test for SO_NOSIGPIPE rather than assuming all BSDs support it.
Venkatesh Srinivas
2011-08-10
1
-2
/
+2
*
|
Do-nothing MapPort() ifndef USE_UPNP. fixes #450
Gavin Andresen
2011-08-09
1
-0
/
+5
|
/
*
Identify as "Bitcoin + version number" when mapping UPnP port
Johannes Henninger
2011-08-01
1
-2
/
+3
*
Single DB transaction for addresses from DNS seeds
Stéphane Gimenez
2011-07-14
1
-1
/
+5
*
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-14
1
-3
/
+11
*
fix warning: unused variable 'X' [-Wunused-variable]
Giel van Schijndel
2011-07-13
1
-1
/
+1
*
fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...
Giel van Schijndel
2011-07-13
1
-1
/
+1
*
Added a couple minor things to match newer build process.
Matt Corallo
2011-07-05
1
-0
/
+5
*
Give more detailed error messages for connection failure.
Matt Corallo
2011-07-02
1
-1
/
+5
*
Merge pull request #368 from TheBlueMatt/dnsseed
Jeff Garzik
2011-07-01
1
-10
/
+13
|
\
|
*
Only use dnsseeds and static seeds when not on testnet.
Matt Corallo
2011-07-01
1
-10
/
+13
*
|
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-07-01
1
-2
/
+2
|
/
*
Merge pull request #367 from TheBlueMatt/dnsseed
Jeff Garzik
2011-06-30
1
-0
/
+1
|
\
|
*
Add new DNSSeed dnsseed.bluematt.me.
Matt Corallo
2011-06-30
1
-0
/
+1
*
|
Fix connection failure debug output
Joerie de Gram
2011-06-28
1
-1
/
+1
|
/
*
CWallet class
Pieter Wuille
2011-06-15
1
-2
/
+2
*
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
1
-0
/
+5
|
\
|
*
Only include strlcpy.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
Only include init.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
Only include net.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
Only include db.h when we have to.
Jordan Lewis
2011-05-15
1
-0
/
+1
[next]