aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move CInv to protocol.[ch]ppGiel van Schijndel2011-08-191-80/+0
* Move CAddress to protocol.[ch]ppGiel van Schijndel2011-08-191-225/+0
* Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-96/+2
* Make some global variables less-global (static)Giel van Schijndel2011-08-191-2/+0
* Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...Gavin Andresen2011-08-171-1/+1
* Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
|\
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Merge pull request #459 from jgarzik/char-msgstartGavin Andresen2011-08-101-1/+1
|\ \
| * | Use 'unsigned char' rather than 'char' for pchMessageStart.Venkatesh Srinivas2011-08-101-1/+1
| |/
* / Add missing includes to net.hVegard Nossum2011-08-081-0/+1
|/
* Single DB transaction for all addresses in a messagePatrick Varilly2011-07-141-1/+2
* Limit response to getblocks to half of output buffer sizePieter Wuille2011-07-011-0/+2
* Faster timeout when connectingPieter Wuille2011-06-121-1/+2
* Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.Doug Huff2011-06-021-4/+20
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-41/+53
* Support for name lookups in -connect and -addnodePieter Wuille2011-05-101-40/+22
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+1055