aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-09Rename lambda argument name to prevent shadowing.Pavel Janík
2017-01-07Remove stray semicolon (Fix empty body warning)Douglas Roark
2017-01-06Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille
2017-01-06Merge #9319: Break addnode out from the outbound connection limits.Pieter Wuille
2017-01-05Merge #9138: Improve fee estimationPieter Wuille
2017-01-05Merge #8610: Share unused mempool memory with coincachePieter Wuille
2017-01-05Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...Pieter Wuille
2017-01-05Merge #9413: [CoinControl] Allow non-wallet owned change addressesJonas Schnelli
2017-01-05Merge #9312: Increase mempool expiry time to 2 weeksWladimir J. van der Laan
2017-01-05RPC help documentation for addnode peerinfo.Gregory Maxwell
2017-01-05Break addnode out from the outbound connection limits.Gregory Maxwell
2017-01-05Wallet: Do not perform ECDSA in the fee calculation inner loop.Gregory Maxwell
2017-01-05[Qt] Do proper shutdownJonas Schnelli
2017-01-05Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-05Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deletersWladimir J. van der Laan
2017-01-05Merge #9417: Do not evaluate hidden LogPrint argumentsWladimir J. van der Laan
2017-01-05Merge #9474: Mark the minconf parameter to move as ignoredWladimir J. van der Laan
2017-01-05Merge #9475: Let autoconf detect presence of EVP_MD_CTX_newWladimir J. van der Laan
2017-01-04Merge #9107: Safer modify new coinsPieter Wuille
2017-01-04Let autoconf detect presence of EVP_MD_CTX_newLuke Dashjr
2017-01-04Fix edge case with stale fee estimatesAlex Morcos
2017-01-04Add clarifying comments to fee estimationAlex Morcos
2017-01-04Add extra logging to processBlock in fee estimation.Alex Morcos
2017-01-04Add IsCurrentForFeeEstimatationAlex Morcos
2017-01-04Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos
2017-01-04Always update fee estimates on new blocks.Alex Morcos
2017-01-04rename bool to validFeeEstimateAlex Morcos
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos
2017-01-04Don't track transactions at all during IBD.Alex Morcos
2017-01-04Remove extraneous LogPrint from fee estimationAlex Morcos
2017-01-04Mark the minconf parameter to move as ignoredPieter Wuille
2017-01-04Fix dangerous condition in ModifyNewCoins.Alex Morcos
2017-01-04Merge #9457: [qt] Select more files for translationWladimir J. van der Laan
2017-01-04Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslateMarcoFalke
2017-01-04qt: Set (count) placeholder in sendcoinsdialog to notranslateWladimir J. van der Laan
2017-01-04Merge #9401: Make rpcauth help message clearer, add example in example .confMarcoFalke
2017-01-04Merge #9396: Updated listsinceblock rpc documentationWladimir J. van der Laan
2017-01-04Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2017-01-04Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan
2017-01-04[qt] `make translate`MarcoFalke
2017-01-04[qt] Add more sources to translateMarcoFalke
2017-01-04Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan
2017-01-04Added EVENT_CFLAGS to test makefile to explicitly include libevent headers.Karl-Johan Alm
2017-01-04Merge #9462: [qt] Do not translate tilde characterWladimir J. van der Laan
2017-01-03net: misc header cleanupsCory Fields
2017-01-03net: make proxy receives interruptibleCory Fields
2017-01-03net: remove thread_interrupted catchCory Fields
2017-01-03net: make net processing interruptibleCory Fields