index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-11-28
[refactor] Use DescriptorImpl internally, permitting access to new methods
Pieter Wuille
2018-11-28
[refactor] Add a base DescriptorImpl with most common logic
Pieter Wuille
2018-11-28
Merge #14822: bench: Destroy wallet txs instead of leaking their memory
MarcoFalke
2018-11-28
Add missing lock in CNode::copyStats(...)
practicalswift
2018-11-28
Add missing locking annotations
practicalswift
2018-11-27
bench: Destroy wallet txs instead of leaking their memory
MarcoFalke
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
Merge #14820: test: Fix descriptor_tests not checking ToString output of publ...
MarcoFalke
2018-11-27
Fix descriptor_tests not checking ToString output of public descriptors
Russell Yanofsky
2018-11-27
Merge #14813: qa: Add wallet_encryption error tests
MarcoFalke
2018-11-27
Merge #14772: refactor: Convert comments to thread safety annotations
MarcoFalke
2018-11-26
qa: Add wallet_encryption error tests
MarcoFalke
2018-11-26
clarify RPC rawtransaction documentation
Jameson Lopp
2018-11-25
Add Benchmark to test input de-duplication worst case
Jeremy Rubin
2018-11-23
Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting
Wladimir J. van der Laan
2018-11-23
Merge #14678: [wallet] remove redundant KeyOriginInfo access, already done in...
Wladimir J. van der Laan
2018-11-23
Merge #14448: doc: Clarify rpcwallet flag url change
Wladimir J. van der Laan
2018-11-23
Merge #14728: fix uninitialized read when stringifying an addrLocal
Wladimir J. van der Laan
2018-11-23
Merge #14726: Use RPCHelpMan for all RPCs
Wladimir J. van der Laan
2018-11-22
Merge #14771: test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-22
Merge #14532: Never bind INADDR_ANY by default, and warn when doing so explic...
Wladimir J. van der Laan
2018-11-22
Merge #14715: Drop defunct prevector compat handling
Wladimir J. van der Laan
2018-11-22
rpcbind: Warn about exposing RPC to untrusted networks
Luke Dashjr
2018-11-22
CNetAddr: Add IsBindAny method to check for INADDR_ANY
Luke Dashjr
2018-11-22
net: Always default rpcbind to localhost, never "all interfaces"
Luke Dashjr
2018-11-21
Merge #14708: Warn unrecognised sections in the config file
Wladimir J. van der Laan
2018-11-20
Convert comments to thread safety annotations
MarcoFalke
2018-11-20
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-20
Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.
Wladimir J. van der Laan
2018-11-20
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-20
revert removal of fstream.hpp header in fs.h
Karl-Johan Alm
2018-11-19
Merge #14718: Remove unreferenced boost headers
MarcoFalke
2018-11-18
Merge #14685: fix a deserialization overflow edge case
Wladimir J. van der Laan
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-15
fix uninitialized read when stringifying an addrLocal
Kaz Wesley
2018-11-15
add test demonstrating addrLocal UB
Kaz Wesley
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-15
rpc: Documentation fixups
MarcoFalke
2018-11-14
Add matching descriptors to scantxoutset output + tests
Pieter Wuille
2018-11-14
Add descriptors to listunspent and getaddressinfo + tests
Pieter Wuille
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
Implement prevector::fill once
Ben Woosley
2018-11-14
Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h
Ben Woosley
2018-11-14
Merge #14411: [wallet] Restore ability to list incoming transactions by label
MarcoFalke
2018-11-14
Merge #14478: Show error to user when corrupt wallet unlock fails
MarcoFalke
2018-11-14
Bump the minimum Qt version to 5.2
Hennadii Stepanov
2018-11-13
Rename ListTransactions filter variable
Russell Yanofsky
2018-11-13
Merge #14720: rpc: Correctly name arguments
MarcoFalke
2018-11-13
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-11-13
disallow oversized CBlockHeaderAndShortTxIDs
Kaz Wesley
[next]