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
Age
Commit message (
Expand
)
Author
2021-03-04
Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...
fanquake
2021-03-04
Merge #21358: fuzz: Add missing include (test/util/setup_common.h)
fanquake
2021-03-04
Merge #21015: Make all of net_processing (and some of net) use std::chrono types
fanquake
2021-03-04
Merge #21148: Split orphan handling from net_processing into txorphanage
Wladimir J. van der Laan
2021-03-04
fuzz: Add missing include (test/util/setup_common.h)
MarcoFalke
2021-03-03
Merge #20406: util: Avoid invalid integer negation in FormatMoney and ValueFr...
Wladimir J. van der Laan
2021-03-03
Make tx relay data structure use std::chrono types
Pieter Wuille
2021-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Convert block/header sync timeouts to std::chrono types
Pieter Wuille
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-03-03
Merge #20877: netinfo: user help and argument parsing improvements
Wladimir J. van der Laan
2021-03-03
Merge #19203: net: Add regression fuzz harness for CVE-2017-18350. Add Fuzzed...
MarcoFalke
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-03-02
fuzz: Add FUZZED_SOCKET_FAKE_LATENCY mode to FuzzedSock to allow for fuzzing ...
practicalswift
2021-03-02
fuzz: Add fuzzing harness for Socks5(...)
practicalswift
2021-03-02
util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...
practicalswift
2021-03-02
util: Avoid invalid integer negation in FormatMoney: make FormatMoney(const C...
practicalswift
2021-03-02
tests: Add fuzzing harness for TorController
practicalswift
2021-03-02
torcontrol: Move TorControlReply, TorControlConnection and TorController to i...
practicalswift
2021-03-02
Merge #20685: Add I2P support using I2P SAM
Wladimir J. van der Laan
2021-03-02
txorphanage: comment improvements
Anthony Towns
2021-03-01
Merge #21170: bench: Add benchmark to write JSON into a string
Wladimir J. van der Laan
2021-03-01
net: Do not skip the I2P network from GetNetworkNames()
Vasil Dimov
2021-03-01
net: recognize I2P from ParseNetwork() so that -onlynet=i2p works
Vasil Dimov
2021-03-01
net: accept incoming I2P connections from CConnman
Vasil Dimov
2021-03-01
net: make outgoing I2P connections from CConnman
Vasil Dimov
2021-03-01
net: add I2P to the reachability map
Vasil Dimov
2021-03-01
init: introduce I2P connectivity options
Vasil Dimov
2021-03-01
net: implement the necessary parts of the I2P SAM protocol
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-03-01
net: dedup MSG_NOSIGNAL and MSG_DONTWAIT definitions
Vasil Dimov
2021-03-01
net: move the constant maxWait out of InterruptibleRecv()
Vasil Dimov
2021-03-01
net: extend CNetAddr::SetSpecial() to support I2P
Vasil Dimov
2021-03-01
net: avoid unnecessary GetBindAddress() call
Vasil Dimov
2021-03-01
net: isolate the protocol-agnostic part of CConnman::AcceptConnection()
Vasil Dimov
2021-03-01
net: get the bind address earlier in CConnman::AcceptConnection()
Vasil Dimov
2021-03-01
net: check for invalid socket earlier in CConnman::AcceptConnection()
Vasil Dimov
2021-03-01
util: fix WriteBinaryFile() claiming success even if error occurred
Vasil Dimov
2021-03-01
util: fix ReadBinaryFile() returning partial contents
Vasil Dimov
2021-03-01
util: extract {Read,Write}BinaryFile() to its own files
Vasil Dimov
2021-03-01
Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message...
Wladimir J. van der Laan
2021-02-28
Merge #21286: build: Bump minimum Qt version to 5.9.5
fanquake
2021-02-27
net_processing: move AddToCompactExtraTransactions into PeerManagerImpl
Anthony Towns
2021-02-27
scripted-diff: Update txorphanage naming convention
Anthony Towns
2021-02-27
txorphanage: Move functions and data into class
Anthony Towns
2021-02-27
txorphanage: Extract EraseOrphansForBlock
Anthony Towns
2021-02-27
net_processing: drop AddOrphanTx
Anthony Towns
2021-02-26
denialofservices_tests: check txorphanage's AddTx
Anthony Towns
[next]