aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
Commit message (Expand)AuthorAgeFilesLines
* Further reduce header dependenciesPieter Wuille2012-04-171-7/+3
* Merge pull request #1106 from jgarzik/sign-compareGavin Andresen2012-04-171-4/+4
|\
| * CNode's nHeaderStart may be negative, so change its typeJeff Garzik2012-04-151-4/+4
* | Replace several network protocol version numbers with named constantsJeff Garzik2012-04-121-2/+2
|/
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-7/+19
* Remove half-implemented publish/subscribe systemGavin Andresen2012-04-041-61/+0
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-2/+2
* Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-3/+3
|\
| * CAddrMan: stochastic address managerPieter Wuille2012-02-241-3/+3
* | Add mruset and use it for setInventoryKnownPieter Wuille2012-02-271-1/+3
|/
* Merge branch 'postfeb20' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-16/+7
|\
| * Post-feb20 simplificationsPieter Wuille2012-02-211-16/+7
* | Fix #626: RecvLine wrong error messagePieter Wuille2012-02-191-0/+1
|/
* Symbolic names for threadsPieter Wuille2012-02-161-2/+14
* Macros for manual critical sectionsPieter Wuille2012-02-111-3/+3
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen2012-01-121-1/+3
* Network stack refactorPieter Wuille2012-01-061-13/+7
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-20/+18
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-18/+20
* Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-11/+1
* Move DNS Seed lookup to a new thread.Matt Corallo2011-11-261-1/+0
* Fix build on windows and macGavin Andresen2011-10-071-1/+1
* Framework for banning mis-behaving peersGavin Andresen2011-09-211-1/+27
* missed printf in AbortMessage(); merged printfs in EndMessageNils Schneider2011-09-171-3/+4
* log low-level network messages only when fDebug is setNils Schneider2011-09-171-4/+7
* 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