aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-10Merge pull request #7179Wladimir J. van der Laan
2015-12-09Merge pull request #7154Wladimir J. van der Laan
2015-12-08Merge pull request #4906Wladimir J. van der Laan
2015-12-07Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch
2015-12-07Moved set reduction to the end of ApproximateBestSubset to reduce performance...Murch
2015-12-07net: Account for `sendheaders` `verack` messagesWladimir J. van der Laan
2015-12-07net: Fix sent reject messages for blocks and transactionsWladimir J. van der Laan
2015-12-07Merge pull request #6589Wladimir J. van der Laan
2015-12-07log bytes recv/sent per commandJonas Schnelli
2015-12-06Coinselection prunes extraneous inputs from ApproximateBestSubsetAlSzacrel
2015-12-05Don't do mempool lookups for "mempool" command without a filterMatt Corallo
2015-12-03Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell
2015-12-03Merge pull request #7113Wladimir J. van der Laan
2015-12-03Merge pull request #7133Wladimir J. van der Laan
2015-12-03Now that 0.12 has been branched, master is 0.12.99Wladimir J. van der Laan
2015-12-03Merge pull request #7158Wladimir J. van der Laan
2015-12-02[qt] Use tr() instead of _()MarcoFalke
2015-12-02Fix typo in wallet.cppMarcoFalke
2015-12-02PartitionCheck: remove useless spacespaveljanik
2015-12-02TRIVIAL: Chainparams: Remove unused CBaseUnitTestParamsJorge Timón
2015-12-02Update miner.cpp: Fix typo in commentantonio-fr
2015-12-02[trivial] Fix typo in peertablemodel.cppMarcoFalke
2015-12-02Fix various typospaveljanik
2015-12-02Merge pull request #7128Wladimir J. van der Laan
2015-12-02qt: Final translation update before 0.12 forkWladimir J. van der Laan
2015-12-02Merge pull request #6216Wladimir J. van der Laan
2015-12-02Merge pull request #7147Wladimir J. van der Laan
2015-12-02Merge pull request #7146Wladimir J. van der Laan
2015-12-02Merge pull request #7118Wladimir J. van der Laan
2015-12-02Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoinMarcoFalke
2015-12-02Merge pull request #7144Wladimir J. van der Laan
2015-12-02Name union to prevent compiler warningPavel Janík
2015-12-02[Qt] add InMempool() info to transaction detailsJonas Schnelli
2015-12-01Flush coins cache also after transaction processingPieter Wuille
2015-12-01Uncache input txn in utxo cache if a tx is not accepted to mempoolMatt Corallo
2015-12-01Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cachedMatt Corallo
2015-12-01Discard txn cache entries that were loaded for removed mempool txnMatt Corallo
2015-12-01Get the set of now-uncacheable-txn from CTxMemPool::TrimToSizeMatt Corallo
2015-12-01Add method to remove a tx from CCoinsViewCache if it is unchangedMatt Corallo
2015-12-01Rewrite CreateNewBlockAlex Morcos
2015-12-01Expose FormatStateMessageAlex Morcos
2015-12-01Make accessing mempool parents and children publicAlex Morcos
2015-12-01Add TxPriority class and comparatorAlex Morcos
2015-12-01Add a score index to the mempool.Alex Morcos
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-12-01test: Disable scheduler test manythreadsWladimir J. van der Laan
2015-12-01qt: periodic translations updateWladimir J. van der Laan
2015-12-01Merge pull request #7141Wladimir J. van der Laan
2015-12-01Merge pull request #7143Wladimir J. van der Laan
2015-12-01Merge pull request #6915Wladimir J. van der Laan