Age | Commit message (Expand) | Author |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-08-02 | [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ... | practicalswift |
2017-07-22 | remove some unused functions | Marko Bencun |
2017-07-04 | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> | Wladimir J. van der Laan |
2017-06-22 | scripted-diff: Remove #include <boost/foreach.hpp> | Jorge Timón |
2017-06-15 | add Binds, WhiteBinds to CConnman::Options | Marko Bencun |
2017-06-15 | add WhitelistedRange to CConnman::Options | Marko Bencun |
2017-06-12 | Remove unnecessary forward class declarations in header files | practicalswift |
2017-06-05 | rpc: Add listen address to incoming connections in `getpeerinfo` | Wladimir J. van der Laan |
2017-06-01 | net: Denote some CNode functions const | Pavlos Antoniou |
2017-05-30 | add SeedNodes to CConnman::Options | Marko Bencun |
2017-05-09 | Merge #9279: Consensus: Move CFeeRate out of libconsensus | Wladimir J. van der Laan |
2017-05-04 | net: make CNode's id private | Cory Fields |
2017-05-03 | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module | Jorge Timón |
2017-04-26 | Merge #9930: Trivial: Correct indentation and bracing | Wladimir J. van der Laan |
2017-04-24 | Merge #9792: FastRandomContext improvements and switch to ChaCha20 | Wladimir J. van der Laan |
2017-04-20 | Merge #10181: Include cleanup | Wladimir J. van der Laan |
2017-04-13 | Merge #10176: net: gracefully handle NodeId wrapping | Wladimir J. van der Laan |
2017-04-13 | Trivial: Remove unneeded includes from .h: | Jorge Timón |
2017-04-12 | net: define NodeId as an int64_t | Cory Fields |
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan |
2017-04-02 | Correct indentation and remove unnecessary braces | Matthias Grundmann |
2017-03-29 | Add a FastRandomContext::randrange and use it | Pieter Wuille |
2017-03-17 | Remove unused code | practicalswift |
2017-02-10 | Move CNode::addrLocal access behind locked accessors | Matt Corallo |
2017-02-10 | Move CNode::addrName accesses behind locked accessors | Matt Corallo |
2017-02-10 | Move [clean|str]SubVer writes/copyStats into a lock | Matt Corallo |
2017-02-10 | Make nServices atomic | Matt Corallo |
2017-02-10 | Make nStartingHeight atomic | Matt Corallo |
2017-02-10 | Make nTimeConnected const in CNode | Matt Corallo |
2017-02-10 | net: fix a few races. Credit @TheBlueMatt | Cory Fields |
2017-02-06 | net: add a lock around hSocket | Cory Fields |
2017-02-06 | Merge #9659: Net: Turn some methods and params/variables const | Wladimir J. van der Laan |
2017-02-02 | net: log an error rather than asserting if send version is misused | Cory Fields |
2017-02-02 | net: don't run callbacks on nodes that haven't completed the version handshake | Cory Fields |
2017-02-02 | net: deserialize the entire version message locally | Cory Fields |
2017-01-31 | Net: CConnman: Make some methods const | Jorge Timón |
2017-01-24 | Delete some unused (and broken) functions in CConnman | Matt Corallo |
2017-01-19 | Merge #9535: Split CNode::cs_vSend: message processing and message sending | Wladimir J. van der Laan |
2017-01-14 | Make WakeMessageHandler public | Matt Corallo |
2017-01-13 | Split CNode::cs_vSend: message processing and message sending | Matt Corallo |
2017-01-13 | Merge #9441: Net: Massive speedup. Net locks overhaul | Pieter Wuille |
2017-01-12 | net: remove cs_vRecvMsg | Cory Fields |
2017-01-12 | net: add a flag to indicate when a node's send buffer is full | Cory Fields |
2017-01-12 | net: add a flag to indicate when a node's process queue is full | Cory Fields |
2017-01-12 | net: add a new message queue for the message processor | Cory Fields |
2017-01-12 | net: rework the way that the messagehandler sleeps | Cory Fields |
2017-01-12 | net: Add a simple function for waking the message handler | Cory Fields |
2017-01-05 | Break addnode out from the outbound connection limits. | Gregory Maxwell |
2017-01-04 | net: set message deserialization version when it's actually time to deserialize | Cory Fields |