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
/
bench
/
coin_selection.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-13
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-10-18
Add microbenchmarks to profile more code paths.
Russell Yanofsky