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
2020-06-22
walletdb: Handle cursor internally
Andrew Chow
2020-06-17
Merge #19295: refactor: Use AbortError in FatalError
MarcoFalke
2020-06-17
Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...
MarcoFalke
2020-06-17
Merge #19249: Add means to handle negative capabilities in the Clang Thread S...
MarcoFalke
2020-06-17
Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h}
Samuel Dobson
2020-06-17
Merge #19287: contrib: Fix SyntaxWarning in Python base58 implementation
fanquake
2020-06-17
Merge #19299: refactor: Remove unused vars, Add missing includes
fanquake
2020-06-16
Merge #19294: test: refactor: Inline adjust_bitcoin_conf_for_pre_17
MarcoFalke
2020-06-16
Add missing includes to fix compile errors
MarcoFalke
2020-06-16
Remove unused variables
MarcoFalke
2020-06-16
Merge #18275: wallet: error if an explicit fee rate was given but the needed ...
MarcoFalke
2020-06-16
Merge #19284: [net] Add seed.bitcoin.wiz.biz to DNS seeds
Wladimir J. van der Laan
2020-06-16
Merge #18434: tests: add a test-security target and run it in CI
Wladimir J. van der Laan
2020-06-16
[refactor] use waiting inside disconnect_p2ps
gzhao408
2020-06-16
[test] wait for disconnect_p2ps to be reflected in getpeerinfo
gzhao408
2020-06-16
[test] logging and style followups for bloomfilter tests
gzhao408
2020-06-16
refactor: Use AbortError in FatalError
MarcoFalke
2020-06-16
Merge #18927: Pass bilingual_str argument to AbortNode()
MarcoFalke
2020-06-16
pep-8 test/functional/test_framework/util.py
MarcoFalke
2020-06-16
test: refactor: Inline adjust_bitcoin_conf_for_pre_17
MarcoFalke
2020-06-16
test: use subprocess.run() in test-security-check.py
fanquake
2020-06-16
tests: run test-security-check.py in CI
fanquake
2020-06-16
Merge #19153: test: mempool compatibility test
MarcoFalke
2020-06-16
Merge #19178: Make mininode_lock non-reentrant
MarcoFalke
2020-06-16
Merge #19260: p2p: disconnect peers that send filterclear + update existing f...
fanquake
2020-06-15
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-15
walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cpp
Andrew Chow
2020-06-15
walletdb: move IsWalletLoaded to walletdb.cpp
Andrew Chow
2020-06-15
walletdb: Add IsBDBWalletLoaded to look for BDB wallets specifically
Andrew Chow
2020-06-15
contrib: Fix SyntaxWarning in Python base58 implementation
Alex Willmer
2020-06-15
walletdb: Make SpliWalletFilePath non-static
Andrew Chow
2020-06-15
Merge #19276: ci: Move travis workarounds to .travis.yml
MarcoFalke
2020-06-15
Merge #19282: RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
MarcoFalke
2020-06-15
[net] Add seed.bitcoin.wiz.biz to DNS seeds
wiz
2020-06-15
RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
Luke Dashjr
2020-06-14
[p2p/refactor] move disconnect logic and remove misbehaving
gzhao408
2020-06-14
[test] test disconnect for filterclear
gzhao408
2020-06-14
[netprocessing] disconnect node that sends filterclear
gzhao408
2020-06-14
ci: Move travis workarounds to .travis.yml
MarcoFalke
2020-06-14
Merge #19264: [tests] Don't import asyncio to test magic bytes
fanquake
2020-06-13
[tests] Don't import asyncio to test magic bytes
John Newbery
2020-06-13
Merge #19261: refactor: Drop ::HasWallets()
MarcoFalke
2020-06-13
Merge #18297: build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts inc...
fanquake
2020-06-13
Merge #19228: Update libsecp256k1 subtree
fanquake
2020-06-13
refactor: Drop ::HasWallets()
João Barbosa
2020-06-12
Merge #19177: test: Fix and clean p2p_invalid_messages functional tests
MarcoFalke
2020-06-12
Merge #16756: test: Connection eviction logic tests
MarcoFalke
2020-06-12
Merge #19250: wallet: Make RPC help compile-time static
MarcoFalke
2020-06-11
Merge #19083: test: msg_mempool, fRelay, and other bloomfilter tests
MarcoFalke
2020-06-11
Merge #19247: tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (c...
MarcoFalke
[next]