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
2018-08-31
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
Merge #14088: tests: Don't assert(...) with side effects
Wladimir J. van der Laan
2018-08-31
Merge #14108: tests: Add missing locking annotations and locks (g_cs_orphans)
MarcoFalke
2018-08-31
Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoins
Russell Yanofsky
2018-08-31
Merge #14073: blockfilter: Avoid out-of-bounds script access.
Wladimir J. van der Laan
2018-08-31
Merge #13159: Don't close old debug log file handle prematurely when trying t...
Wladimir J. van der Laan
2018-08-31
Merge #14101: qa: Use named args in validation acceptance tests
Wladimir J. van der Laan
2018-08-31
Merge #14037: Add README.md to linux release tarballs
Wladimir J. van der Laan
2018-08-31
Merge #13724: [contrib] Support ARM and RISC-V symbol check
Wladimir J. van der Laan
2018-08-30
tests: Add missing locking annotations and locks
practicalswift
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-30
Merge #13126: util: Add Clang thread safety annotations for variables guarded...
MarcoFalke
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-30
Fix potential deadlock
practicalswift
2018-08-29
Add lock annotations (cs_args)
practicalswift
2018-08-29
Add missing locks (cs_args)
practicalswift
2018-08-29
qa: Use named args in some tests
MarcoFalke
2018-08-29
scripted-diff: Use named arguments in feature_block
MarcoFalke
2018-08-29
scripted-diff: Pass node into p2p_segwit acceptance tests
MarcoFalke
2018-08-29
Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...
Wladimir J. van der Laan
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-29
Remove unused fsbridge::freopen
practicalswift
2018-08-29
Don't close old debug log file handle prematurely when trying to re-open (on ...
practicalswift
2018-08-29
Merge #14020: Add tests for RPC help
MarcoFalke
2018-08-29
Merge #14028: Explicitly initialize prevector _union
Wladimir J. van der Laan
2018-08-29
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
Wladimir J. van der Laan
2018-08-29
Merge #13862: utils: drop boost::interprocess::file_lock
Wladimir J. van der Laan
2018-08-28
Merge #14093: tests: Fix accidental trunction from int to bool
MarcoFalke
2018-08-28
validation: Log FormatStateMessage on ConnectBlock error in ConnectTip
MarcoFalke
2018-08-28
Merge #14055: fix walletcreatefundedpsbt deriv paths, add test
Wladimir J. van der Laan
2018-08-28
blockfilter: Omit empty scripts from filter contents.
Jim Posen
2018-08-28
Merge #14052: qa: Add some actual witness in rpc_rawtransaction
MarcoFalke
2018-08-28
Removes the Boost case_conv.hpp dependency.
251
2018-08-28
Implements custom tolower and toupper functions.
251
2018-08-28
Implements ParseNetwork unit test.
251
2018-08-28
tests: Fix accidental trunction from int to bool
practicalswift
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-28
Add regression test: Don't assert(...) with side effects
practicalswift
2018-08-28
Merge #14051: [Tests] Make combine_logs.py handle multi-line logs
Wladimir J. van der Laan
2018-08-28
Don't assert(...) with side effects
practicalswift
2018-08-28
Add README.md to linux release tarballs
Hennadii Stepanov
2018-08-27
test padding non micro timestamps
John Newbery
2018-08-27
Merge #14042: travis: add CXXFLAGS=-Wno-psabi at ARM job
MarcoFalke
2018-08-27
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-28
travis: add CXXFLAGS=-Wnopsabi at ARM job
Chun Kuan Lee
2018-08-28
add unicode compatible file_lock for Windows
Chun Kuan Lee
2018-08-27
Explicitly initialize prevector _union
Ben Woosley
2018-08-27
Merge #14023: Remove accounts rpcs
Wladimir J. van der Laan
[next]