aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Break addnode out from the outbound connection limits.Gregory Maxwell2017-01-056-13/+48
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #9138: Improve fee estimationPieter Wuille2017-01-0511-76/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix edge case with stale fee estimatesAlex Morcos2017-01-041-1/+3
| * | | | | | | | | | | | | | | | | | Add clarifying comments to fee estimationAlex Morcos2017-01-042-1/+6
| * | | | | | | | | | | | | | | | | | Add extra logging to processBlock in fee estimation.Alex Morcos2017-01-042-10/+23
| * | | | | | | | | | | | | | | | | | Add IsCurrentForFeeEstimatationAlex Morcos2017-01-042-1/+20
| * | | | | | | | | | | | | | | | | | Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos2017-01-043-9/+9
| * | | | | | | | | | | | | | | | | | Always update fee estimates on new blocks.Alex Morcos2017-01-045-13/+6
| * | | | | | | | | | | | | | | | | | rename bool to validFeeEstimateAlex Morcos2017-01-044-9/+9
| * | | | | | | | | | | | | | | | | | Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-049-32/+19
| * | | | | | | | | | | | | | | | | | Don't track transactions at all during IBD.Alex Morcos2017-01-041-1/+3
| * | | | | | | | | | | | | | | | | | Remove extraneous LogPrint from fee estimationAlex Morcos2017-01-042-11/+8
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #8610: Share unused mempool memory with coincachePieter Wuille2017-01-052-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Share unused mempool memory with coincachePieter Wuille2016-12-222-5/+9
* | | | | | | | | | | | | | | | | | | Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...Pieter Wuille2017-01-051-31/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Wallet: Do not perform ECDSA in the fee calculation inner loop.Gregory Maxwell2017-01-051-31/+46
* | | | | | | | | | | | | | | | | | | | Merge #9413: [CoinControl] Allow non-wallet owned change addressesJonas Schnelli2017-01-051-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | [CoinControl] Allow non-wallet owned change addressesJonas Schnelli2016-12-231-0/+13
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #9312: Increase mempool expiry time to 2 weeksWladimir J. van der Laan2017-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Increase mempool expiry time to 2 weeksAlex Morcos2016-12-091-1/+1
* | | | | | | | | | | | | | | | | | | | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-053-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-083-8/+10
* | | | | | | | | | | | | | | | | | | | | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-0522-290/+245
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-0222-290/+245
* | | | | | | | | | | | | | | | | | | | | Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deletersWladimir J. van der Laan2017-01-055-22/+160
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Added EVENT_CFLAGS to test makefile to explicitly include libevent headers.Karl-Johan Alm2017-01-041-1/+1
| * | | | | | | | | | | | | | | | | | | | Added some simple tests for the RAII-style events.Karl-Johan Alm2016-12-213-1/+91
| * | | | | | | | | | | | | | | | | | | | Switched bitcoin-cli.cpp to use RAII unique pointers with deleters.Karl-Johan Alm2016-12-201-20/+12
| * | | | | | | | | | | | | | | | | | | | Added std::unique_ptr<> wrappers with deleters for libevent modules.Karl-Johan Alm2016-12-202-0/+56
* | | | | | | | | | | | | | | | | | | | | Merge #9417: Do not evaluate hidden LogPrint argumentsWladimir J. van der Laan2017-01-051-8/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Do not evaluate hidden LogPrint argumentsPieter Wuille2016-12-231-8/+9
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9474: Mark the minconf parameter to move as ignoredWladimir J. van der Laan2017-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Mark the minconf parameter to move as ignoredPieter Wuille2017-01-041-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9475: Let autoconf detect presence of EVP_MD_CTX_newWladimir J. van der Laan2017-01-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Let autoconf detect presence of EVP_MD_CTX_newLuke Dashjr2017-01-041-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge #9107: Safer modify new coinsPieter Wuille2017-01-044-62/+181
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix dangerous condition in ModifyNewCoins.Alex Morcos2017-01-044-62/+181
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #9457: [qt] Select more files for translationWladimir J. van der Laan2017-01-043-27/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | [qt] `make translate`MarcoFalke2017-01-042-25/+89
| * | | | | | | | | | | | | | | | | | | | [qt] Add more sources to translateMarcoFalke2017-01-041-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslateMarcoFalke2017-01-042-11/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | qt: Set (count) placeholder in sendcoinsdialog to notranslateWladimir J. van der Laan2017-01-042-11/+6
* | | | | | | | | | | | | | | | | | | | | Merge #9401: Make rpcauth help message clearer, add example in example .confMarcoFalke2017-01-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Make rpcauth help message clearer, add example in example .confGregory Sanders2016-12-211-1/+1
* | | | | | | | | | | | | | | | | | | | | Merge #9396: Updated listsinceblock rpc documentationWladimir J. van der Laan2017-01-041-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | updated listsinceblock rpc docsaccraze2016-12-221-0/+1
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan2017-01-043-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Avoid rollingMinimumFeeRate never being able to decay below halfAlex Morcos2016-12-081-1/+1
| * | | | | | | | | | | | | | | | | | | | | fix a bug if the min fee is 0 for FeeFilterRounderAlex Morcos2016-12-082-2/+3
* | | | | | | | | | | | | | | | | | | | | | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-0415-72/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \