Age | Commit message (Expand) | Author |
2018-02-08 | boost: remove useless threadGroup parameter from Discover | Cory Fields |
2018-02-08 | boost: drop boost threads for upnp | Cory Fields |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-02-03 | Extend #11583 to include the most common message generated by non-contributin... | Clem Taylor |
2018-02-01 | net: don't retry failed oneshot connections forever | Cory Fields |
2018-02-01 | net: initialize socket to avoid closing random fd's | Cory Fields |
2018-01-24 | Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static... | Wladimir J. van der Laan |
2018-01-19 | Fall back to oneshot for DNS Seeds which don't support filtering. | Matt Corallo |
2018-01-19 | Use GetDesireableServiceFlags in static seeds, document this. | Matt Corallo |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-15 | Merge #11616: Update ban-state in case of dirty-state during periodic sweep | Wladimir J. van der Laan |
2017-12-13 | Merge #11363: net: Split socket create/connect | Wladimir J. van der Laan |
2017-12-12 | net: use CreateSocket for binds | Cory Fields |
2017-12-12 | net: Move IsSelectableSocket check into socket creation | Cory Fields |
2017-12-12 | net: split socket creation out of connection | Cory Fields |
2017-12-12 | Merge #10574: Remove includes in .cpp files for things the corresponding .h f... | Wladimir J. van der Laan |
2017-12-11 | Merge #11583: Do not make it trivial for inbound peers to generate log entries | Wladimir J. van der Laan |
2017-11-30 | Merge #10493: Use range-based for loops (C++11) when looping over map elements | MarcoFalke |
2017-11-21 | net: Add missing locks in net.{cpp,h} | practicalswift |
2017-11-19 | Call BannedListChanged outside of cs_setBanned lock | Jonas Schnelli |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-09 | Do not make it trivial for inbound peers to generate log entries | Matt Corallo |
2017-11-09 | Update ban-state in case of dirty-state during periodic sweep | Jonas Schnelli |
2017-11-09 | Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) | practicalswift |
2017-11-09 | Use unique_ptr for pfilter (CBloomFilter) | practicalswift |
2017-11-09 | Use unique_ptr for sem{Addnode,Outbound} (CSemaphore) | practicalswift |
2017-11-09 | Use unique_ptr for upnp_thread (boost::thread) | practicalswift |
2017-11-09 | Merge #10696: Remove redundant nullptr checks before deallocation | Wladimir J. van der Laan |
2017-11-08 | Merge #11524: [net] De-duplicate connection eviction logic | Wladimir J. van der Laan |
2017-11-07 | [net] De-duplicate connection eviction logic | Thomas Snider |
2017-11-02 | Connect to an extra outbound peer if our tip is stale | Suhas Daftuar |
2017-11-01 | net: Allow connecting to extra outbound peers | Suhas Daftuar |
2017-10-13 | Switch DNSSeed-needed metric to any-automatic-nodes, not services | Matt Corallo |
2017-10-13 | Rename fAddnode to a more-descriptive "manual_connection" | Matt Corallo |
2017-10-13 | Replace relevant services logic with a function suite. | Matt Corallo |
2017-10-09 | Use range-based for loops (C++11) when looping over map elements | practicalswift |
2017-09-28 | Merge #10663: net: split resolve out of connect | Wladimir J. van der Laan |
2017-09-22 | Merge #11301: add m_added_nodes to connman options | Pieter Wuille |
2017-09-22 | Use static_cast instead of C-style casts for non-fundamental types | practicalswift |
2017-09-18 | net: remove now-superfluous numeric resolve | Cory Fields |
2017-09-18 | net: separate resolving and conecting | Cory Fields |
2017-09-12 | range-based loops and const qualifications in net.cpp | Marko Bencun |
2017-09-11 | add m_added_nodes to connman options | Marko Bencun |
2017-09-06 | net: drop unused connman param | Cory Fields |
2017-09-06 | net: use an interface class rather than signals for message processing | Cory Fields |
2017-09-06 | net: pass CConnman via pointer rather than reference | Cory Fields |
2017-09-06 | Merge #10596: Add vConnect to CConnman::Options | Wladimir J. van der Laan |
2017-08-16 | Use nullptr instead of zero (0) as the null pointer constant | practicalswift |
2017-08-14 | Remove redundant nullptr checks before deallocation | practicalswift |