Stochastic broadcasting delay.
[novacoin.git] / src / net.h
2016-03-31 CryptoManiacStochastic broadcasting delay.
2016-03-28 svostIt's a c++: use string.clear()
2016-03-27 svostIt's a c++: use string.empty()
2016-03-22 CryptoManiacEXPERIMENTAL: custom peer collector
2016-02-03 0xDEADFACEMerge pull request #268 from svost/CloseSocket
2016-01-24 svostReorganize includes a bit. 267/head
2016-01-07 svostCode cleanup (icc warning #271 trailing comma is nonsta... 260/head
2016-01-04 svostAdd CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b... 268/head
2015-10-13 CryptoManiacRemove UPNP support & do some cleanup.
2015-09-20 CryptoManiacGet periodical time samples through NTP
2015-09-19 CryptoManiacDefine additional constants for zero and irc port number.
2015-09-18 CryptoManiacUse uint16_t for port number.
2015-04-18 0xDEADFACEFix MinGW compilation issues.
2015-04-14 svostRemove msvc C4245 warning, better readability. 203/head
2014-12-30 fsb4000Fix addnode "onetry": Connect with OpenNetworkConnection
2014-12-30 fsb4000Add addnode RPC command.
2014-12-29 CryptoManiacaddrman.h, main.h: fix msvc warnings
2014-12-27 CryptoManiacUse fixed data types for some basic structures
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-12-14 fsb4000обновление библиотек 80/head
2014-11-12 gadesAdd traffic monitor
2014-11-12 Dmitriy KorniychukAdd traffic monitor
2014-07-28 CryptoManiacAdd bytessent, bytesrecv and syncnode to getpeerinfo 26/head
2014-07-28 CryptoManiacMake sure we always have a node to do IBD from
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-07-12 CryptoManiacSplit off hash.h from util.h
2013-09-04 alexAlways reserialize transactions before relaying
2013-07-29 alexDon't announce non-peer CNodes v0.4.4-pre
2013-06-15 alexRemove PoW-miner related code
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-08-01 Sunny KingPPCoin: Separate thread for minting proof-of-stake...
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-06-04 Scott NadalPPCoin: Define synchronized checkpoint message
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
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-03-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
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
next