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-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
Merge #10129: scheduler: fix sub-second precision with boost < 1.50
Wladimir J. van der Laan
2017-03-31
scheduler: fix sub-second precision with boost < 1.50
Cory Fields
2017-03-31
Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-31
Merge #10126: Compensate for memory peak at flush time
Wladimir J. van der Laan
2017-03-31
Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-31
Merge #10130: bitcoin-tx input verification (awemany, jnewbery)
Wladimir J. van der Laan
2017-03-30
bitcoin-tx: Fix missing range check
Awemany
2017-03-30
Compensate for memory peak at flush time
Pieter Wuille
2017-03-30
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools
Wladimir J. van der Laan
2017-03-30
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-29
Update benchmarking with package statistics
Suhas Daftuar
2017-03-29
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-29
Mining: return early when block is almost full
Suhas Daftuar
2017-03-29
Merge #9294: Use internal HD chain for change outputs (hd split)
Wladimir J. van der Laan
2017-03-29
Merge #10084: rpc: Rename first named arg of createrawtransaction
Wladimir J. van der Laan
2017-03-29
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-03-29
Merge #10088: Trivial: move several relay options into the relay help group
Pieter Wuille
2017-03-29
Merge #10086: Trivial: move rpcserialversion into RPC option group
Pieter Wuille
2017-03-28
ApproximateBestSubset should take inputs by reference, not value
Ryan Havar
2017-03-28
Fix rebase issue where pwalletMain was used instead of pwallet
Jonas Schnelli
2017-03-27
refactor: Move RPCNotifyBlockChange out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
Merge #10057: [init] Deduplicated sigaction() boilerplate
Wladimir J. van der Laan
2017-03-27
Merge #10056: [zmq] Call va_end() on va_start()ed args.
Wladimir J. van der Laan
2017-03-27
Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before adding
Jonas Schnelli
2017-03-27
Do not break backward compatibility during wallet encryption
Jonas Schnelli
2017-03-26
Move several relay options into the Relay help group
Jameson Lopp
2017-03-26
move rpcserialversion into RPC option group
Jameson Lopp
2017-03-26
remove 'noconnect' option from documentation
Jameson Lopp
2017-03-26
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-25
Merge #9946: Fix build errors if spaces in path or parent directory
Wladimir J. van der Laan
2017-03-25
Merge #10067: [trivial] Dead code removal
Wladimir J. van der Laan
2017-03-24
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-24
fix build if spaces in src dir path
Matthew Zipkin
2017-03-24
Deduplicated sigaction() boilerplate
Thomas Snider
2017-03-24
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT)
Jonas Schnelli
2017-03-24
Define CWallet::DeriveNewChildKey() as private
Jonas Schnelli
2017-03-24
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys
Jonas Schnelli
2017-03-24
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very firs...
Jonas Schnelli
2017-03-24
Remove FEATURE_HD_SPLIT bump TODO
Jonas Schnelli
2017-03-24
Overhaul the internal/external key derive switch
Jonas Schnelli
2017-03-24
Fix superfluous cast and code style nits in RPC wallet-hd.py test
Jonas Schnelli
2017-03-24
CKeyPool avoid "catch (...)" in SerializationOp
Jonas Schnelli
2017-03-24
Only show keypoolsize_hd_internal if HD split is enabled
Jonas Schnelli
2017-03-24
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-...
Jonas Schnelli
2017-03-24
Don't switch to HD-chain-split during wallet encryption of non HD-chain-split...
Jonas Schnelli
2017-03-24
Switch to 100% for the HD internal keypool size
Jonas Schnelli
2017-03-24
Make sure we always generate one keypool key at minimum
Jonas Schnelli
2017-03-24
Fix issue where CDataStream->nVersion was taken a CKeyPool record version
Jonas Schnelli
[next]