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
2019-05-25
Remove global symbols: Avoid using the global namespace if possible
practicalswift
2019-05-24
Merge #16042: test: Bump MAX_NODES to 12
MarcoFalke
2019-05-24
Merge #16078: test: replace tx hash with txid in rawtransaction test
MarcoFalke
2019-05-24
remove parameters -addresstype=legacy in rpc_rawtransaction test
LongShao007
2019-05-23
Merge #16080: build/doc: update bitcoin_config.h packages, release process
MarcoFalke
2019-05-23
Merge #16034: refactoring: Rename LockAnnotation to LockAssertion and add run...
MarcoFalke
2019-05-23
Merge #16024: [rpc] deriveaddresses: Correction of descriptor checksum in RPC...
MarcoFalke
2019-05-23
doc: add bitcoin_config.h PACKAGE updates to release process
Jon Atack
2019-05-23
build: bump bitcoin_config.h packages to v0.18
Jon Atack
2019-05-23
Merge #16079: wallet_balance.py: Prevent edge cases
MarcoFalke
2019-05-23
wallet_balance.py: Prevent edge cases
Steven Roose
2019-05-23
replace tx hash with txid in test rawtransaction
LongShao007
2019-05-22
Merge #16063: rpc: Mention getwalletinfo where a rescan is triggered
MarcoFalke
2019-05-22
Merge #16073: refactor: Improve CRollingBloomFilter::reset by using std::fill
Wladimir J. van der Laan
2019-05-22
refactor: Improve CRollingBloomFilter::reset by using std::fill
João Barbosa
2019-05-22
bench: Add benchmark for CRollingBloomFilter::reset
João Barbosa
2019-05-22
Merge #16015: validation: Hold cs_main when reading chainActive in RewindBloc...
MarcoFalke
2019-05-22
Merge #16049: depends: switch to secure download of all dependencies
MarcoFalke
2019-05-22
Merge #16071: RPC: Hint for importmulti in help output of importpubkey and im...
MarcoFalke
2019-05-22
rpc: Mention getwalletinfo where a rescan is triggered
João Barbosa
2019-05-22
RPC: Hint for importmulti in help output of importpubkey and importaddress
Kristaps Kaupe
2019-05-21
Merge #13555: Tests: parameterize adjustment period in versionbits_computeblo...
MarcoFalke
2019-05-20
parameterize hard coded numbers referring to miner conf window
Jordan Baczuk
2019-05-20
depends: switch to secure download of all dependencies
Ulrich Kempken
2019-05-20
Merge #15236: scripts and tools: Make --setup command independent
MarcoFalke
2019-05-20
Make --setup command independent
Hennadii Stepanov
2019-05-20
Merge #13998: Scripts and tools: gitian-build.py improvements and corrections
MarcoFalke
2019-05-20
Merge #15840: Contrib scripts: Filter IPv6 by ASN
Wladimir J. van der Laan
2019-05-20
Merge #16021: p2p: Avoid logging transaction decode errors to stderr
Wladimir J. van der Laan
2019-05-20
Merge #16051: depends: add patch to common dependencies
MarcoFalke
2019-05-20
depends: add patch to common dependencies
fanquake
2019-05-20
Merge #16001: Give WalletModel::UnlockContext move semantics
MeshCollider
2019-05-19
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2019-05-18
Fix gitian-build.py --verify option
Hennadii Stepanov
2019-05-18
Set/unset USE_LXC, USE_VBOX, USE_DOCKER explicitly
Hennadii Stepanov
2019-05-18
Fix Docker related issues for gitian-build.py
Hennadii Stepanov
2019-05-18
Merge #15957: Show "No wallets available" in open menu instead of nothing
Jonas Schnelli
2019-05-18
Merge #15224: Add RNG strengthening (10ms once every minute)
Wladimir J. van der Laan
2019-05-17
Merge #15863: scripts and tools: Ensure repos are up-to-date in gitian-build.py
MarcoFalke
2019-05-17
test: Speed up cache creation
MarcoFalke
2019-05-17
test: Bump MAX_NODES to 12
MarcoFalke
2019-05-17
Merge #15922: doc: Explain how to pass in non-fundamental types into functions
MarcoFalke
2019-05-17
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
Make sure the compile-time locking promises given via LockAnnotation:s hold a...
practicalswift
2019-05-17
Move LockAnnotation to make it reflect the truth
practicalswift
2019-05-17
Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)
practicalswift
2019-05-17
Merge #15999: init: Remove dead code in LoadChainTip
MarcoFalke
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
wallet: Use chain.lock() instead of temporary chain.assumeLocked()
practicalswift
[next]