Age | Commit message (Expand) | Author |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-07-20 | moveonly: move SetSocketNonBlocking() from netbase to util/sock | Vasil Dimov |
2022-07-20 | refactor: move compat.h into compat/ | fanquake |
2022-04-15 | net: use Sock::SetSockOpt() instead of standalone SetSocketNoDelay() | Vasil Dimov |
2022-04-14 | Merge bitcoin/bitcoin#22052: net: remove non-blocking bool from interface | laanwj |
2022-03-02 | Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o... | laanwj |
2022-03-01 | Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn... | laanwj |
2022-02-11 | net: open p2p connections to nodes that listen on non-default ports | Vasil Dimov |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-07 | p2p, refactor: drop unused DNSLookupFn param in LookupSubnet() | Vasil Dimov |
2021-12-07 | p2p, refactor: tidy up LookupSubNet() | Jon Atack |
2021-11-24 | scripted-diff: rename `proxyType` to `Proxy` | Vasil Dimov |
2021-05-25 | net: remove non-blocking bool from interface | Bushstar |
2021-04-06 | doc: fixup -Wdocumentation issues | fanquake |
2021-03-30 | Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests | Wladimir J. van der Laan |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
2021-03-16 | net: change ConnectSocketDirectly() to take a Sock argument | Vasil Dimov |
2021-03-15 | net: fix hSocket param in netbase.h::ConnectSocketDirectly() | Jon Atack |
2021-03-15 | net: move Doxygen docs from netbase.cpp to netbase.h | Jon Atack |
2021-03-08 | net: Make DNS lookup code testable | practicalswift |
2021-03-04 | net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection | Luke Dashjr |
2021-03-02 | fuzz: Add fuzzing harness for Socks5(...) | practicalswift |
2021-02-15 | Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto... | MarcoFalke |
2021-02-10 | style: rename hSocket to sock | Vasil Dimov |
2021-02-10 | net: use Sock in InterruptibleRecv() and Socks5() | Vasil Dimov |
2021-02-10 | net: add RAII socket and use it instead of bare SOCKET | Vasil Dimov |
2021-02-10 | net: move CloseSocket() from netbase to util/sock | Vasil Dimov |
2021-02-10 | net: move MillisToTimeval() from netbase to util/time | Vasil Dimov |
2021-02-02 | net: create GetNetworkNames() | Jon Atack |
2020-01-08 | net: Avoid using C-style NUL-terminated strings as arguments in the netbase i... | practicalswift |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-08-08 | util: refactor upper/lowercase functions | Karl-Johan Alm |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-03-11 | Increase signal-to-noise ratio in debug.log by adjusting log level when loggi... | practicalswift |
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: split socket creation out of connection | Cory Fields |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-18 | net: remove now-unused functions | Cory Fields |
2017-09-18 | net: separate resolving and conecting | Cory Fields |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-08-16 | Use nullptr instead of zero (0) as the null pointer constant | practicalswift |
2017-07-22 | Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen... | Dag Robole |
2017-07-12 | [refactor] move SplitHostPort() into utilstrencodings | John Newbery |
2017-04-05 | [net] Added SetSocketNoDelay() utility function | Thomas Snider |
2017-01-04 | Merge #9289: net: drop boost::thread_group | Wladimir J. van der Laan |
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-08-15 | Do not shadow variables in networking code | Pavel JanÃk |