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-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
2017-08-15
[tests] Introduce TestNode
John Newbery
2017-08-15
Merge #11008: Enable disablesafemode by default.
Wladimir J. van der Laan
2017-08-14
Update developer notes after params.size() cleanup
Russell Yanofsky
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
gitian: bump descriptors for master
Wladimir J. van der Laan
2017-08-14
build: bump version to 0.15.99
Wladimir J. van der Laan
2017-08-14
Merge #10607: scripted-diff: stop using the gArgs wrappers
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
doc: Update release notes from wiki
Wladimir J. van der Laan
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-14
Merge #10968: Add instructions for parallel gitian builds.
Wladimir J. van der Laan
2017-08-13
Add instructions for multi-processor gitian builds
Charlie Lee
2017-08-12
[Trivial] Add a comment on the use of prevector in script.
Gregory Maxwell
2017-08-12
Merge #11032: [qa] Fix block message processing error in sendheaders.py
MarcoFalke
2017-08-12
Merge #11000: test: Add resendwallettransactions functional tests
MarcoFalke
2017-08-12
test: Add resendwallettransactions functional tests
João Barbosa
2017-08-11
[qa] Fix block message processing error in sendheaders.py
Suhas Daftuar
2017-08-11
Merge #11023: [tests] Add option to attach a python debugger if functional te...
MarcoFalke
2017-08-11
Merge #10765: Tests: address placement should be deterministic by default
MarcoFalke
2017-08-11
Merge #11025: qa: Fix inv race in example_test
MarcoFalke
2017-08-11
Merge #11029: [RPC] trivial: gettxout no longer shows version of tx
MarcoFalke
2017-08-11
[RPC] trivial: gettxout no longer shows version of tx
Felix Weis
2017-08-10
Only return hex field once in getrawtransaction
Andrew Chow
2017-08-10
Avoid masking of difficulty adjustment errors by checkpoints
Pieter Wuille
[prev]
[next]