| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -1/+2 |
| * | Use const CCoinsView's at some places. | Daniel Kraft | 2014-08-26 | 1 | -1/+1 |
| * | Make appropriate getter-routines "const" in CCoinsView. | Daniel Kraft | 2014-08-26 | 1 | -2/+2 |
| * | Closely track mempool byte total. Add "getmempoolinfo" RPC. | Jeff Garzik | 2014-08-14 | 1 | -0/+6 |
| * | Move fee policy out of core | Gavin Andresen | 2014-07-03 | 1 | -1/+3 |
| * | JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> | Luke Dashjr | 2014-06-26 | 1 | -0/+6 |
| * | estimatefee / estimatepriority RPC methods | Gavin Andresen | 2014-06-06 | 1 | -0/+23 |
| * | Remove CWalletTx::vfSpent | Gavin Andresen | 2014-02-26 | 1 | -2/+4 |
| * | Add verbose boolean to getrawmempool | Gavin Andresen | 2013-11-30 | 1 | -2/+29 |
| * | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille | 2013-11-10 | 1 | -2/+18 |
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -0/+1 |
| * | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | 2013-11-04 | 1 | -0/+67 |