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-07-06
tools: clang-format 6 compatibility
Jon Atack
2020-07-05
Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabase
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-03
Merge #19413: refactor: Remove confusing BlockIndex global
MarcoFalke
2020-07-03
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Merge bitcoin-core/gui#17: doc: Remove outdated comment in TransactionTablePriv
MarcoFalke
2020-07-01
Enable Wswitch for OutputType
MarcoFalke
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-07-01
wallet: Replace boost::none with nullopt
MarcoFalke
2020-07-01
script: Fix boost/C++17 compile failure
MarcoFalke
2020-07-01
walletdb: Move Rewrite into BerkeleyDatabase
Andrew Chow
2020-07-01
walletdb: Move PeriodicFlush into WalletDatabase
Andrew Chow
2020-07-01
walletdb: Combine VerifyDatabaseFile and VerifyEnvironment
Andrew Chow
2020-07-01
Merge #19028: test: Set -logthreadnames in unit tests
Wladimir J. van der Laan
2020-07-01
Merge #19256: gui: change combiner for signals to optional_last_value
Wladimir J. van der Laan
2020-07-01
Merge #19308: wallet: BerkeleyBatch Handle cursor internally
Wladimir J. van der Laan
2020-07-01
gui: change combiner for signals to optional_last_value
Cory Fields
2020-07-01
Merge #19331: build: Do not include server symbols in wallet
Wladimir J. van der Laan
2020-06-30
doc: Remove outdated comment in TransactionTablePriv
MarcoFalke
2020-06-29
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Wladimir J. van der Laan
2020-06-29
Merge #19300: wallet: Handle concurrent wallet loading
MarcoFalke
2020-06-29
Merge #19333: refactor: Fix clang compile failure
Wladimir J. van der Laan
2020-06-29
Merge #19403: build: improve __builtin_clz* detection
Wladimir J. van der Laan
2020-06-29
Merge #19204: p2p: Reduce inv traffic during IBD
MarcoFalke
2020-06-29
Merge #19394: build: Remove unused RES_IMAGES
MarcoFalke
2020-06-29
Merge #19367: doc: Span pitfalls
Wladimir J. van der Laan
2020-06-29
[build] Remove unused RES_IMAGES
Bushstar
2020-06-29
build: improve builtin_clz* detection
fanquake
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Hennadii Stepanov
2020-06-27
build: Sort Makefile.am after renaming file
MarcoFalke
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
qt: Remove unused includes
MarcoFalke
2020-06-27
wallet: Do not include server symbols
MarcoFalke
2020-06-27
Revert "Fix link error with --enable-debug"
MarcoFalke
2020-06-27
interfaces: Remove unused getDefaultChangeType
MarcoFalke
2020-06-27
Merge bitcoin-core/gui#6: Do not truncate node flag strings in debugwindow pe...
MarcoFalke
2020-06-26
doc: Document Span pitfalls
Pieter Wuille
2020-06-26
Merge bitcoin-core/gui#8: Fix regression in TransactionTableModel
MarcoFalke
2020-06-26
Merge #19366: tests: Provide main(...) function in fuzzer. Allow building uni...
MarcoFalke
2020-06-25
tests: Provide main(...) function in fuzzer
practicalswift
2020-06-25
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-25
Merge #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactions
MarcoFalke
2020-06-25
Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2...
MarcoFalke
2020-06-25
Merge #19090: refactor: Misc scheduler cleanups
MarcoFalke
2020-06-25
Merge #19237: wallet: Check size after unserializing a pubkey
MarcoFalke
2020-06-25
refactor: Use Mutex type for g_cs_recent_confirmed_transactions
Hennadii Stepanov
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
[next]