| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | bench: Use CDataStream.data() | Wladimir J. van der Laan | 2016-12-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | dbwrapper: Use new .data() method of CDataStream | Wladimir J. van der Laan | 2016-12-15 | 1 | -6/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | | streams: Remove special cases for ancient MSVC | Wladimir J. van der Laan | 2016-12-15 | 1 | -4/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | streams: Add data() method to CDataStream | Wladimir J. van der Laan | 2016-12-15 | 1 | -0/+2 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9404: Smarter coordination of change and fee in CreateTransaction. | Pieter Wuille | 2017-01-09 | 2 | -2/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | Don't overpay fee if we have selected new coins that result in a smaller tran... | Alex Morcos | 2017-01-06 | 1 | -1/+18 | |
| | | * | | | | | | | | | | | | | | | | | | | | | Try to reduce change output to make needed fee in CreateTransaction | Alex Morcos | 2017-01-06 | 2 | -1/+15 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite | Pieter Wuille | 2017-01-09 | 2 | -11/+24 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Check FRESH validity in CCoinsViewCache::BatchWrite | Russell Yanofsky | 2017-01-04 | 2 | -11/+24 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Merge #9487: Remove stray semicolon (Fix empty body warning) | MarcoFalke | 2017-01-07 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Remove stray semicolon (Fix empty body warning) | Douglas Roark | 2017-01-07 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille | 2017-01-06 | 3 | -1/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | [Qt] Do proper shutdown | Jonas Schnelli | 2017-01-05 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | Allow shutdown during LoadMempool, dump only when necessary | Jonas Schnelli | 2016-12-23 | 2 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge #9319: Break addnode out from the outbound connection limits. | Pieter Wuille | 2017-01-06 | 7 | -13/+64 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | RPC help documentation for addnode peerinfo. | Gregory Maxwell | 2017-01-05 | 2 | -0/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | Add release notes for addnode changes. | Gregory Maxwell | 2017-01-05 | 1 | -0/+10 | |
| | | * | | | | | | | | | | | | | | | | | | | | 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 #9373: Linearize script update (hash byte reversal and Python 3 support) | Wladimir J. van der Laan | 2017-01-05 | 4 | -37/+97 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | Make linearize scripts Python 3-compatible. | Doug | 2017-01-05 | 3 | -26/+47 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Allow linearization scripts to support hash byte reversal | Doug | 2017-01-05 | 4 | -19/+58 | |
| | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||