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-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-22
Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...
Wladimir J. van der Laan
2018-03-22
Merge #12704: base58: use map instead of strchr() when decode
Wladimir J. van der Laan
2018-03-21
Merge #12750: Replace boost::call_once with std::call_once
Pieter Wuille
2018-03-21
Merge #12747: Fix typos
MarcoFalke
2018-03-21
Replace boost::call_once with std::call_once
donaloconnor
2018-03-21
Merge #12746: tests: Remove unused argument max_invalid from check_estimates(...
MarcoFalke
2018-03-21
Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://
Wladimir J. van der Laan
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Qt: Warn users about invalid-BIP21 URI bitcoin://
Alexey Ivanov
2018-03-21
Fix typos
practicalswift
2018-03-21
tests: Remove unused argument max_invalid from check_estimates(...)
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-21
use base58 map instead of strchr()
Kevin Pan
2018-03-20
Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED
Pieter Wuille
2018-03-20
Remove unnecessary NONNEGATIVE_SIGNED
Russell Yanofsky
2018-03-20
Merge #12728: [tests] rename TestNode to TestP2PConn in tests
MarcoFalke
2018-03-20
Merge #12652: bitcoin-cli: Provide a better error message when bitcoind is no...
Wladimir J. van der Laan
2018-03-20
Merge #12721: Qt: remove "new" button during receive-mode in addressbook
Wladimir J. van der Laan
2018-03-19
tests: Test connecting with non-existing RPC cookie file
practicalswift
2018-03-19
tests: Test connecting to a non-existing server
practicalswift
2018-03-19
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
MarcoFalke
2018-03-19
qa: Allow for partial_match when checking init error
MarcoFalke
2018-03-19
scripted-diff: rename TestNode to TestP2PConn in tests
John Newbery
2018-03-19
Merge #9753: Add static_assert to prevent VARINT(<signed value>)
Wladimir J. van der Laan
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-19
Merge #12700: Document RPC method aliasing
Wladimir J. van der Laan
2018-03-19
Merge #12553: Prefer wait_until over polling with time.sleep
Wladimir J. van der Laan
2018-03-19
Merge #12408: wallet: Change output type globals to members
Wladimir J. van der Laan
2018-03-19
Remove unreachable help conditions
lutangar
2018-03-19
Merge #12678: build: Fix a few compilation issues with Clang 7 and -Werror
Wladimir J. van der Laan
2018-03-19
Merge #12720: qa: Avoiding 'file' function name from python2
MarcoFalke
2018-03-19
Qt: remove "new" button during receive-mode in addressbook
Jonas Schnelli
2018-03-18
Avoiding 'file' function name from python2 with more descriptive variable naming
Jeff Rade
2018-03-18
[Tests] Require exact match in assert_start_raises_init_eror()
John Newbery
2018-03-18
[Tests] Move assert_start_raises_init_error method to TestNode
John Newbery
2018-03-17
Merge #12710: Append scripts to new test_list array to fix bad assignment
MarcoFalke
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-17
Append scripts to new test_list array to fix bad assignment
Jeff Rade
2018-03-17
Merge #12437: [Trivial] Simplify if-else blocks and more descriptive variable...
MarcoFalke
2018-03-16
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-03-16
[Trivial] Simplify if-else blocks and more descriptive variable naming
Jeff Rade
2018-03-15
test: Use os.path.join consistently in feature_pruning tests
Ben Woosley
2018-03-15
test: Use wait_until in tests where time was used for polling
Ben Woosley
2018-03-15
Merge #12683: Fix more constness violations in serialization code
Pieter Wuille
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-15
Merge #12621: Avoid querying unnecessary model data when filtering transactions
Pieter Wuille
2018-03-15
Merge #12693: Remove unused variable in SortForBlock
Pieter Wuille
2018-03-15
Document RPC method aliasing
Russell Yanofsky
[next]