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.h
Age
Commit message (
Expand
)
Author
2024-06-12
i2p: log errors properly according to their severity
brunoerg
2024-03-01
i2p: construct Session with Proxy instead of CService
Matthew Zipkin
2023-10-05
i2p: destroy the session if we get an unexpected error from the I2P router
Vasil Dimov
2023-08-24
i2p: avoid using Sock::Get() for checking for a valid socket
Vasil Dimov
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-01
util: move threadinterrupt into util
fanquake
2022-08-11
i2p: add support for creating transient sessions
Vasil Dimov
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-05-12
Increase threadsafety annotation coverage
Anthony Towns
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-03-16
i2p: use pointers to Sock to accommodate mocking
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