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-11-13
refactor: Clean up long lines in settings code
Russell Yanofsky
2019-11-13
Merge #17409: build: Avoid hardcoded libfaketime dir in gitian
Wladimir J. van der Laan
2019-11-12
Merge #17435: test: check custom ancestor limit in mempool_packages.py
MarcoFalke
2019-11-12
Merge #17437: rpc: Expose block height of wallet transactions
MarcoFalke
2019-11-12
doc: Explain $LIB in LD_PRELOAD in gitian descriptors
MarcoFalke
2019-11-12
Merge #17450: util: Add missing headers to util/fees.cpp
MarcoFalke
2019-11-12
util: Add missing headers to util/fees.cpp
Hennadii Stepanov
2019-11-11
rpc: Expose block height of wallet transactions
João Barbosa
2019-11-11
test: check custom ancestor limit in mempool_packages.py
Sebastian Falbesoner
2019-11-11
Merge #17442: fix Typo: "merkelRoot" -> "merkleRoot"
MarcoFalke
2019-11-12
fix Typo: "merkelRoot" -> "merkleRoot"
ianliu
2019-11-10
Merge #17416: Appveyor improvement - text file for vcpkg package list
MarcoFalke
2019-11-10
Moves vcpkg list to a text file and updates the appveyor job and readme to us...
Aaron Clauson
2019-11-10
Merge #17427: qt: Fix missing qRegisterMetaType for size_t
Wladimir J. van der Laan
2019-11-10
Merge #17431: Remove unnecessary forward declaration
Wladimir J. van der Laan
2019-11-10
refactor: Styling w/ clang-format, comment update
Hennadii Stepanov
2019-11-10
qt: Fix missing qRegisterMetaType for size_t
Hennadii Stepanov
2019-11-10
Merge #17410: Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-09
Remove unnecessary forward declaration
Mark Erhardt
2019-11-08
Merge #15934: Merge settings one place instead of five places
Wladimir J. van der Laan
2019-11-08
Merge #17422: doc: add historical 0.19.0 release notes
Wladimir J. van der Laan
2019-11-08
doc: Add relase note for db→walletdb rename
Wladimir J. van der Laan
2019-11-08
doc: add historical 0.19.0 release notes
fanquake
2019-11-08
Merge #17367: ci: Run non-cross-compile builds natively
Wladimir J. van der Laan
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-08
Merge #17405: wallet: Remove unused boost::this_thread::interruption_point
fanquake
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
scripted-diff: Avoid hardcoded libfaketime dir in gitian
MarcoFalke
2019-11-07
Add settings_tests
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
Add util::Settings struct and helper functions.
Russell Yanofsky
2019-11-07
Remove includeconf nested scope
Russell Yanofsky
2019-11-07
Rename includeconf variables for clarity
Russell Yanofsky
2019-11-07
Clarify emptyIncludeConf logic
Russell Yanofsky
2019-11-07
wallet: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-07
Merge #17404: Remove redundant class file include from test_bitcoin msvc project
fanquake
2019-11-07
Remove redundant class file includes from test_bitcoin project.
Aaron Clauson
2019-11-07
ci: Guess the native host when not cross compiling
MarcoFalke
2019-11-07
Merge #17362: test: speed up wallet_avoidreuse, add logging
fanquake
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-07
Merge #17364: Updates to appveyor config for VS2019 and Qt5.9.8 + msvc projec...
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-07
test: speed up wallet_avoidreuse.py
Jon Atack
2019-11-07
test: add logging to wallet_avoidreuse.py
Jon Atack
2019-11-06
Updated appveyor config:
Aaron Clauson
2019-11-06
Merge #17340: Tests: speed up fundrawtransaction test
MarcoFalke
2019-11-06
[refactor] Replace global int nScriptCheckThreads with bool
John Newbery
[next]