aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Removes Boost predicate.hpp dependency2512018-07-221-3/+1
* scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-3/+3
* Log warning message when deprecated network name 'tor' is used (e.g. option o...wodry2018-06-241-1/+5
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* net: Minor accumulated cleanupsThomas Snider2018-04-161-5/+1
* Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...Wladimir J. van der Laan2018-04-131-4/+16
|\
| * Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...practicalswift2018-03-111-4/+16
* | Remove redundant checks for MSG_* from configure.acVasil Dimov2018-03-151-1/+1
|/
* Remove useless string initialization.Alin Rus2018-02-131-1/+1
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | net: initialize socket to avoid closing random fd'sCory Fields2018-02-011-0/+3
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Merge #11363: net: Split socket create/connectWladimir J. van der Laan2017-12-131-38/+32
|\ \
| * | net: pass socket closing responsibility up to caller for outgoing connectionsCory Fields2017-12-121-28/+4
| * | net: Move IsSelectableSocket check into socket creationCory Fields2017-12-121-0/+6
| * | net: split socket creation out of connectionCory Fields2017-12-121-15/+27
* | | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-4/+0
* | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
|/ /
* | Fix a vs. an typopracticalswift2017-10-091-1/+1
* | Merge #10663: net: split resolve out of connectWladimir J. van der Laan2017-09-281-43/+2
|\ \
| * | net: remove now-unused functionsCory Fields2017-09-181-41/+0
| * | net: separate resolving and conectingCory Fields2017-09-181-2/+2
| |/
* / net: Improve and document SOCKS codeWladimir J. van der Laan2017-09-261-36/+89
|/
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-7/+7
* Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...Dag Robole2017-07-221-6/+6
* Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille2017-07-151-19/+0
|\
| * [refactor] move SplitHostPort() into utilstrencodingsJohn Newbery2017-07-121-19/+0
* | Fix uninitialized atomic variablesJoão Barbosa2017-07-131-1/+1
|/
* net: do not allow resolving to an internal addressCory Fields2017-06-141-2/+7
* Merge #9539: [net] Avoid initialization to a value that is never readWladimir J. van der Laan2017-05-231-1/+2
|\
| * [net] Avoid initialization to a value that is never readpracticalswift2017-02-281-1/+2
* | Merge #10061: [net] Added SetSocketNoDelay() utility functionPieter Wuille2017-05-171-6/+9
|\ \
| * | [net] Added SetSocketNoDelay() utility functionThomas Snider2017-04-051-6/+9
* | | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-4/+4
|/ /
* / build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locallyWladimir J. van der Laan2017-03-051-1/+1
|/
* netbase: Do not print an error on connection timeouts through proxyWladimir J. van der Laan2017-02-091-1/+8
* netbase: Make InterruptibleRecv return an error code instead of boolWladimir J. van der Laan2017-02-091-18/+27
* Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan2017-01-041-9/+10
|\
| * net: misc header cleanupsCory Fields2017-01-031-7/+0
| * net: make proxy receives interruptibleCory Fields2017-01-031-2/+10
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-3/+3
* Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo2016-12-011-47/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-2/+2
* Do not shadow variables in networking codePavel Janík2016-08-151-3/+3
* net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-2/+7
* net: move CNetAddr/CService/CSubNet out of netbaseCory Fields2016-07-311-705/+0
* net: Split resolving out of CSubNetCory Fields2016-07-311-36/+58