| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | Break addnode out from the outbound connection limits. | Gregory Maxwell | 2017-01-05 | 6 | -13/+48 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #9138: Improve fee estimation | Pieter Wuille | 2017-01-05 | 11 | -76/+94 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix edge case with stale fee estimates | Alex Morcos | 2017-01-04 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | Add clarifying comments to fee estimation | Alex Morcos | 2017-01-04 | 2 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | | Add extra logging to processBlock in fee estimation. | Alex Morcos | 2017-01-04 | 2 | -10/+23 | |
| | * | | | | | | | | | | | | | | | | | | Add IsCurrentForFeeEstimatation | Alex Morcos | 2017-01-04 | 2 | -1/+20 | |
| | * | | | | | | | | | | | | | | | | | | Pass pointers to existing CTxMemPoolEntries to fee estimation | Alex Morcos | 2017-01-04 | 3 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | Always update fee estimates on new blocks. | Alex Morcos | 2017-01-04 | 5 | -13/+6 | |
| | * | | | | | | | | | | | | | | | | | | rename bool to validFeeEstimate | Alex Morcos | 2017-01-04 | 4 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | Remove member variable hadNoDependencies from CTxMemPoolEntry | Alex Morcos | 2017-01-04 | 9 | -32/+19 | |
| | * | | | | | | | | | | | | | | | | | | Don't track transactions at all during IBD. | Alex Morcos | 2017-01-04 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | Remove extraneous LogPrint from fee estimation | Alex Morcos | 2017-01-04 | 2 | -11/+8 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #8610: Share unused mempool memory with coincache | Pieter Wuille | 2017-01-05 | 2 | -5/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Share unused mempool memory with coincache | Pieter Wuille | 2016-12-22 | 2 | -5/+9 | |
| * | | | | | | | | | | | | | | | | | | | Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn... | Pieter Wuille | 2017-01-05 | 1 | -31/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Wallet: Do not perform ECDSA in the fee calculation inner loop. | Gregory Maxwell | 2017-01-05 | 1 | -31/+46 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9413: [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | 2017-01-05 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | 2016-12-23 | 1 | -0/+13 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge #9312: Increase mempool expiry time to 2 weeks | Wladimir J. van der Laan | 2017-01-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Increase mempool expiry time to 2 weeks | Alex Morcos | 2016-12-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #8747: [rpc] Fix transaction size comments and RPC help text. | Wladimir J. van der Laan | 2017-01-05 | 3 | -8/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Fix transaction size comments. Size now refers to virtual size as defined in ... | jonnynewbs | 2016-12-08 | 3 | -8/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources | MarcoFalke | 2017-01-05 | 22 | -290/+245 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. | Karl-Johan Alm | 2017-01-02 | 22 | -290/+245 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters | Wladimir J. van der Laan | 2017-01-05 | 5 | -22/+160 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Added EVENT_CFLAGS to test makefile to explicitly include libevent headers. | Karl-Johan Alm | 2017-01-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | Added some simple tests for the RAII-style events. | Karl-Johan Alm | 2016-12-21 | 3 | -1/+91 | |
| | * | | | | | | | | | | | | | | | | | | | | Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. | Karl-Johan Alm | 2016-12-20 | 1 | -20/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | Added std::unique_ptr<> wrappers with deleters for libevent modules. | Karl-Johan Alm | 2016-12-20 | 2 | -0/+56 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9417: Do not evaluate hidden LogPrint arguments | Wladimir J. van der Laan | 2017-01-05 | 1 | -8/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Do not evaluate hidden LogPrint arguments | Pieter Wuille | 2016-12-23 | 1 | -8/+9 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #9474: Mark the minconf parameter to move as ignored | Wladimir J. van der Laan | 2017-01-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Mark the minconf parameter to move as ignored | Pieter Wuille | 2017-01-04 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new | Wladimir J. van der Laan | 2017-01-05 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Let autoconf detect presence of EVP_MD_CTX_new | Luke Dashjr | 2017-01-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9107: Safer modify new coins | Pieter Wuille | 2017-01-04 | 4 | -62/+181 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Fix dangerous condition in ModifyNewCoins. | Alex Morcos | 2017-01-04 | 4 | -62/+181 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge #9457: [qt] Select more files for translation | Wladimir J. van der Laan | 2017-01-04 | 3 | -27/+91 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [qt] `make translate` | MarcoFalke | 2017-01-04 | 2 | -25/+89 | |
| | * | | | | | | | | | | | | | | | | | | | | [qt] Add more sources to translate | MarcoFalke | 2017-01-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslate | MarcoFalke | 2017-01-04 | 2 | -11/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | qt: Set (count) placeholder in sendcoinsdialog to notranslate | Wladimir J. van der Laan | 2017-01-04 | 2 | -11/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9401: Make rpcauth help message clearer, add example in example .conf | MarcoFalke | 2017-01-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Make rpcauth help message clearer, add example in example .conf | Gregory Sanders | 2016-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9396: Updated listsinceblock rpc documentation | Wladimir J. van der Laan | 2017-01-04 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updated listsinceblock rpc docs | accraze | 2016-12-22 | 1 | -0/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder | Wladimir J. van der Laan | 2017-01-04 | 3 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Avoid rollingMinimumFeeRate never being able to decay below half | Alex Morcos | 2016-12-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | fix a bug if the min fee is 0 for FeeFilterRounder | Alex Morcos | 2016-12-08 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9283: A few more CTransactionRef optimizations | Wladimir J. van der Laan | 2017-01-04 | 15 | -72/+95 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||