Age | Commit message (Expand) | Author |
2014-06-26 | ensure clean and consistent "namespace" usage | Philip Kaufmann |
2014-06-23 | Merge pull request #4388 | Wladimir J. van der Laan |
2014-06-22 | remove unused CNode::Cleanup() | Philip Kaufmann |
2014-06-22 | Code simplifications after CTransaction::GetHash() caching | Pieter Wuille |
2014-06-12 | Merge pull request #2784 | Wladimir J. van der Laan |
2014-06-11 | Merge pull request #4227 | Wladimir J. van der Laan |
2014-06-11 | small cleanup of net | Philip Kaufmann |
2014-06-11 | [Qt] allow setting listen via GUI | Philip Kaufmann |
2014-06-09 | Ping automatically every 2 minutes (unconditionally) | Pieter Wuille |
2014-06-09 | Merge pull request #3824 | Wladimir J. van der Laan |
2014-06-04 | Merge pull request #4247 from Diapolo/listen | Jeff Garzik |
2014-06-04 | net.h was using std namespace through chainparams.h included in protocol.h | jtimon |
2014-05-30 | Limit number of known addresses per peer | Pieter Wuille |
2014-05-29 | rename fNoListen to fListen and move to net | Philip Kaufmann |
2014-05-29 | Merge pull request #4132 | Wladimir J. van der Laan |
2014-05-25 | Merge pull request #4206 | Wladimir J. van der Laan |
2014-05-22 | Remove redundant c_str | R E Broadley |
2014-05-20 | add DEFAULT_UPNP constant in net | Philip Kaufmann |
2014-05-10 | Fix addnode "onetry": Connect with OpenNetworkConnection | Cozz Lovan |
2014-05-06 | rpc: add `getblockchaininfo` and `getnetworkinfo` | Wladimir J. van der Laan |
2014-03-10 | Merge pull request #3514 | Wladimir J. van der Laan |
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-02-08 | Per-peer block download tracking and stalled download detection. | Pieter Wuille |
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 |