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-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
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
2021-03-01
Merge #21321: guix: Add curl to required tool list
Wladimir J. van der Laan
2021-03-01
Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message...
Wladimir J. van der Laan
2021-03-01
guix, doc: Update default HOSTS value
Hennadii Stepanov
2021-03-01
guix: Add curl to required tool list
Hennadii Stepanov
2021-03-01
zmq test: fix sync-up by matching notification to generated block
Sebastian Falbesoner
2021-02-28
Merge #21286: build: Bump minimum Qt version to 5.9.5
fanquake
2021-02-27
Merge #21297: test: feature_blockfilterindex_prune.py improvements
MarcoFalke
2021-02-26
Merge #21272: guix: Passthrough SDK_PATH into container
Wladimir J. van der Laan
2021-02-26
Merge #21277: wallet: listdescriptors uses normalized descriptor form
Wladimir J. van der Laan
2021-02-25
test: remove unneeded node from feature_blockfilterindex_prune.py
Jon Atack
2021-02-25
test: improve assertions in feature_blockfilterindex_prune.py
Jon Atack
2021-02-25
Merge bitcoin-core/gui#226: Add "Last Block" and "Last Tx" rows to peer detai...
MarcoFalke
2021-02-25
Merge #21254: test: Avoid connecting to real network when running tests
MarcoFalke
2021-02-25
Merge #21264: fuzz: Two scripted diff renames
MarcoFalke
2021-02-25
Merge #21252: test: Add missing wait for sync to feature_blockfilterindex_prune
MarcoFalke
2021-02-25
gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer details
Jon Atack
2021-02-25
gui: add "Last Tx" (CNodeStats::nLastTXTime) to peer details
Jon Atack
2021-02-25
qt: add RPCConsole::TimeDurationField helper, call systime only once
Jon Atack
2021-02-25
Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate()
Wladimir J. van der Laan
2021-02-25
Merge bitcoin-core/gui#223: qt: Re-add and rename transaction "Edit Label" ac...
MarcoFalke
2021-02-25
Merge bitcoin-core/gui#214: qt: Disable requests context menu actions when ap...
MarcoFalke
2021-02-25
Merge bitcoin-core/gui#219: qt: Prevent the main window popup menu
MarcoFalke
2021-02-24
guix: Bump glibc and linux-headers
Carl Dong
[next]