Update License in File Headers
[novacoin.git] / src / net.h
2012-05-20 FordyUpdate License in File Headers
2012-05-10 Pieter WuilleUse semaphores instead of condition variables
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-17 Jeff GarzikCNode's nHeaderStart may be negative, so change its...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Gavin AndresenMerge pull request #1106 from jgarzik/sign-compare
2012-04-15 Jeff GarzikCNode's nHeaderStart may be negative, so change its...
2012-04-13 Jeff GarzikReplace several network protocol version numbers with...
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-04 Gavin AndresenRemove half-implemented publish/subscribe system
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-02-27 Pieter WuilleAdd mruset and use it for setInventoryKnown
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-22 Gavin AndresenMerge branch 'postfeb20' of https://github.com/sipa...
2012-02-21 Pieter WuillePost-feb20 simplifications
2012-02-19 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-17 Pieter WuilleMacros for manual critical sections
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-12 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
2012-02-11 Pieter WuilleMacros for manual critical sections
2012-02-08 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-06 Pieter WuilleNetwork stack refactor
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-02 Matt CoralloMove DNS Seed lookup to a new thread.
2011-12-02 Matt CoralloMove DNS Seed lookup to a new thread.
2011-11-26 Matt CoralloMove DNS Seed lookup to a new thread.
2011-10-07 Gavin AndresenFix build on windows and mac
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
2011-09-17 Nils Schneidermissed printf in AbortMessage(); merged printfs in...
2011-09-17 Nils Schneiderlog low-level network messages only when fDebug is set
2011-08-19 Giel van SchijndelMove CInv to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove CAddress to protocol.[ch]pp
2011-08-19 Giel van SchijndelStart moving protocol-specific code to protocol.[ch]pp
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-17 Gavin AndresenCompile with DEBUG_LOCKORDER to detect inconsistent...
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Gavin AndresenMerge pull request #459 from jgarzik/char-msgstart
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-08-09 Matt CoralloUnify copyright notices.
2011-08-08 Vegard NossumAdd missing includes to net.h
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... temp patch for qtui
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-12 Wladimir J. van... update bitcoin core to git ce148944c776ae8e91cc058f44dd...
2011-06-11 Pieter WuilleFaster timeout when connecting
2011-06-11 Wladimir J. van... move back to original directory structure
2011-06-02 Doug HuffFix rfc1918 and rfc3927 compliance for ignoring non...
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-10 Pieter WuilleSupport for name lookups in -connect and -addnode
2011-04-23 Jaromildirectory re-organization (keeps the old build system)