Age | Commit message (Expand) | Author |
2014-02-24 | Get rid of C99 PRI?64 usage in source files | Wladimir J. van der Laan |
2014-02-22 | Don't use PRIx64 formatting derives from inttypes.h | Wladimir J. van der Laan |
2014-02-09 | Copyright header updates s/2013/2014 on files whose last git commit was done ... | gubatron |
2014-01-11 | small headers ordering cleanup | Philip Kaufmann |
2013-12-08 | Add main-specific node state | Pieter Wuille |
2013-12-04 | Move CAddrDB frrom db to net | Wladimir J. van der Laan |
2013-11-26 | Store and use a sanitized subVer | Mike Hearn |
2013-11-11 | misc small changes to polish after include cleanup | Philip Kaufmann |
2013-11-10 | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-11-08 | Merge pull request #3155 from wtogami/split_proto_var | Wladimir J. van der Laan |
2013-10-29 | -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages | Gavin Andresen |
2013-10-25 | Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION | Warren Togami |
2013-10-21 | Adding new "addrlocal" field to RPC getpeerinfo. | Josh Lehan |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-10-15 | Merge pull request #2924 from sje397/TrafficGraph | Wladimir J. van der Laan |
2013-10-15 | misc spelling / space / style fixes | Philip Kaufmann |
2013-10-14 | Merge pull request #3077 from sipa/chain | Gavin Andresen |
2013-10-14 | Add network traffic graph | Scott Ellis |
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-08-20 | Performance optimization for bloom filters. | Gregory Maxwell |
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 PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL... | Eric Lombrozo |
2013-04-30 | Don't announce to non-peer CNodes | Pieter Wuille |
2013-04-29 | Try to increase file descriptor rlimit if necessary | Pieter Wuille |
2013-04-09 | Merge pull request #2461 from sipa/syncnode | Gavin Andresen |
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-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 | Shutdown cleanup prep-work | Gavin Andresen |
2013-04-01 | Move mapAlreadyAskedFor to limitedmap | Matt Corallo |
2013-03-30 | Process getdata invs separately until send buffer overflows | Pieter Wuille |
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: parse network datastream into header/data components in socket thread | Jeff Garzik |
2013-03-24 | (finally) Remove IRC Seed support now that lfnet is down. | Matt Corallo |
2013-01-27 | Use a copy in place of mapMultiArgs["-addnode"]. | Matt Corallo |
2013-01-17 | Merge pull request #2060 from sipa/parallel | Gavin Andresen |
2013-01-16 | Let a node opt out of tx invs before we get a their bloom filter | Matt Corallo |
2013-01-16 | Replace RelayMessage with RelayTransaction. | Matt Corallo |
2013-01-16 | Add a filter field in CNode, add filterload+filteradd+filterclear | Matt Corallo |