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-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
Prefer compile-time checking over run-time checking
practicalswift
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
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
remove unused gArgs wrappers
Marko Bencun
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
Merge #11012: Make sure to clean up mapBlockSource if we've already seen the ...
Wladimir J. van der Laan
2017-08-14
Merge #11028: Avoid masking of difficulty adjustment errors by checkpoints
Wladimir J. van der Laan
2017-08-14
Merge #11022: Basic keypool topup
Wladimir J. van der Laan
2017-08-12
[Trivial] Add a comment on the use of prevector in script.
Gregory Maxwell
2017-08-11
Merge #10765: Tests: address placement should be deterministic by default
MarcoFalke
2017-08-11
[RPC] trivial: gettxout no longer shows version of tx
Felix Weis
2017-08-10
Avoid masking of difficulty adjustment errors by checkpoints
Pieter Wuille
2017-08-10
[wallet] keypool mark-used and topup
John Newbery
2017-08-09
Merge #10835: Rename member field according to the style guide
MarcoFalke
2017-08-09
qt: Periodic translations update
Wladimir J. van der Laan
2017-08-09
Merge #10963: [bench] Restore format state of cout after printing with std::f...
MarcoFalke
2017-08-09
[wallet] Close DB on error.
Karl-Johan Alm
2017-08-08
Make sure to clean up mapBlockSource if we've already seen the block
Cory Fields
2017-08-08
Enable disablesafemode by default.
Gregory Maxwell
2017-08-08
Fix typos.
practicalswift
2017-08-08
Merge #10998: Fix upgrade cancel warnings
Wladimir J. van der Laan
2017-08-08
Merge #11002: [wallet] return correct error code from resendwallettransaction
Wladimir J. van der Laan
2017-08-08
Merge #10999: Fix amounts formatting in `decoderawtransaction`
Wladimir J. van der Laan
2017-08-07
[wallet] return correct error code from resendwallettransaction
John Newbery
2017-08-07
Skip remainder of init if upgrade is cancelled
Matt Corallo
2017-08-07
Merge #10301: Check if sys/random.h is required for getentropy.
Wladimir J. van der Laan
2017-08-07
doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmon...
Wladimir J. van der Laan
2017-08-07
rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv
Wladimir J. van der Laan
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
Merge #10995: Fix resendwallettransactions assert failure if -walletbroadcast=0
Wladimir J. van der Laan
2017-08-07
Merge #10919: Fix more init bugs.
Wladimir J. van der Laan
2017-08-07
Merge #10982: Disconnect network service bits 6 and 8 until Aug 1, 2018
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-06
Fix resendwallettransactions assert failure if -walletbroadcast=0
Matt Corallo
2017-08-06
Disconnect network service bits 6 and 8 until Aug 1, 2018
Matt Corallo
2017-08-05
Merge #10988: qt: Increase BLOCK_CHAIN_SIZE constants
Wladimir J. van der Laan
[next]