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
/
i2p.cpp
Age
Commit message (
Expand
)
Author
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-09
net: also wait for exceptional events in Sock::Wait()
Vasil Dimov
2022-06-08
logging: use LogPrintfCategory rather than a manual category
Jon Atack
2022-06-06
scripted-diff: remove duplicate categories from LogPrint output
Jon Atack
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-07-09
net: do not connect to I2P hosts on port!=0
Vasil Dimov
2021-07-09
net: change assumed I2P port to 0
Vasil Dimov
2021-04-08
i2p: cancel the Accept() method if waiting on the socket errors
Vasil Dimov
2021-03-16
i2p: use pointers to Sock to accommodate mocking
Vasil Dimov
2021-03-16
net: change ConnectSocketDirectly() to take a Sock argument
Vasil Dimov
2021-03-16
i2p: limit the size of incoming messages
Vasil Dimov
2021-03-01
net: implement the necessary parts of the I2P SAM protocol
Vasil Dimov