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-05-11
Enable Travis checking for two Python linting rules we are currently not viol...
practicalswift
2018-05-10
Merge #13210: Enable W191 indentation contains tabs and W291 trailing whitesp...
MarcoFalke
2018-05-10
Merge #13075: [tests] Remove 'account' API from wallet functional tests
MarcoFalke
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-05-10
Merge #13192: [tests] Fixed intermittent failure in p2p_sendheaders.py.
MarcoFalke
2018-05-10
Merge #13201: [qa] Handle disconnect_node race
MarcoFalke
2018-05-09
Merge #13198: [qa] Avoid printing to console during cache creation
MarcoFalke
2018-05-09
Merge #13190: Have gArgs handle printing help
MarcoFalke
2018-05-09
[qa] Handle disconnect_node race
Suhas Daftuar
2018-05-09
[qa] Avoid printing to console during cache creation
Suhas Daftuar
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
Merge #13185: Bugfix: the end of a reorged chain is invalid when connect fails
Wladimir J. van der Laan
2018-05-09
Merge #12755: [tests] Better stderr testing
Wladimir J. van der Laan
2018-05-09
[tests] Allow stderr to be tested against specified string
John Newbery
2018-05-09
[Tests] Use LIBC_FATAL_STDERR_=1 in tests
John Newbery
2018-05-09
[Tests] Write stdout/stderr to datadir instead of temp file.
John Newbery
2018-05-09
Merge #13188: qa: Remove unused option --srcdir
Wladimir J. van der Laan
2018-05-09
Merge #12265: [test] fundrawtransaction: lock watch-only shared address
Wladimir J. van der Laan
2018-05-09
Merge #13183: [travis] New travis job for CHECK_DOCS steps
Wladimir J. van der Laan
2018-05-09
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-05-09
[bitcoin-11004] creating another jobs for the CHECK_DOC=1, separated from the...
Grady Laksmono
2018-05-09
[tests] Fixed intermittent failure in p2p_sendheaders.py.
lmanners
2018-05-08
qa: Remove unused option --srcdir
MarcoFalke
2018-05-07
Merge #13184: RPC Docs: gettxout*: clarify bestblock and unspent counts
MarcoFalke
2018-05-07
Bugfix: the end of a reorged chain is invalid when connect fails
Pieter Wuille
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test results
Wladimir J. van der Laan
2018-05-07
Merge #13079: Fix rescanblockchain rpc to properly report progress
Jonas Schnelli
2018-05-07
Merge #13131: Add Windows shutdown handler
Wladimir J. van der Laan
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-07
Merge #13180: Fix re-declared scoped enum as unscoped (Causes issues with som...
Jonas Schnelli
2018-05-07
Merge #13162: [net] Don't incorrectly log that REJECT messages are unknown.
Wladimir J. van der Laan
2018-05-06
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
donaloconnor
2018-05-05
Merge #13080: mempool: Add compile time checking for ::mempool.cs runtime loc...
MarcoFalke
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-04
Merge #13163: Make it clear which functions that are intended to be translati...
MarcoFalke
2018-05-04
Merge #13165: doc: Mention good first issue list in CONTRIBUTING.md
MarcoFalke
2018-05-04
doc: Mention good first issue list in CONTRIBUTING.md
fanquake
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
[logging] Don't incorrectly log that REJECT messages are unknown.
John Newbery
2018-05-03
Fix rescanblockchain rpc to property report progress
Ben Woosley
2018-05-03
Print a log message if we fail to shrink the debug log file
practicalswift
2018-05-03
Merge #12639: Reduce cs_main lock in listunspent
Wladimir J. van der Laan
2018-05-03
Merge #13148: logging: Fix potential use-after-free in LogPrintStr(...)
Wladimir J. van der Laan
2018-05-03
Merge #13154: Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Wladimir J. van der Laan
2018-05-03
refactor: Avoid extra lookups of mapAddressBook in listunspent RPC
João Barbosa
2018-05-03
rpc: Reduce cs_main lock in listunspent
João Barbosa
2018-05-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-05-03
Merge #12507: Interrupt rescan on shutdown request
Wladimir J. van der Laan
2018-05-02
[tests] Remove 'account' API from wallet functional tests
John Newbery
[next]