aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-04Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell
2015-12-03Bump version to 0.12.0Wladimir 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-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-01-bytespersigop option to additionally limit sigops in transactions we relay a...Luke Dashjr
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
2015-12-01Merge pull request #7022Wladimir J. van der Laan
2015-12-01qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodelWladimir J. van der Laan
2015-12-01Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help.Pavel Janík
2015-12-01Constrain rpcport default values to a single location in codeLuke Dashjr
2015-12-01Merge pull request #7136Wladimir J. van der Laan
2015-12-01Merge pull request #6914Wladimir J. van der Laan
2015-12-01rpc: Don't translate warning messagesWladimir J. van der Laan
2015-12-01Merge pull request #7096Wladimir J. van der Laan
2015-12-01Merge pull request #7105Wladimir J. van der Laan
2015-12-01Merge pull request #7079Wladimir J. van der Laan
2015-11-30Merge pull request #7072Gregory Maxwell
2015-11-30Change default block priority size to 0Alex Morcos
2015-11-30Merge pull request #7044Gregory Maxwell