aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Drop release times for CNodePieter Wuille2013-04-041-11/+3
* | small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-061-14/+10
|/
* Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedforGavin Andresen2013-04-031-1/+1
|\
| * Move mapAlreadyAskedFor to limitedmapMatt Corallo2013-04-011-1/+1
* | Clean up shutdown processGavin Andresen2013-04-031-25/+10
* | Port Thread* methods to boost::thread_groupGavin Andresen2013-04-031-297/+57
* | Rename util.h Sleep --> MilliSleepGavin Andresen2013-04-031-17/+17
* | Shutdown cleanup prep-workGavin Andresen2013-04-031-1/+1
* | Merge pull request #2420 from sipa/globcleanGavin Andresen2013-04-021-2/+15
|\ \
| * | Clean up global datastructures at shutdown.Pieter Wuille2013-03-291-2/+15
* | | Move GenerateBitcoins() call out of net.cpp's StartNode()Jeff Garzik2013-03-311-3/+0
| |/ |/|
* | Use per-message send buffer, rather than per connectionPieter Wuille2013-03-291-21/+38
* | Some fixes to CNetMessage processingPieter Wuille2013-03-291-2/+9
* | P2P: improve RX/TX flow controlJeff Garzik2013-03-291-6/+10
* | P2P, cosmetic: break out buffer send(2) code into separate functionJeff Garzik2013-03-291-22/+25
* | P2P: parse network datastream into header/data components in socket threadJeff Garzik2013-03-291-13/+83
* | Add a new testnet dnsseed (currently only static list, will update)Matt Corallo2013-03-241-0/+1
* | (finally) Remove IRC Seed support now that lfnet is down.Matt Corallo2013-03-241-6/+0
|/
* Add DNS seed support for testnetPeter Todd2013-01-291-21/+26
* New seed nodes, from http://bitcoin.sipa.be/seeds.txtGavin Andresen2013-01-291-77/+75
* Try more than the first address for a DNS -addnode.Matt Corallo2013-01-271-2/+2
* Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).Matt Corallo2013-01-271-0/+2
* Use a copy in place of mapMultiArgs["-addnode"].Matt Corallo2013-01-271-18/+35
* Let a node opt out of tx invs before we get a their bloom filterMatt Corallo2013-01-161-0/+2
* Automatically add any matching outputs to a filter during matching.Matt Corallo2013-01-161-1/+1
* Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-161-0/+44
* Remove fClientPieter Wuille2013-01-091-2/+1
* Merge pull request #1932 from Diapolo/thread_printfWladimir J. van der Laan2012-10-301-0/+2
|\
| * fix some thread related log messagesPhilip Kaufmann2012-10-251-0/+2
* | Merge pull request #1904 from laanwj/2012_10_remove_getorderPieter Wuille2012-10-251-7/+3
|\ \ | |/ |/|
| * remove "checkorder" and "reply" P2P commandsWladimir J. van der Laan2012-10-031-7/+3
* | Merge pull request #1901 from laanwj/2012_10_remove_strlcpyWladimir J. van der Laan2012-10-111-1/+0
|\ \
| * | get rid of strlcpy.hWladimir J. van der Laan2012-10-071-1/+0
| |/
* / add LOCK() for proxy related data-structuresPhilip Kaufmann2012-10-041-2/+2
|/
* fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-1/+1
* Remove stack randomizationPieter Wuille2012-09-281-14/+0
* fix signed/unsigned in strprintf and CNetAddr::GetByte()Philip Kaufmann2012-09-121-1/+1
* Merge pull request #1786 from jgarzik/select-fixWladimir J. van der Laan2012-09-061-3/+7
|\
| * select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik2012-09-051-3/+7
* | replace 2x WSAGetLastError() with 1x WSAGetLastError() callPhilip Kaufmann2012-09-051-2/+3
|/
* Merge pull request #1777 from laanwj/2012_09_eliminate_sprintfJeff Garzik2012-09-041-10/+8
|\
| * Remove last occurrence of potentially insecure function sprintf.Wladimir J. van der Laan2012-09-031-10/+8
* | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-16/+16
|/
* Bugfix: increase score, not portPieter Wuille2012-08-291-2/+2
* Fix infinite loops in connection logicPieter Wuille2012-08-221-1/+7
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-7/+7
|\
| * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-7/+7
* | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-2/+2
|/
* Merge pull request #1343 from rebroad/MisbehavingDeltaJeff Garzik2012-08-011-3/+4
|\
| * Show when node is misbehaving, not just at the point that it gets banned.R E Broadley2012-07-021-3/+4