Age | Commit message (Expand) | Author |
2013-10-11 | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille |
2013-10-04 | Added ping time measurement. | Josh Lehan |
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen |
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields |
2013-08-24 | Merge pull request #2618 from fcicq/solaris-support | Jeff Garzik |
2013-07-31 | Remove #define loop from util.h | Gavin Andresen |
2013-07-17 | Fix fcntl include in net.cpp & netbase.cpp | fcicq |
2013-07-13 | fix invalid conversion error with MinGW 4.8.1 in net.cpp | Philip Kaufmann |
2013-06-24 | Dump addresses every 15 minutes instead of 10 seconds | Pieter Wuille |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-06-11 | send tx relay flag with version | bitsofproof |
2013-06-10 | changes to thread code (directly use boost::thread) | Philip Kaufmann |
2013-06-06 | Removed the main.h include from net.cpp. | Eric Lombrozo |
2013-06-05 | Using boost::signals2 to message main from net.cpp. | Eric Lombrozo |
2013-06-05 | Removed net.cpp's dependency on init.h. | Eric Lombrozo |
2013-06-05 | Moved unrelated-to-network calls in StartNode and StopNode into init.cpp | Eric Lombrozo |
2013-06-05 | Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL... | Eric Lombrozo |
2013-05-01 | Do not kill connections on recv buffer overflow | Pieter Wuille |
2013-04-29 | Try to increase file descriptor rlimit if necessary | Pieter Wuille |
2013-04-28 | move WSAStartup to init | Wladimir J. van der Laan |
2013-04-09 | Merge pull request #2461 from sipa/syncnode | Gavin Andresen |
2013-04-08 | net.cpp: Do not change primary process name from (default) to "bitcoin-start" | Jeff Garzik |
2013-04-08 | Merge pull request #2419 from sipa/noreltime | Pieter Wuille |
2013-04-07 | Add bytessent, bytesrecv and syncnode to getpeerinfo | Pieter Wuille |
2013-04-07 | Make sure we always have a node to do IBD from | Pieter Wuille |
2013-04-06 | small indentation, space, formatting fixes (no code changes) | Philip Kaufmann |
2013-04-04 | Drop release times for CNode | Pieter Wuille |
2013-04-03 | Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedfor | Gavin Andresen |
2013-04-03 | Clean up shutdown process | Gavin Andresen |
2013-04-03 | Port Thread* methods to boost::thread_group | Gavin Andresen |
2013-04-03 | Rename util.h Sleep --> MilliSleep | Gavin Andresen |
2013-04-03 | Shutdown cleanup prep-work | Gavin Andresen |
2013-04-02 | Merge pull request #2420 from sipa/globclean | Gavin Andresen |
2013-04-01 | Move mapAlreadyAskedFor to limitedmap | Matt Corallo |
2013-03-31 | Move GenerateBitcoins() call out of net.cpp's StartNode() | Jeff Garzik |
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-29 | Clean up global datastructures at shutdown. | Pieter Wuille |
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 |