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-05-31
[trivial] Add end of namespace comments
practicalswift
2017-04-27
Merge #10075: Remove unused C++ code not covered by unit tests
Wladimir J. van der Laan
2017-04-27
Merge #10283: Cleanup: reduce to one GetMinimumFee call signature
Pieter Wuille
2017-04-26
Merge #10280: [test] Unit test amount.h/amount.cpp
MarcoFalke
2017-04-26
cleanup: reduce to one GetMinimumFee call signature
Alex Morcos
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
[test] Unit test amount.h/amount.cpp
Jimmy Song
2017-04-26
Merge #9614: [wallet] [refactor] Simplify getbalance implementation
Wladimir J. van der Laan
2017-04-26
[wallet] Remove unneeded legacy getbalance code
Russell Yanofsky
2017-04-26
[wallet] Add GetLegacyBalance method to simplify getbalance RPC
Russell Yanofsky
2017-04-26
Merge #9743: Fix several potential issues found by sanitizers
Wladimir J. van der Laan
2017-04-26
Merge #10278: [test] Add Unit Test for GetListenPort
Wladimir J. van der Laan
2017-04-26
Merge #9930: Trivial: Correct indentation and bracing
Wladimir J. van der Laan
2017-04-25
[test] Add Unit Test for GetListenPort
Jimmy Song
2017-04-25
Merge #10265: [wallet] [moveonly] Check non-null pindex before potentially re...
Wladimir J. van der Laan
2017-04-25
Merge #10263: Trivial: fix fee estimate write error log message
Wladimir J. van der Laan
2017-04-25
Merge #10270: Remove Clang workaround for Boost 1.46
Wladimir J. van der Laan
2017-04-25
[wallet] Make sure pindex is non-null before possibly referencing in LogPrint...
Karl-Johan Alm
2017-04-25
Prevent warning: variable 'x' is uninitialized
Pavel JanÃk
2017-04-25
Remove Clang workaround for Boost 1.46
fanquake
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
Trivial: fix fee estimate write error log message
CryptAxe
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
fix tsan: utiltime race on nMockTime
Pieter Wuille
2017-04-20
fix ubsan: bitcoin-tx: not initialize context before IsFullyValid
Pieter Wuille
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
[next]