index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Age
Commit message (
Expand
)
Author
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Merge pull request #707 from gavinandresen/BIP14
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-16
Add my DNS seed domain
Luke Dashjr
2011-12-16
Add sipa's new dnsseed.
Matt Corallo
2011-12-12
Merge pull request #694 from luke-jr/restore_old_miniupnp_compat
Gavin Andresen
2011-12-10
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Luke Dashjr
2011-11-26
Move DNS Seed lookup to a new thread.
Matt Corallo
2011-10-31
Remove vladimir's DNS seed, at his request.
Jeff Garzik
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-10-05
Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_...
Gavin Andresen
2011-10-05
Merge pull request #561 from luke-jr/optimize_conn_adjtime
Gavin Andresen
2011-10-03
Bugfix: report error creating ThreadSocketHandler thread just like the rest
Luke Dashjr
2011-10-03
Only GetAdjustedTime once for the retry loop
Luke Dashjr
2011-09-21
Framework for banning mis-behaving peers
Gavin Andresen
2011-09-19
SocketHandler thread can be detached
Pieter Wuille
2011-09-06
Fix AddAddress cs_mapaddresses/db transaction deadlock
Gavin Andresen
2011-09-02
Stay connected to seed nodes; disconnecting causes problems if you are trying...
Gavin Andresen
2011-09-02
Give hard-coded seed nodes a random last-seen time, to randomize order they'r...
Gavin Andresen
2011-09-02
Update the list of seednodes.
Daniel Folkinshteyn
2011-09-01
Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin
Gavin Andresen
2011-08-23
Upgrade dependancies and tweak build process.
Matt Corallo
2011-08-19
Make some global variables less-global (static)
Giel van Schijndel
2011-08-11
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-10
Test for SO_NOSIGPIPE rather than assuming all BSDs support it.
Venkatesh Srinivas
2011-08-09
Do-nothing MapPort() ifndef USE_UPNP. fixes #450
Gavin Andresen
2011-08-09
Unify copyright notices.
Matt Corallo
2011-08-01
Identify as "Bitcoin + version number" when mapping UPnP port
Johannes Henninger
2011-07-14
Single DB transaction for addresses from DNS seeds
Stéphane Gimenez
2011-07-14
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-13
fix warning: unused variable 'X' [-Wunused-variable]
Giel van Schijndel
2011-07-13
fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...
Giel van Schijndel
2011-07-05
Added a couple minor things to match newer build process.
Matt Corallo
2011-07-02
Give more detailed error messages for connection failure.
Matt Corallo
2011-07-01
Merge pull request #368 from TheBlueMatt/dnsseed
Jeff Garzik
2011-07-01
Only use dnsseeds and static seeds when not on testnet.
Matt Corallo
2011-07-01
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-06-30
Merge pull request #367 from TheBlueMatt/dnsseed
Jeff Garzik
2011-06-30
Add new DNSSeed dnsseed.bluematt.me.
Matt Corallo
2011-06-28
Fix connection failure debug output
Joerie de Gram
2011-06-15
CWallet class
Pieter Wuille
2011-06-14
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-12
Faster timeout when connecting
Pieter Wuille
2011-06-07
Fix CPU Usage bug when using -nolisten and have no connections.
Matt Corallo
2011-06-02
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
Doug Huff
2011-06-02
Bugfix for dnsseed introduced by dnslookup
v0.3.22
Pieter Wuille
2011-05-16
Merge pull request #221 from gavinandresen/portoption
Jeff Garzik
2011-05-15
Only include strlcpy.h when we have to
Jordan Lewis
2011-05-15
Only include init.h when we have to
Jordan Lewis
[next]