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-11-12
rpc: Add RPCHelpMan for machine-generated help
MarcoFalke
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
Merge #14437: Refactor: Start to separate wallet from node
MarcoFalke
2018-11-08
Merge #14684: [doc] conf: Remove deprecated options from docs, Other cleanup
MarcoFalke
2018-11-08
Merge #14686: build: Fix windows build error if `--disable-bip70`
MarcoFalke
2018-11-08
build: Fix windows build error if `--disable-bip70`
Chun Kuan Lee
2018-11-07
Merge #14436: doc: add comment explaining recentRejects-DoS behavior
MarcoFalke
2018-11-07
[doc] conf: Remove deprecated options from docs, Other cleanup
MarcoFalke
2018-11-07
Merge #14365: tests: Add Python dead code linter (vulture) to Travis
MarcoFalke
2018-11-07
tests: Add Python dead code linter (vulture)
practicalswift
2018-11-07
tests: Remove unused testing code
practicalswift
2018-11-07
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-07
Merge #14611: docs: align items in contrib init
MarcoFalke
2018-11-07
Merge #14665: appveyor: Script improvement part II
MarcoFalke
2018-11-06
Merge #14673: travis: Fail the UBSan Travis build in case of newly introduced...
MarcoFalke
2018-11-06
Merge #14672: tests: Send fewer spam messages in p2p_invalid_messages
MarcoFalke
2018-11-06
Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces ...
practicalswift
2018-11-06
Send fewer spam messages in p2p_invalid_messages
James O'Beirne
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Merge #14619: tests: Fix value display name in test_runner help text
MarcoFalke
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
Add skeleton chain and client classes
Russell Yanofsky
2018-11-06
Merge #14074: Use std::unordered_set instead of set in blockfilter interface
Wladimir J. van der Laan
2018-11-06
Add UBSan suppressions needed to pass test suite
practicalswift
2018-11-06
Merge #14658: qa: Add test to ensure node can generate all rpc help texts at ...
Wladimir J. van der Laan
2018-11-06
Merge #14522: tests: add invalid P2P message tests
Wladimir J. van der Laan
2018-11-06
Add UBSan options: print_stacktrace + halt_on_error
practicalswift
2018-11-06
doc: Add historical release notes for 0.17.0.1
Wladimir J. van der Laan
2018-11-06
Add metavar to match var name in help text + Change wording for better readab...
Martin Erlandsson
2018-11-06
appveyor: Script improvement part II
Chun Kuan Lee
2018-11-05
Merge #14252: build: Run functional tests and benchmarks under the undefined ...
MarcoFalke
2018-11-05
Enable functional tests in UBSAN job. Enable -fsanitize=integer (part of UBSA...
practicalswift
2018-11-05
Merge #14664: example_test.py: fixup coinbase height argument, derive number ...
MarcoFalke
2018-11-05
Merge #14660: trivial: Don't translate help texts
MarcoFalke
2018-11-05
example_test.py: fixup coinbase height argument, derive number clearly
Gregory Sanders
2018-11-05
blockfilter: Use unordered_set instead of set in blockfilter.
Jim Posen
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
qa: Add test to ensure node can generate all help texts at runtime
MarcoFalke
2018-11-05
trivial: Don't translate in help text
ken2812221
2018-11-05
Merge #14632: Tests: Fix a comment
MarcoFalke
2018-11-05
Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for ...
MarcoFalke
2018-11-05
Merge #14060: ZMQ: add options to configure outbound message high water mark,...
Wladimir J. van der Laan
2018-11-05
Merge #14618: rpc: Make HTTP RPC debug logging more informative
Wladimir J. van der Laan
2018-11-05
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-05
rpc: Make HTTP RPC debug logging more informative
practicalswift
2018-11-05
Merge #14515: doc: Update OpenBSD build guide for 6.4
Wladimir J. van der Laan
2018-11-05
Merge #14628: Trivial: Rename misleading 'defaultPort' to 'rpc_port'
Wladimir J. van der Laan
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
[next]