aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | bench: Use CDataStream.data()Wladimir J. van der Laan2016-12-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | dbwrapper: Use new .data() method of CDataStreamWladimir J. van der Laan2016-12-151-6/+6
| | * | | | | | | | | | | | | | | | | | | | | streams: Remove special cases for ancient MSVCWladimir J. van der Laan2016-12-151-4/+0
| | * | | | | | | | | | | | | | | | | | | | | streams: Add data() method to CDataStreamWladimir J. van der Laan2016-12-151-0/+2
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9404: Smarter coordination of change and fee in CreateTransaction.Pieter Wuille2017-01-092-2/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Don't overpay fee if we have selected new coins that result in a smaller tran...Alex Morcos2017-01-061-1/+18
| | * | | | | | | | | | | | | | | | | | | | | Try to reduce change output to make needed fee in CreateTransactionAlex Morcos2017-01-062-1/+15
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWritePieter Wuille2017-01-092-11/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Check FRESH validity in CCoinsViewCache::BatchWriteRussell Yanofsky2017-01-042-11/+24
| | | |_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge #9487: Remove stray semicolon (Fix empty body warning)MarcoFalke2017-01-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Remove stray semicolon (Fix empty body warning)Douglas Roark2017-01-071-1/+1
| |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille2017-01-063-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | [Qt] Do proper shutdownJonas Schnelli2017-01-051-0/+2
| | * | | | | | | | | | | | | | | | | | | | Allow shutdown during LoadMempool, dump only when necessaryJonas Schnelli2016-12-232-1/+6
| * | | | | | | | | | | | | | | | | | | | | Merge #9319: Break addnode out from the outbound connection limits.Pieter Wuille2017-01-067-13/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | RPC help documentation for addnode peerinfo.Gregory Maxwell2017-01-052-0/+6
| | * | | | | | | | | | | | | | | | | | | | Add release notes for addnode changes.Gregory Maxwell2017-01-051-0/+10
| | * | | | | | | | | | | | | | | | | | | | 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 #9373: Linearize script update (hash byte reversal and Python 3 support)Wladimir J. van der Laan2017-01-054-37/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Make linearize scripts Python 3-compatible.Doug2017-01-053-26/+47
| | * | | | | | | | | | | | | | | | | | | | | | Allow linearization scripts to support hash byte reversalDoug2017-01-054-19/+58
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \