aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-14Make max tip age an option instead of chainparamWladimir J. van der Laan
2015-12-14Merge pull request #7200Wladimir J. van der Laan
2015-12-13Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]Matt Corallo
2015-12-12fix logic for error logaccraze
2015-12-12wallet: check if tx scriptPubKey is unspendableaccraze
2015-12-11checks for null data transaction before debug.logaccraze
2015-12-11Merge pull request #7156Wladimir J. van der Laan
2015-12-10net: Add and document network messages in protocol.hWladimir J. van der Laan
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-02rpc: remove cs_main lock from `createrawtransaction`Wladimir 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