Age | Commit message (Expand) | Author |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-22 | Removes Boost predicate.hpp dependency | 251 |
2018-07-02 | scripted-diff: Replace NET_TOR with NET_ONION | wodry |
2018-06-24 | Log warning message when deprecated network name 'tor' is used (e.g. option o... | wodry |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-04-16 | net: Minor accumulated cleanups | Thomas Snider |
2018-04-13 | Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l... | Wladimir J. van der Laan |
2018-03-15 | Remove redundant checks for MSG_* from configure.ac | Vasil Dimov |
2018-03-11 | Increase signal-to-noise ratio in debug.log by adjusting log level when loggi... | practicalswift |
2018-02-13 | Remove useless string initialization. | Alin Rus |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-02-01 | net: initialize socket to avoid closing random fd's | Cory Fields |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-13 | Merge #11363: net: Split socket create/connect | Wladimir J. van der Laan |
2017-12-12 | net: pass socket closing responsibility up to caller for outgoing connections | 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-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-10-09 | Fix a vs. an typo | practicalswift |
2017-09-28 | Merge #10663: net: split resolve out of connect | Wladimir J. van der Laan |
2017-09-26 | net: Improve and document SOCKS code | Wladimir J. van der Laan |
2017-09-22 | Use static_cast instead of C-style casts for non-fundamental types | practicalswift |
2017-09-18 | net: remove now-unused functions | Cory Fields |
2017-09-18 | net: separate resolving and conecting | Cory Fields |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-22 | Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen... | Dag Robole |
2017-07-15 | Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ... | Pieter Wuille |
2017-07-13 | Fix uninitialized atomic variables | João Barbosa |
2017-07-12 | [refactor] move SplitHostPort() into utilstrencodings | John Newbery |
2017-06-14 | net: do not allow resolving to an internal address | Cory Fields |
2017-05-23 | Merge #9539: [net] Avoid initialization to a value that is never read | Wladimir J. van der Laan |
2017-05-17 | Merge #10061: [net] Added SetSocketNoDelay() utility function | Pieter Wuille |
2017-04-05 | [net] Added SetSocketNoDelay() utility function | Thomas Snider |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-05 | build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally | Wladimir J. van der Laan |
2017-02-28 | [net] Avoid initialization to a value that is never read | practicalswift |
2017-02-09 | netbase: Do not print an error on connection timeouts through proxy | Wladimir J. van der Laan |
2017-02-09 | netbase: Make InterruptibleRecv return an error code instead of bool | Wladimir J. van der Laan |
2017-01-04 | Merge #9289: net: drop boost::thread_group | Wladimir J. van der Laan |
2017-01-03 | net: misc header cleanups | Cory Fields |
2017-01-03 | net: make proxy receives interruptible | Cory Fields |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-09 | Refactor: Removed begin/end_ptr functions. | Karl-Johan Alm |
2016-12-01 | Revert "Use async name resolving to improve net thread responsiveness" | Matt Corallo |
2016-10-17 | Kill insecure_random and associated global state | Wladimir J. van der Laan |
2016-08-15 | Do not shadow variables in networking code | Pavel Janík |
2016-08-04 | net: Have LookupNumeric return a CService directly | Cory Fields |
2016-07-31 | net: move CNetAddr/CService/CSubNet out of netbase | Cory Fields |
2016-07-31 | net: Split resolving out of CSubNet | Cory Fields |