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
/
util
/
sock.cpp
Age
Commit message (
Expand
)
Author
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-20
net: remove CloseSocket()
Vasil Dimov
2022-06-20
net: remove now unused Sock::Release()
Vasil Dimov
2022-06-20
net: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-06-09
net: also wait for exceptional events in Sock::Wait()
Vasil Dimov
2022-05-18
net: add new method Sock::Listen() that wraps listen()
Vasil Dimov
2022-05-18
net: add new method Sock::Bind() that wraps bind()
Vasil Dimov
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2021-12-01
net: add new method Sock::Accept() that wraps accept()
Vasil Dimov
2021-09-11
Cleanup headers after #20788
Hennadii Stepanov
2021-04-13
net: flag relevant Sock methods with [[nodiscard]]
Vasil Dimov
2021-03-16
net: add connect() and getsockopt() wrappers to Sock
Vasil Dimov
2021-03-16
i2p: limit the size of incoming messages
Vasil Dimov
2021-03-01
net: extend Sock with a method to check whether connected
Vasil Dimov
2021-03-01
net: extend Sock with methods for robust send & read until terminator
Vasil Dimov
2021-03-01
net: extend Sock::Wait() to report a timeout
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