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
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-22
Merge bitcoin/bitcoin#26837: I2P network optimizations
fanquake
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-06
Apply default umask in `SetupEnvironment()`
Hennadii Stepanov
2023-02-05
Remove `-sysperms` option
Hennadii Stepanov
2023-01-11
i2p: use consistent number of tunnels with i2pd and Java I2P
Vasil Dimov
2023-01-11
i2p: lower the number of tunnels for transient sessions
Vasil Dimov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-12
net: remove CService::ToString() use ToStringAddrPort() instead
Vasil Dimov
2022-12-12
scripted-diff: rename ToStringIP[Port]() to ToStringAddr[Port]()
Vasil Dimov
2022-11-01
util: move threadinterrupt into util
fanquake
2022-09-12
i2p: use the same destination type for transient and persistent addresses
Vasil Dimov
2022-08-16
i2p: log "SAM session" instead of "session"
Vasil Dimov
2022-08-11
i2p: add support for creating transient sessions
Vasil Dimov
2022-07-20
refactor: move compat.h into compat/
fanquake
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