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
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
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
2017-07-22
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...
Dag Robole
2017-07-19
Add vConnect to CConnman::Options
Marko Bencun
2017-07-14
Avoid unnecessary work in SetNetworkActive
João Barbosa
2017-07-08
Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector
Jeremy Rubin
2017-06-27
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-26
Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options
Wladimir J. van der Laan
2017-06-24
Merge #10446: net: avoid extra dns query per seed
Wladimir J. van der Laan
2017-06-22
net: use an internal address for fixed seeds
Cory Fields
2017-06-15
add Binds, WhiteBinds to CConnman::Options
Marko Bencun
2017-06-15
add WhitelistedRange to CConnman::Options
Marko Bencun
2017-06-14
net: switch to dummy internal ip for dns seed source
Cory Fields
2017-06-14
net: add an internal subnet for representing unresolved hostnames
Cory Fields
[prev]
[next]