index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-03
doc: revamp macOS build doc
Jarol Rodriguez
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
Merge #21320: build: fix libnatpmp macos cross compile
fanquake
2021-03-03
Merge #21324: doc: Update build instructions for Fedora
Wladimir J. van der Laan
2021-03-03
Merge #19288: fuzz: Add fuzzing harness for TorController
Wladimir J. van der Laan
2021-03-03
Merge #21346: doc: install qt5 when building on macOS
MarcoFalke
2021-03-03
Merge #18298: build: Fix Qt processing of configure script for depends with D...
fanquake
2021-03-03
doc: install qt5 when building on macOS
fanquake
2021-03-03
Merge #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional
fanquake
2021-03-03
Merge #21333: build: set Unicode true for NSIS installer
fanquake
2021-03-03
Merge #21336: Make .gitignore ignore src/test/fuzz/fuzz.exe
fanquake
2021-03-03
Merge #21342: doc: Remove outdated comment
fanquake
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
doc: Remove outdated comment
Hennadii Stepanov
2021-03-02
build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional
Hennadii Stepanov
2021-03-02
build, refactor: Fix indentation for if..then..fi
Hennadii Stepanov
2021-03-02
Make .gitignore ignore src/test/fuzz/fuzz.exe
Hennadii Stepanov
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
Merge #21310: zmq test: fix sync-up by matching notification to generated block
MarcoFalke
2021-03-02
build: set Unicode true for NSIS installer
fanquake
2021-03-02
doc: Update build instructions for Fedora
Hennadii Stepanov
2021-03-02
Merge #21325: lint: Fix spelling errors in comments
fanquake
2021-03-02
Merge #21298: guix: Bump time-machine, glibc, and linux-headers
fanquake
2021-03-02
Merge #21323: guix, doc: Update default HOSTS value
fanquake
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
lint: Fix spelling errors in comments
fyquah
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
[next]