aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning "suggest explicit braces to avoid ambiguous "else"Philip Kaufmann2012-05-011-0/+4
* Change signed->unsigned at 3 code sitesJeff Garzik2012-04-231-1/+1
* Remove headers.hPieter Wuille2012-04-171-1/+1
* Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-3/+3
* The string class returns string::npos, when find() fails.Jeff Garzik2012-04-151-2/+2
* fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan2012-04-151-3/+0
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-36/+80
* Merge pull request #1033 from sipa/waitPieter Wuille2012-04-061-19/+22
|\
| * Condition variable for outbound connection slotsPieter Wuille2012-04-041-19/+22
* | Remove half-implemented publish/subscribe systemGavin Andresen2012-04-041-106/+0
|/
* Give DNS seeds a random age between 3 and 7 days oldPieter Wuille2012-03-251-1/+2
* Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-164/+86
|\
| * CAddrMan: stochastic address managerPieter Wuille2012-02-241-164/+86
* | When disconnecting a node, clear the received buffer so that we doAlistair Buxton2012-03-181-0/+1
* | fix typo src/net.cppnomnombtc2012-03-051-1/+1
* | bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-2/+10
|/
* Fix #626: RecvLine wrong error messagePieter Wuille2012-02-191-0/+51
* Symbolic names for threadsPieter Wuille2012-02-161-54/+54
* Merge pull request #844 from sipa/shutdownfixPieter Wuille2012-02-161-5/+8
|\
| * Several shutdown-related fixesPieter Wuille2012-02-151-5/+8
* | Bugfix: do not create CAddress for invalid acceptsPieter Wuille2012-02-151-1/+5
|/
* Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo2012-02-101-1/+21
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...Gavin Andresen2012-02-071-2/+2
* Avoid advertising the node's address when it is not listening or IsInitialBlo...Gregory Maxwell2012-02-011-1/+1
* Fix UPnP by reannouncing every 20 minutes.Matt Corallo2012-01-311-2/+22
* Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoinGavin Andresen2012-01-191-64/+77
|\
| * Update seednodes, pick long-uptime nodes with version >= 0.4.0Daniel Folkinshteyn2012-01-191-64/+77
* | Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoinGavin Andresen2012-01-191-2/+2
|\ \ | |/ |/|
| * Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson2012-01-141-2/+2
* | Fix handling of default portsPieter Wuille2012-01-171-6/+6
* | Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2012-01-161-20/+83
|\ \ | |/ |/|
| * Minor code cleanup to use fHaveUPnP instead of #ifdefMatt Corallo2012-01-121-4/+2
| * Add -keepnode which attempts to -addnode and keep a connection openMatt Corallo2012-01-121-18/+83
* | Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen2012-01-121-3/+0
|/
* Network stack refactorPieter Wuille2012-01-061-258/+50
* Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-031-1/+1
* Fix some address-handling deadlocksPieter Wuille2012-01-031-26/+33
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-27/+25
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-25/+27
* Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-3/+3
* Merge pull request #707 from gavinandresen/BIP14Gavin Andresen2011-12-191-0/+15
|\
| * Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-0/+15
* | Add my DNS seed domainLuke Dashjr2011-12-161-0/+1
* | Add sipa's new dnsseed.Matt Corallo2011-12-161-0/+1
|/
* Merge pull request #694 from luke-jr/restore_old_miniupnp_compatGavin Andresen2011-12-121-1/+14
|\
| * Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)Luke Dashjr2011-12-101-1/+14
* | Move DNS Seed lookup to a new thread.Matt Corallo2011-11-261-1/+38
* | Remove vladimir's DNS seed, at his request.Jeff Garzik2011-10-311-1/+0
* | Fix build on windows and macGavin Andresen2011-10-071-11/+11