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-25
Prevent warning: variable 'x' is uninitialized
Pavel JanÃk
2017-04-24
Merge #10249: Switch CCoinsMap from boost to std unordered_map
Pieter Wuille
2017-04-24
Merge #9951: Wallet database handling abstractions/simplifications
Wladimir J. van der Laan
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-23
Merge #10258: Fixed typo in documentation for merkleblock.h
MarcoFalke
2017-04-22
Fixed typo in documentation for merkleblock.h
Mikerah
2017-04-21
Merge #10201: pass Consensus::Params& to ReceivedBlockTransactions()
Wladimir J. van der Laan
2017-04-21
wallet: Add comment describing the various classes in walletdb.h
Wladimir J. van der Laan
2017-04-21
Fix some empty vector references
Pieter Wuille
2017-04-21
Switch CCoinsMap from boost to std unordered_map
Pieter Wuille
2017-04-21
Add support for std::unordered_{map,set} to memusage.h
Pieter Wuille
2017-04-21
Merge #10228: build: regenerate bitcoin-config.h as necessary
Wladimir J. van der Laan
2017-04-21
Merge #10242: [qt] Don't call method on null WalletModel object
Wladimir J. van der Laan
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
[qt] Don't call method on null WalletModel object
Russell Yanofsky
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
wallet: Make IsDummy private in CWalletDBWrapper
Wladimir J. van der Laan
2017-04-20
wallet: CWalletDB CDB composition not inheritance
Wladimir J. van der Laan
2017-04-20
wallet: Reduce references to global bitdb environment
Wladimir J. van der Laan
2017-04-20
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-20
Merge #10231: [Qt] Reduce a significant cs_main lock freeze
Wladimir J. van der Laan
2017-04-20
Add missing <atomic> header in clientmodel.h
Jonas Schnelli
2017-04-20
Merge #10143: [net] Allow disconnectnode RPC to be called with node id
Wladimir J. van der Laan
2017-04-20
Set both time/height header caches at the same time
Jonas Schnelli
2017-04-20
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-04-19
Update the remaining blocks left in modaloverlay at init.
Jonas Schnelli
2017-04-19
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-04-19
Allow disconnectnode() to be called with node id
John Newbery
2017-04-19
Merge #9827: Improve ScanForWalletTransactions return value
Wladimir J. van der Laan
2017-04-19
Merge #10221: Stop treating coinbase outputs differently in GUI: show them at...
Jonas Schnelli
2017-04-19
Merge #10226: wallet: Use boost to more portably ensure -wallet specifies onl...
Wladimir J. van der Laan
2017-04-18
build: fix bitcoin-config.h regeneration after touching build files
Cory Fields
2017-04-18
wallet: Use boost to more portably ensure -wallet specifies only a filename
Luke Dashjr
2017-04-18
Merge #10208: [wallet] Rescan abortability
Wladimir J. van der Laan
2017-04-18
[rpc] Add abortrescan command to RPC interface.
Kalle Alm
2017-04-17
Merge #10207: Clarify importprivkey help text ... example of blank label with...
MarcoFalke
2017-04-17
[wallet] Add support for aborting wallet transaction rescans.
Kalle Alm
2017-04-17
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-04-17
Merge #10178: Remove CValidationInterface::UpdatedTransaction
Wladimir J. van der Laan
2017-04-17
Merge #10215: Check interruptNet during dnsseed lookups
Pieter Wuille
2017-04-17
Merge #9693: Prevent integer overflow in ReadVarInt.
Pieter Wuille
2017-04-14
Check interruptNet during dnsseed lookups
Matt Corallo
2017-04-14
Merge #10204: [rpc] rename disconnectnode argument
Wladimir J. van der Laan
2017-04-13
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-13
[rpc] rename disconnectnode argument
John Newbery
2017-04-13
Merge #9480: De-duplicate SignatureCacheHasher
Pieter Wuille
2017-04-13
Merge #9665: Use cached [compact] blocks to respond to getdata messages
Wladimir J. van der Laan
2017-04-13
pass Consensus::Params& to ReceivedBlockTransactions()
Mario Dian
2017-04-13
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
[next]