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-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
2011-05-15
Only include net.h when we have to
Jordan Lewis
2011-05-15
Only include db.h when we have to.
Jordan Lewis
2011-05-15
Only include irc.h when needed
Jordan Lewis
2011-05-15
-port option to listen on arbitrary port
Gavin Andresen
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-14
bugfix in dnslookup code: didn't compile in mingw
Pieter Wuille
2011-05-10
Support for name lookups in -connect and -addnode
Pieter Wuille
2011-04-23
directory re-organization (keeps the old build system)
Jaromil