aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...Wladimir J. van der Laan2018-04-131-1/+1
|\
| * Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...practicalswift2018-03-111-1/+1
* | Polish interfaces around PeerLogicValidationVasil Dimov2018-03-141-0/+7
|/
* Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peersWladimir J. van der Laan2018-03-011-0/+1
|\
| * Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBDJonas Schnelli2018-02-091-0/+1
* | boost: remove useless threadGroup parameter from DiscoverCory Fields2018-02-081-5/+1
* | boost: drop boost threads for upnpCory Fields2018-02-081-1/+3
|/
* net: don't retry failed oneshot connections foreverCory Fields2018-02-011-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Add Clang thread safety analysis annotationspracticalswift2017-11-231-7/+7
* net: Add missing locks in net.{cpp,h}practicalswift2017-11-211-3/+9
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-15/+15
* Use unique_ptr for pfilter (CBloomFilter)practicalswift2017-11-091-1/+1
* Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)practicalswift2017-11-091-2/+2
* Add CConnmanTest to mutate g_connman in testsJoão Barbosa2017-11-021-0/+2
* net: Allow connecting to extra outbound peersSuhas Daftuar2017-11-011-0/+18
* Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo2017-10-131-3/+3
* Replace relevant services logic with a function suite.Matt Corallo2017-10-131-8/+0
* Merge #11301: add m_added_nodes to connman optionsPieter Wuille2017-09-221-0/+2
|\
| * add m_added_nodes to connman optionsMarko Bencun2017-09-111-0/+2
* | Refactor: Modernize disallowed copy constructors/assignmentDan Raviv2017-09-161-4/+2
|/
* net: drop unused connman paramCory Fields2017-09-061-3/+3
* net: use an interface class rather than signals for message processingCory Fields2017-09-061-12/+13
* net: pass CConnman via pointer rather than referenceCory Fields2017-09-061-3/+3
* Merge #10596: Add vConnect to CConnman::OptionsWladimir J. van der Laan2017-09-061-1/+3
|\
| * Add vConnect to CConnman::OptionsMarko Bencun2017-07-191-1/+3
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* | [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ...practicalswift2017-08-021-1/+18
* | remove some unused functionsMarko Bencun2017-07-221-2/+0
|/
* Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | add Binds, WhiteBinds to CConnman::OptionsMarko Bencun2017-06-151-2/+5
* | add WhitelistedRange to CConnman::OptionsMarko Bencun2017-06-151-3/+1
|/
* Remove unnecessary forward class declarations in header filespracticalswift2017-06-121-1/+0
* rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan2017-06-051-1/+9
* net: Denote some CNode functions constPavlos Antoniou2017-06-011-2/+2
* add SeedNodes to CConnman::OptionsMarko Bencun2017-05-301-2/+2
* Merge #9279: Consensus: Move CFeeRate out of libconsensusWladimir J. van der Laan2017-05-091-0/+1
|\
| * Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
* | net: make CNode's id privateCory Fields2017-05-041-1/+1
|/
* Merge #9930: Trivial: Correct indentation and bracingWladimir J. van der Laan2017-04-261-3/+3
|\
| * Correct indentation and remove unnecessary bracesMatthias Grundmann2017-04-021-3/+3
* | Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan2017-04-241-1/+1
|\ \
| * | Add a FastRandomContext::randrange and use itPieter Wuille2017-03-291-1/+1
| |/
* | Merge #10181: Include cleanupWladimir J. van der Laan2017-04-201-2/+0
|\ \
| * | Trivial: Remove unneeded includes from .h:Jorge Timón2017-04-131-2/+0
* | | Merge #10176: net: gracefully handle NodeId wrappingWladimir J. van der Laan2017-04-131-1/+1
|\ \ \ | |/ / |/| |
| * | net: define NodeId as an int64_tCory Fields2017-04-121-1/+1
| |/
* / Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
|/
* Remove unused codepracticalswift2017-03-171-2/+0