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-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 #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: Add curl to required tool list
Hennadii Stepanov
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-25
Merge #21271: guix: Explicitly set umask in build container
fanquake
2021-02-24
Merge #21292: build, doc: Fix configure script output indentation and typos
MarcoFalke
2021-02-24
Merge #21293: test: Replace accidentally placed bit-OR with logical-OR
Wladimir J. van der Laan
2021-02-24
test: Replace accidentally placed bit-OR with logical-OR
Hennadii Stepanov
2021-02-24
build, doc: Fix configure script output indentation and typos
Hennadii Stepanov
2021-02-24
Merge #18017: txmempool: split epoch logic into class
Wladimir J. van der Laan
2021-02-24
qt: Rename "Edit label" to "Edit address label"
Wladimir J. van der Laan
2021-02-24
Revert "qt: Remove Transactionview Edit Label Action"
Wladimir J. van der Laan
2021-02-24
Merge #21285: wallet: fix doc typo in signer option
fanquake
2021-02-23
build: Bump minimum Qt version to 5.9.5
Hennadii Stepanov
2021-02-23
wallet: fix doc typo in signer option
William Casarin
2021-02-23
Merge #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix)
Wladimir J. van der Laan
2021-02-23
Merge #21053: rpc, test: document {previous,next}blockhash as optional
MarcoFalke
2021-02-23
guix: Explicitly set umask in build container
Carl Dong
2021-02-23
Merge #16546: External signer support - Wallet Box edition
Wladimir J. van der Laan
2021-02-23
qt: Disable requests context menu actions when appropriate
Jarol Rodriguez
2021-02-23
Merge #21222: log: Clarify log message when file does not exist
MarcoFalke
[next]