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-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-24
Merge #10865: Move CloseSocket out of SetSocketNonBlocking and pass socket as...
Wladimir J. van der Laan
2017-07-24
Merge #9622: [rpc] listsinceblock should include lost transactions when param...
Wladimir J. van der Laan
2017-07-22
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...
Dag Robole
2017-07-21
Merge #10604: [wallet] [tests] Add listwallets RPC, include wallet name in `g...
Wladimir J. van der Laan
2017-07-21
listsinceblock: optionally find and list any transactions that were undone du...
Karl-Johan Alm
2017-07-20
qt: Periodic translations update
Wladimir J. van der Laan
2017-07-20
[wallet] [rpc] Add listwallets RPC
John Newbery
2017-07-20
[wallet] [rpc] print wallet name in getwalletinfo
John Newbery
2017-07-20
[wallet] fix comment for CWallet::Verify()
John Newbery
2017-07-20
Merge #10821: Add SSE4 optimized SHA256
Wladimir J. van der Laan
2017-07-20
Protect SSE4 code behind a compile-time flag
Pieter Wuille
2017-07-20
Add selftest for SHA256 transform
Pieter Wuille
2017-07-20
Add SSE4 based SHA256
Pieter Wuille
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-07-20
Support multi-block SHA256 transforms
Pieter Wuille
2017-07-20
Merge #10775: nCheckDepth chain height fix
Wladimir J. van der Laan
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-20
Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPC
Wladimir J. van der Laan
2017-07-19
Rename -usewallet to -rpcwallet
Alex Morcos
2017-07-19
Merge #10857: [RPC] Add a deprecation warning to getinfo's output
Wladimir J. van der Laan
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-19
Merge #10864: Avoid redundant redeclaration of GetWarnings(const string&)
Jonas Schnelli
2017-07-18
getinfo deprecation warning
Andrew Chow
2017-07-18
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-18
Merge #10784: Do not allow users to get keys from keypool without reserving them
Wladimir J. van der Laan
2017-07-18
Do not allow users to get keys from keypool without reserving them
Matt Corallo
2017-07-18
Merge #10849: Multiwallet: simplest endpoint support
Wladimir J. van der Laan
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-18
Fix typo: "conditon" → "condition"
practicalswift
2017-07-18
Remove unused variable int64_t nEnd
practicalswift
2017-07-18
Merge #10795: No longer ever reuse keypool indexes
Wladimir J. van der Laan
2017-07-18
Merge #10855: random: only use getentropy on openbsd
Wladimir J. van der Laan
2017-07-17
Merge #10707: Better API for estimatesmartfee RPC
Pieter Wuille
2017-07-17
Merge #9980: Fix mem access violation merkleblock
Pieter Wuille
2017-07-17
Add a discard_rate
Alex Morcos
2017-07-17
random: only use getentropy on openbsd
Cory Fields
2017-07-17
No longer ever reuse keypool indexes
Matt Corallo
2017-07-17
Select wallet based on the given endpoint
Jonas Schnelli
2017-07-17
Fix test_bitcoin circular dependency issue
Jonas Schnelli
2017-07-17
Add wallet endpoint support to bitcoin-cli (-usewallet)
Jonas Schnelli
2017-07-17
Merge #10831: Batch flushing operations to the walletdb during top up and inc...
Wladimir J. van der Laan
2017-07-17
Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core ...
Wladimir J. van der Laan
2017-07-17
Convert named argument from nblocks to conf_target
Alex Morcos
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
Print one log message per keypool top-up, not one per key.
Gregory Maxwell
2017-07-17
Increase wallet default keypool size to 1000.
Gregory Maxwell
2017-07-17
Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.
Gregory Maxwell
2017-07-17
Merge #10834: Remove declaration of unused method: void UpdatedTransaction(co...
MarcoFalke
[next]