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-18
Avoid redundant redeclaration of GetWarnings(const string&)
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
random: only use getentropy on openbsd
Cory Fields
2017-07-17
No longer ever reuse keypool indexes
Matt Corallo
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
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-17
Merge #10837: Fix resource leak on error in GetDevURandom
Wladimir J. van der Laan
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-17
Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempool
MarcoFalke
2017-07-16
Merge #10842: Fix incorrect Doxygen tag (@ince → @since). Doxygen parameter...
MarcoFalke
2017-07-16
Merge #10739: test: Move variable `state` down where it is used
MarcoFalke
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-16
Merge #10735: Avoid static analyzer warnings regarding uninitialized arguments
Pieter Wuille
2017-07-16
Merge #10844: Use range based for loop
Pieter Wuille
2017-07-16
Merge #10840: Remove duplicate include
Pieter Wuille
2017-07-16
Merge #10820: Use cpuid intrinsics instead of asm code
Pieter Wuille
2017-07-16
Use range based for loop
René Nyffenegger
2017-07-16
Remove duplicate include
practicalswift
2017-07-16
Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.
Gregory Maxwell
2017-07-15
Merge #10235: Track keypool entries as internal vs external in memory
Pieter Wuille
2017-07-15
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...
Pieter Wuille
2017-07-15
Fix resource leak
Dag Robole
2017-07-15
[logs] fix zapwallettxes startup logs
John Newbery
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-15
[wallet] fix zapwallettxes interaction with persistent mempool
John Newbery
2017-07-15
Merge #10807: getbalance example covers at least 6 confirms
Pieter Wuille
2017-07-15
Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
practicalswift
2017-07-15
Fix typos
practicalswift
2017-07-15
Avoid static analyzer warnings regarding uninitialized arguments
practicalswift
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Use CoinControl to pass custom fee setting from QT.
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets
Pieter Wuille
2017-07-14
Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wal...
Pieter Wuille
2017-07-14
Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
Matt Corallo
2017-07-14
Meet code style on lines changed in the previous commit
Matt Corallo
2017-07-14
Track keypool entries as internal vs external in memory
Matt Corallo
[next]