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
2017-10-18
Fix valid path output
practicalswift
2017-10-18
Use bash instead of POSIX sh. POSIX sh does not support arrays.
practicalswift
2017-10-18
Fix incorrect quoting of quotes (the previous quotes had no effect beyond unq...
practicalswift
2017-10-18
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
practicalswift
2017-10-18
Add error handling: exit if cd fails
practicalswift
2017-10-18
Remove "\n" from echo argument. echo does not support escape sequences.
practicalswift
2017-10-18
Remove unused variables
practicalswift
2017-10-18
Merge #11467: Fix typos. Use nullptr instead of NULL.
Wladimir J. van der Laan
2017-10-18
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup
Wladimir J. van der Laan
2017-10-18
Merge #11495: [trivial] Make namespace explicit for is_regular_file
Wladimir J. van der Laan
2017-10-18
Merge #11006: Improve shutdown process
Wladimir J. van der Laan
2017-10-18
Merge #11486: [tests] Add uacomment tests
Wladimir J. van der Laan
2017-10-18
Merge #11492: [wallet] Fix leak in CDB constructor
Wladimir J. van der Laan
2017-10-18
Merge #11508: Fix crash via division by zero assertion
Wladimir J. van der Laan
2017-10-18
Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...
Pieter Wuille
2017-10-17
Merge #11483: Fix importmulti bug when importing an already imported key
MarcoFalke
2017-10-17
Merge #11513: [trivial] [tests] A few Python3 tidy ups
MarcoFalke
2017-10-16
[tests] Don't subclass from object for Python 3
John Newbery
2017-10-16
[tests] authproxy.py: tidy up __init__()
John Newbery
2017-10-16
[tests] fix flake8 warnings in authproxy.py
John Newbery
2017-10-16
[tests] use python3 for authproxy.py
John Newbery
2017-10-15
Fix crash via division by zero assertion
Jonas Schnelli
2017-10-15
Merge #11496: [Trivial] Add missing comma from rescanblockchain example
Jonas Schnelli
2017-10-14
Merge #10672: Avoid division by zero in the case of a corrupt estimates file
Pieter Wuille
2017-10-14
[wallet] Fix leak in CDB constructor
João Barbosa
2017-10-14
Add missing comma from rescanblockchain
MeshCollider
2017-10-13
Merge #11456: Replace relevant services logic with a function suite.
Pieter Wuille
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-13
[trivial] Make namespace explicit for is_regular_file
John Newbery
2017-10-13
Switch DNSSeed-needed metric to any-automatic-nodes, not services
Matt Corallo
2017-10-13
Clarify docs for requirements/handling of addnode/connect nodes
Matt Corallo
2017-10-13
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-13
qa: Remove never used return value of sync_with_ping
MarcoFalke
2017-10-13
qa: Make tmpdir option an absolute path
MarcoFalke
2017-10-13
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-12
Merge #10099: Slightly Improve Unit Tests for Checkqueue
Pieter Wuille
2017-10-12
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-12
[QA] Add RPC based rescan test
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
Merge #11277: Fix uninitialized URI in batch RPC requests
Wladimir J. van der Laan
2017-10-12
Merge #11073: Remove dead store in ecdsa_signature_parse_der_lax.
Wladimir J. van der Laan
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-11
[tests] Add uacomment tests
Cristian Mircea Messel
2017-10-11
Merge #11420: Bump univalue subtree and fix json formatting in tests
Wladimir J. van der Laan
2017-10-11
Fix importmulti bug when importing an already imported key
Pedro Branco
2017-10-11
Merge #10941: Add blocknotify and walletnotify functional tests
Wladimir J. van der Laan
2017-10-11
Merge #11113: [net] Ignore getheaders requests for very old side blocks
Wladimir J. van der Laan
2017-10-11
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-10-10
[tests] Add -walletnotify functional test
João Barbosa
[next]