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-08
rpc: remove deprecated getaddressinfo `label` field
Jon Atack
2020-06-06
Merge #18968: doc: noban precludes maxuploadtarget disconnects
MarcoFalke
2020-06-06
Merge #19172: test: Do not swallow flake8 exit code
fanquake
2020-06-05
doc: Add mypy to test dependencies
Hennadii Stepanov
2020-06-05
test: Do not swallow flake8 exit code
Hennadii Stepanov
2020-06-05
Merge #19096: Remove g_rpc_chain global
MarcoFalke
2020-06-05
Merge #19173: build: turn on --enable-c++17 by --enable-fuzz
MarcoFalke
2020-06-05
build: turn on --enable-c++17 by --enable-fuzz
Vasil Dimov
2020-06-05
Merge #19164: ci: tsan with wallet
fanquake
2020-06-05
Merge #19132: qt: lock cs_main, m_cached_tip_mutex in that order
Jonas Schnelli
2020-06-05
Merge #15202: gui: Add Close All Wallets action
Jonas Schnelli
2020-06-05
Merge #18758: Remove unused boost/thread
fanquake
2020-06-04
ci: tsan with wallet
MarcoFalke
2020-06-04
doc: noban precludes maxuploadtarget disconnects
MarcoFalke
2020-06-04
net: Reformat excessively long if condition into multiple lines
MarcoFalke
2020-06-04
Merge #19053: refactor: replace CNode pointers by references within net_proce...
MarcoFalke
2020-06-04
Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.py
Wladimir J. van der Laan
2020-06-04
Merge #19112: rpc: Remove special case for unknown service flags
Wladimir J. van der Laan
2020-06-04
Merge #17994: validation: flush undo files after last block write
Wladimir J. van der Laan
2020-06-04
Merge #19131: refactor: Fix unreachable code in init arg checks
Wladimir J. van der Laan
2020-06-04
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-06-04
txdb: Remove unused boost/thread
MarcoFalke
2020-06-04
txindex: Remove unused boost/thread
MarcoFalke
2020-06-04
Merge #19142: validation: Make VerifyDB level 4 interruptible
fanquake
2020-06-04
Merge #19159: test: Make valgrind.supp work on aarch64
fanquake
2020-06-04
Merge #19152: build: improve build OS configure output
fanquake
2020-06-03
Merge #19088: validation: use std::chrono throughout some validation functions
MarcoFalke
2020-06-03
test: Make valgrind.supp work on aarch64
MarcoFalke
2020-06-03
Merge #18210: test: type hints in Python tests
fanquake
2020-06-03
[test] CScriptNum Decode Check as Unit Tests
Gillian Chu
2020-06-03
Merge #19041: ci: tsan with -stdlib=libc++-10
fanquake
2020-06-03
Merge #18974: test: Check that invalid witness destinations can not be imported
MarcoFalke
2020-06-03
Merge #18875: fuzz: Stop nodes in process_message* fuzzers
MarcoFalke
2020-06-03
Merge #19146: doc: Remove release note fragments of 0.20.1 release, Add relea...
Wladimir J. van der Laan
2020-06-03
validation: Make VerifyDB level 4 interruptible
MarcoFalke
2020-06-03
validation: Remove unused boost interruption_point
MarcoFalke
2020-06-03
build: improved output of configure for build OS
sachinkm77
2020-06-03
Merge #19084: net: improve code documentation for dns seed behaviour
fanquake
2020-06-02
doc: Move 0.21 fragments into the main release notes
MarcoFalke
2020-06-02
doc: Add release-notes-0.20.0.md
MarcoFalke
2020-06-02
doc: Remove release notes of 0.20.1 release
MarcoFalke
2020-06-02
Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...
MarcoFalke
2020-06-02
Merge #18792: wallet: Remove boost from PeriodicFlush
fanquake
2020-06-02
Merge #13204: Faster sigcache nonce
MarcoFalke
2020-06-02
Merge #19122: test: Add missing sync_blocks to wallet_hd
MarcoFalke
2020-06-02
wallet: Remove unused boost::thread_interrupted
MarcoFalke
2020-06-02
Merge #19111: Limit scope of all global std::once_flag
MarcoFalke
2020-06-02
Merge #19104: gui, refactor: Register Qt meta types in application constructor
Jonas Schnelli
2020-06-02
This PR adds initial support for type hints checking in python scripts.
Kiminuo
2020-06-02
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
[next]