Age | Commit message (Expand) | Author |
2013-03-29 | Use per-message send buffer, rather than per connection | Pieter Wuille |
2013-03-29 | Some fixes to CNetMessage processing | Pieter Wuille |
2013-03-29 | P2P: improve RX/TX flow control | Jeff Garzik |
2013-03-29 | P2P, cosmetic: break out buffer send(2) code into separate function | Jeff Garzik |
2013-03-29 | P2P: parse network datastream into header/data components in socket thread | Jeff Garzik |
2013-03-24 | Add a new testnet dnsseed (currently only static list, will update) | Matt Corallo |
2013-03-24 | (finally) Remove IRC Seed support now that lfnet is down. | Matt Corallo |
2013-01-29 | Add DNS seed support for testnet | Peter Todd |
2013-01-29 | New seed nodes, from http://bitcoin.sipa.be/seeds.txt | Gavin Andresen |
2013-01-27 | Try more than the first address for a DNS -addnode. | Matt Corallo |
2013-01-27 | Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()). | Matt Corallo |
2013-01-27 | Use a copy in place of mapMultiArgs["-addnode"]. | Matt Corallo |
2013-01-16 | Let a node opt out of tx invs before we get a their bloom filter | Matt Corallo |
2013-01-16 | Automatically add any matching outputs to a filter during matching. | Matt Corallo |
2013-01-16 | Replace RelayMessage with RelayTransaction. | Matt Corallo |
2013-01-09 | Remove fClient | Pieter Wuille |
2012-10-30 | Merge pull request #1932 from Diapolo/thread_printf | Wladimir J. van der Laan |
2012-10-25 | Merge pull request #1904 from laanwj/2012_10_remove_getorder | Pieter Wuille |
2012-10-25 | fix some thread related log messages | Philip Kaufmann |
2012-10-11 | Merge pull request #1901 from laanwj/2012_10_remove_strlcpy | Wladimir J. van der Laan |
2012-10-07 | get rid of strlcpy.h | Wladimir J. van der Laan |
2012-10-04 | add LOCK() for proxy related data-structures | Philip Kaufmann |
2012-10-03 | remove "checkorder" and "reply" P2P commands | Wladimir J. van der Laan |
2012-10-01 | fix -Wformat warnings all over the source | Philip Kaufmann |
2012-09-28 | Remove stack randomization | Pieter Wuille |
2012-09-12 | fix signed/unsigned in strprintf and CNetAddr::GetByte() | Philip Kaufmann |
2012-09-06 | Merge pull request #1786 from jgarzik/select-fix | Wladimir J. van der Laan |
2012-09-05 | replace 2x WSAGetLastError() with 1x WSAGetLastError() call | Philip Kaufmann |
2012-09-05 | select(): Use precise fd presence check, rather than imprecise hSocketMax test | Jeff Garzik |
2012-09-04 | Merge pull request #1777 from laanwj/2012_09_eliminate_sprintf | Jeff Garzik |
2012-09-03 | Remove last occurrence of potentially insecure function sprintf. | Wladimir J. van der Laan |
2012-08-29 | Rename CreateThread to NewThread | Wladimir J. van der Laan |
2012-08-29 | Bugfix: increase score, not port | Pieter Wuille |
2012-08-22 | Fix infinite loops in connection logic | Pieter Wuille |
2012-08-01 | Merge pull request #1632 from luke-jr/spelling | Jeff Garzik |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr |
2012-08-01 | Update Warning-strings to use a standard-format | Philip Kaufmann |
2012-08-01 | Merge pull request #1343 from rebroad/MisbehavingDelta | Jeff Garzik |
2012-07-20 | do not use external IPv4 discovery, when -onlynet="IPv6" | Philip Kaufmann |
2012-07-17 | fix a comment in net.cpp | Philip Kaufmann |
2012-07-17 | Fix thread names after review | Giel van Schijndel |
2012-07-17 | Give threads a recognisable name to aid in debugging | Giel van Schijndel |
2012-07-11 | Reorder dnsseed list, Jeff's seed list is static so put it last. | Gregory Maxwell |
2012-07-03 | Merge pull request #1546 from gmaxwell/allowsamenetinbound | Jeff Garzik |
2012-07-02 | Show when node is misbehaving, not just at the point that it gets banned. | R E Broadley |
2012-07-01 | Do not consider inbound peers for outbound network group exclusion. | Gregory Maxwell |
2012-07-01 | Remove useless high-volume printf (fixes #1544). | Matt Corallo |
2012-06-29 | RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data | Jeff Garzik |
2012-06-27 | Stop processing messages on full send buffer and dont disconnect. | Matt Corallo |
2012-06-23 | Debug version messages | Pieter Wuille |