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-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
2017-08-18
Merge #11071: Use static_assert(…, …) (C++11) instead of assert(…) wher...
Wladimir J. van der Laan
2017-08-17
Fix combinerawtransaction RPC help result section
Jonas Nick
2017-08-17
Add length check for CExtKey deserialization
Jonas Schnelli
2017-08-17
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-17
Prefer compile-time checking over run-time checking
practicalswift
2017-08-16
[wallet] Add logging to MarkReserveKeysAsUsed
John Newbery
2017-08-16
[wallet] Remove keypool_topup_cleanups
John Newbery
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #10901: Fix constness of ArgsManager methods
MarcoFalke
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #10957: Avoid returning a BIP9Stats object with uninitialized values
MarcoFalke
2017-08-16
Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)
MarcoFalke
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
Merge #11011: [Trivial] Add a comment on the use of prevector in script.
MarcoFalke
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-08-15
Clean up getbalance RPC parameter handling
Russell Yanofsky
2017-08-15
Merge #11017: [wallet] Close DB on error.
Jonas Schnelli
2017-08-15
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference
Jonas Schnelli
2017-08-15
Merge #11008: Enable disablesafemode by default.
Wladimir J. van der Laan
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
wallet: Fix memory leak when loading a corrupted wallet file
practicalswift
2017-08-14
tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
practicalswift
2017-08-14
MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
Russell Yanofsky
2017-08-14
MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp
Russell Yanofsky
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
remove unused gArgs wrappers
Marko Bencun
[prev]
[next]