index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #8610: Share unused mempool memory with coincache
Pieter Wuille
2017-01-05
Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...
Pieter Wuille
2017-01-05
Merge #9413: [CoinControl] Allow non-wallet owned change addresses
Jonas Schnelli
2017-01-05
Merge #9312: Increase mempool expiry time to 2 weeks
Wladimir J. van der Laan
2017-01-05
Wallet: Do not perform ECDSA in the fee calculation inner loop.
Gregory Maxwell
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
Merge #9373: Linearize script update (hash byte reversal and Python 3 support)
Wladimir J. van der Laan
2017-01-05
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-05
Merge #9417: Do not evaluate hidden LogPrint arguments
Wladimir J. van der Laan
2017-01-05
Merge #9474: Mark the minconf parameter to move as ignored
Wladimir J. van der Laan
2017-01-05
Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new
Wladimir J. van der Laan
2017-01-05
Make linearize scripts Python 3-compatible.
Doug
2017-01-05
Allow linearization scripts to support hash byte reversal
Doug
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Merge #9395: Add test for -walletrejectlongchains
MarcoFalke
2017-01-04
Let autoconf detect presence of EVP_MD_CTX_new
Luke Dashjr
2017-01-04
add test for -walletrejectlongchains
Alex Morcos
2017-01-04
Fix edge case with stale fee estimates
Alex Morcos
2017-01-04
Add clarifying comments to fee estimation
Alex Morcos
2017-01-04
Add extra logging to processBlock in fee estimation.
Alex Morcos
2017-01-04
Add IsCurrentForFeeEstimatation
Alex Morcos
2017-01-04
Pass pointers to existing CTxMemPoolEntries to fee estimation
Alex Morcos
2017-01-04
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
rename bool to validFeeEstimate
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Don't track transactions at all during IBD.
Alex Morcos
2017-01-04
Remove extraneous LogPrint from fee estimation
Alex Morcos
2017-01-04
Mark the minconf parameter to move as ignored
Pieter Wuille
2017-01-04
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2017-01-04
Merge #9457: [qt] Select more files for translation
Wladimir J. van der Laan
2017-01-04
Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslate
MarcoFalke
2017-01-04
qt: Set (count) placeholder in sendcoinsdialog to notranslate
Wladimir J. van der Laan
2017-01-04
Merge #9467: [Trivial] [Doc] Install Protobuf v3 on OS X
MarcoFalke
2017-01-04
Merge #9401: Make rpcauth help message clearer, add example in example .conf
MarcoFalke
2017-01-04
Merge #9396: Updated listsinceblock rpc documentation
Wladimir J. van der Laan
2017-01-04
Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder
Wladimir J. van der Laan
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
[qt] `make translate`
MarcoFalke
2017-01-04
[qt] Add more sources to translate
MarcoFalke
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-04
Added EVENT_CFLAGS to test makefile to explicitly include libevent headers.
Karl-Johan Alm
2017-01-04
[Doc] Install Protobuf v3 on OS X
fanquake
2017-01-04
Merge #9462: [qt] Do not translate tilde character
Wladimir J. van der Laan
2017-01-03
net: misc header cleanups
Cory Fields
2017-01-03
net: make proxy receives interruptible
Cory Fields
2017-01-03
net: remove thread_interrupted catch
Cory Fields
2017-01-03
net: make net processing interruptible
Cory Fields
[next]