aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
* add nModSize init to default constructor of CTxMemPoolEntryPhilip Kaufmann2014-09-161-1/+1
* Merge pull request #4911Pieter Wuille2014-09-161-2/+2
|\
| * header include cleanupPhilip Kaufmann2014-09-141-2/+2
* | Fixing compiler warning C4101ENikS2014-09-151-2/+2
* | Merge pull request #4817Pieter Wuille2014-09-151-1/+3
|\ \ | |/ |/|
| * Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos2014-09-081-1/+3
* | Merge pull request #4822Pieter Wuille2014-09-101-2/+2
|\ \
| * | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille2014-09-031-2/+2
| |/
* / Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann2014-09-091-1/+1
|/
* Fix a few "Uninitialized scalar field" warningsWladimir J. van der Laan2014-08-281-2/+5
* Merge pull request #4748Pieter Wuille2014-08-261-0/+1
|\
| * Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* | Use const CCoinsView's at some places.Daniel Kraft2014-08-261-2/+2
* | Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-2/+2
|/
* Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik2014-08-141-0/+9
* Process fee estimate file into temporary vector first to let sanity checking ...Alex Morcos2014-07-291-4/+15
* Fix minor bug which only affected log messages.Alex Morcos2014-07-281-2/+6
* Fixed a bug with index bounds checkingAlex Morcos2014-07-271-1/+1
* Bugfix: make CCoinsViewMemPool support pruned entries in underlying cachePieter Wuille2014-07-231-3/+4
* Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan2014-07-211-0/+1
* Move fee policy out of coreGavin Andresen2014-07-031-13/+13
* Sanity checks for estimatesGavin Andresen2014-07-031-2/+7
* Relay double-spends, subject to anti-DOSTom Harding2014-06-271-1/+0
* JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr2014-06-261-0/+29
* estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+370
* Remove CWalletTx::vfSpentGavin Andresen2014-02-261-7/+10
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-15/+46
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-2/+20
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-0/+162