Dump addresses every 600s
[novacoin.git] / src / net.cpp
2013-07-27 alexDump addresses every 600s
2013-07-27 alexFix for invalid conversion issue on Win32
2013-06-15 alexRemove PoW-miner related code
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 alexhzfix pnseed
2013-02-10 alexhzfix pnseed
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-08-16 Sunny KingPPCoin: Update pnSeed for 0.1 release
2012-08-05 Sunny KingPPCoin: Switch dnsseed to seed.ppcoin.net
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-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-06 Philip Kaufmannfix an incorrect if-clause in net.cpp
2012-05-25 Pieter WuilleDo not signal outbound semaphore if uninitialized
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-05-01 Philip Kaufmannfix compiler warning "suggest explicit braces to avoid...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-23 Jeff GarzikChange signed->unsigned at 3 code sites
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 GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Pieter WuilleMerge pull request #1033 from sipa/wait
2012-04-04 Gavin AndresenRemove half-implemented publish/subscribe system
2012-04-04 Pieter WuilleCondition variable for outbound connection slots
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-25 Pieter WuilleGive DNS seeds a random age between 3 and 7 days old
2012-03-22 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-18 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-06 nomnombtcfix typo src/net.cpp
2012-03-05 nomnombtcfix typo src/net.cpp
2012-03-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
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 WuilleSeveral shutdown-related fixes
2012-02-17 Pieter WuilleBugfix: do not create CAddress for invalid accepts
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-16 Pieter WuilleMerge pull request #844 from sipa/shutdownfix
2012-02-15 Pieter WuilleSeveral shutdown-related fixes
2012-02-15 Pieter WuilleBugfix: do not create CAddress for invalid accepts
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-10 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenLook for flushwallet/listen/irc/dnsseed/upnp instead...
2012-02-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-02 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-02-01 Gregory MaxwellAvoid advertising the node's address when it is not...
2012-01-31 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-01-24 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-24 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-19 Gavin AndresenMerge branch 'updateseednodes' of https://github.com...
2012-01-19 Gavin AndresenMerge branch 'tabs-to-space' of https://github.com...
2012-01-19 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
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-17 Pieter WuilleFix handling of default ports
2012-01-16 Gavin AndresenMerge branch 'keepnode' of https://github.com/TheBlueMa...
2012-01-14 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-13 Matt CoralloMinor code cleanup to use fHaveUPnP instead of #ifdef
2012-01-13 Matt CoralloAdd -keepnode which attempts to -addnode and keep a...
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-21 Sunny KingPPCoin: default ports; disabling irc; dns seeds; Thread...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
next