aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
AgeCommit message (Expand)Author
2014-08-28Fix a few "Uninitialized scalar field" warningsWladimir J. van der Laan
2014-08-26Merge pull request #4748Pieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Use const CCoinsView's at some places.Daniel Kraft
2014-08-26Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft
2014-08-14Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik
2014-07-29Process fee estimate file into temporary vector first to let sanity checking ...Alex Morcos
2014-07-28Fix minor bug which only affected log messages.Alex Morcos
2014-07-27Fixed a bug with index bounds checkingAlex Morcos
2014-07-23Bugfix: make CCoinsViewMemPool support pruned entries in underlying cachePieter Wuille
2014-07-21Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-03Sanity checks for estimatesGavin Andresen
2014-06-27Relay double-spends, subject to anti-DOSTom Harding
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-02-26Remove CWalletTx::vfSpentGavin Andresen
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen