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
2017-08-31
Fix include path for bitcoin-config.h in crypto/common.h
danra
2017-08-30
Merge #10777: [tests] Avoid redundant assignments. Remove unused variables
MarcoFalke
2017-08-28
Merge #10859: RPC: gettxout: Slightly improve doc and tests
MarcoFalke
2017-08-29
RPC: gettxout: Slightly improve doc and tests
Jorge Timón
2017-08-28
Merge #11144: Move local include to before system includes
Wladimir J. van der Laan
2017-08-28
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
Wladimir J. van der Laan
2017-08-28
Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization
Wladimir J. van der Laan
2017-08-28
Merge #11145: Fix rounding bug in calculation of minimum change
Wladimir J. van der Laan
2017-08-28
Merge #11161: Remove redundant explicitly defined copy ctors
Wladimir J. van der Laan
2017-08-28
Merge #11138: Compat: Simplify bswap_16 implementation
Wladimir J. van der Laan
2017-08-28
Merge #11131: rpc: Write authcookie atomically
Wladimir J. van der Laan
2017-08-28
Merge #11169: [GUI] Make tabs toolbar no longer have a context menu
Wladimir J. van der Laan
2017-08-28
Remove redundant explicitly defined copy ctors
Dan Raviv
2017-08-27
Merge #11160: Improve versionbits_computeblockversion test code consistency
MarcoFalke
2017-08-27
Merge #11155: Trivial: Documentation fixes for CVectorWriter ctors
MarcoFalke
2017-08-28
Improve versionbits_computeblockversion test code consistency
danra
2017-08-27
Make tabs toolbar no longer have a context menu
Andrew Chow
2017-08-26
Merge #11151: Fix header guards using reserved identifiers
Wladimir J. van der Laan
2017-08-26
Trivial: Documentation fixes for CVectorWriter ctors
danra
2017-08-26
Fix header guards using reserved identifiers
Dan Raviv
2017-08-25
Output a bit more information for fee calculation report.
Alex Morcos
2017-08-25
Fix rounding errors in calculation of minimum change size
Alex Morcos
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-25
Move local include to before system includes
danra
2017-08-25
Simplify bswap_16 implementation
danra
2017-08-25
rpc: Write authcookie atomically
Wladimir J. van der Laan
2017-08-24
Merge #11112: [developer-notes] By default, declare single-argument construct...
MarcoFalke
2017-08-24
Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstate
MarcoFalke
2017-08-24
Acquire cs_main lock before cs_wallet during wallet initialization
Russell Yanofsky
2017-08-23
Add option -stdinrpcpass to allow RPC password to be read from standard input
Joe Harvell
2017-08-23
Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.
Wladimir J. van der Laan
2017-08-23
Document the non-strict-DER-conformance of one test in tx_valid.json.
Andreas Schildbach
2017-08-22
Add recommendation: By default, declare single-argument constructors `explicit`
practicalswift
2017-08-22
Changing -txindex requires -reindex, not -reindex-chainstate
Matt Corallo
2017-08-22
Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
Wladimir J. van der Laan
2017-08-22
Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall...
Wladimir J. van der Laan
2017-08-22
Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not r...
Wladimir J. van der Laan
2017-08-22
Merge #11058: Comments: More comments on functions/globals in standard.h.
Wladimir J. van der Laan
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default
Wladimir J. van der Laan
2017-08-21
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-21
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-18
Comments: More comments on functions/globals in standard.h.
Jim Posen
2017-08-18
Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection
Wladimir J. van der Laan
2017-08-18
Merge #11044: [wallet] Keypool topup cleanups
Wladimir J. van der Laan
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-18
Merge #11066: Document the preference of nullptr over NULL or (void*)0
Wladimir J. van der Laan
2017-08-18
Merge #11081: Add length check for CExtKey deserialization (jonasschnelli, gu...
Wladimir J. van der Laan
2017-08-18
Merge #11083: Fix combinerawtransaction RPC help result section
Wladimir J. van der Laan
2017-08-18
Document the preference of nullptr over NULL or (void*)0
practicalswift
[next]