index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Age
Commit message (
Expand
)
Author
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
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-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
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
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-27
Merge #10501: remove some unused functions
Wladimir J. van der Laan
2017-07-26
Merge #10824: Avoid unnecessary work in SetNetworkActive
Wladimir J. van der Laan
2017-07-22
remove some unused functions
Marko Bencun
[next]