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.h
Age
Commit message (
Expand
)
Author
2018-04-13
Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...
Wladimir J. van der Laan
2018-03-14
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-11
Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...
practicalswift
2018-03-01
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-02-09
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Jonas Schnelli
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-01
net: don't retry failed oneshot connections forever
Cory Fields
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-23
Add Clang thread safety analysis annotations
practicalswift
2017-11-21
net: Add missing locks in net.{cpp,h}
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr for pfilter (CBloomFilter)
practicalswift
2017-11-09
Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)
practicalswift
2017-11-02
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-01
net: Allow connecting to extra outbound peers
Suhas Daftuar
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-09-22
Merge #11301: add m_added_nodes to connman options
Pieter Wuille
2017-09-16
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
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-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-19
Add vConnect to CConnman::Options
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
[next]