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
2020-05-21
Merge #18530: Add test for -blocksonly and -whitelistforcerelay param interac...
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
Jon Atack
2020-05-21
cli: use GetWalletBalances() functionality for -getinfo
Jon Atack
2020-05-21
cli: create GetWalletBalances() to fetch multiwallet balances
Jon Atack
2020-05-21
cli: lift -rpcwallet logic up to CommandLineRPC()
Jon Atack
2020-05-21
cli: extract connection exception handler, -rpcwait logic
Jon Atack
2020-05-21
Merge #18677: Multiprocess build support
fanquake
2020-05-20
Convert Qt to new serialization
Pieter Wuille
2020-05-20
net: Use C++11 member initialization in protocol
MarcoFalke
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-20
Merge #18996: net: Remove un-actionable TODO
MarcoFalke
2020-05-20
Merge #19006: rpc: Avoid crash when g_thread_http was never started
MarcoFalke
2020-05-20
Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...
Jonas Schnelli
2020-05-19
Add comments to CustomUintFormatter
Pieter Wuille
2020-05-19
[mempool] sanity check that all unbroadcast txns are in mempool
gzhao408
2020-05-19
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
2020-05-19
http: Avoid crash when g_thread_http was never started
MarcoFalke
2020-05-19
init: Remove confusing and redundant InitError
MarcoFalke
2020-05-19
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-19
Merge #18152: qt: Use SynchronizationState enum for signals to GUI
Jonas Schnelli
2020-05-19
Merge #18999: log: Remove "No rpcpassword set" from logs
fanquake
2020-05-19
Merge #18861: Do not answer GETDATA for to-be-announced tx
fanquake
2020-05-19
test/checkqueue_tests: thread safety annotations
Anthony Towns
2020-05-19
rpc/blockchain.cpp: thread safety annotations for latestblock
Anthony Towns
2020-05-19
net: fMsgProcWake use LOCK instead of lock_guard
Anthony Towns
2020-05-19
wallet/wallet.h: Remove mutexScanning which was only protecting a single atom...
Anthony Towns
2020-05-19
refactor: Remove Node:: queries from GUI
Hennadii Stepanov
2020-05-19
qt: Add SynchronizationState enum to signal parameter
Hennadii Stepanov
2020-05-19
refactor: Remove Node::getReindex() call from GUI
Hennadii Stepanov
2020-05-19
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-19
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
Hennadii Stepanov
2020-05-19
refactor: Remove unused bool parameter in BlockNotifyGenesisWait()
Hennadii Stepanov
2020-05-19
Replace thread_local g_lockstack with a mutex-protected map
Hennadii Stepanov
2020-05-19
refactor: Refactor duplicated code into LockHeld()
Hennadii Stepanov
2020-05-19
refactor: Add LockPair type alias
Hennadii Stepanov
2020-05-19
refactor: Add LockStackItem type alias
Hennadii Stepanov
2020-05-19
Prevent UB in DeleteLock() function
Hennadii Stepanov
2020-05-18
[indexes] Add compact block filter headers cache
John Newbery
2020-05-17
[wallet] remove nLastResend logic
gzhao408
2020-05-17
log: Remove "No rpcpassword set" from logs
MarcoFalke
2020-05-17
Updated comment for the condition where a transaction relay is denied
glowang
2020-05-17
gui: Remove un-actionable TODO
MarcoFalke
2020-05-17
net: Run clang-format on protocol.h
MarcoFalke
2020-05-17
net: Remove un-actionable TODO
MarcoFalke
2020-05-17
Merge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va...
MarcoFalke
2020-05-15
Remove IBD check in sethdseed
Andrew Chow
2020-05-15
Generate new keys for inactive seeds after marking used
Andrew Chow
2020-05-15
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-15
Merge #18781: Add templated GetRandDuration<>
MarcoFalke
[prev]
[next]