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
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-22
Merge #11094: Docs: Hash in ZMQ hash is raw bytes, not hex
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 #11097: gitian: quick hack to fix version string in releases
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-20
Merge #11091: test: Increase initial RPC timeout to 60 seconds
Wladimir J. van der Laan
2017-08-20
test: Increase initial RPC timeout to 60 seconds
Wladimir J. van der Laan
2017-08-20
gitian: quick hack to fix version string in releases
Cory Fields
2017-08-19
Docs: Hash in ZMQ hash is raw bytes, not hex
Karel Bílek
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 #11080: doc: Update build-openbsd for 6.1
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 #10878: Docs: Fix Markdown formatting issues in init.md
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-18
Merge #10969: Declare single-argument (non-converting) constructors "explicit"
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
doc: Update build-openbsd for 6.1
Wladimir J. van der Laan
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
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer con...
MarcoFalke
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #11056: disable jni in builds
Wladimir J. van der Laan
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 #10680: Fix inconsistencies and grammar in various files
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
Merge #10711: [tests] Introduce TestNode
MarcoFalke
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
disable jni in builds
Gregory Sanders
[next]