Age | Commit message (Expand) | Author |
2014-11-17 | Update comments in txmempool to be doxygen compatible | Michael Ford |
2014-10-31 | minor cleanup: include orders, end comments etc. | Philip Kaufmann |
2014-10-29 | Separate protocol versioning from clientversion | Cory Fields |
2014-10-27 | MOVEONLY: Separate CTransaction and dependencies from core | jtimon |
2014-10-22 | boost: split stream classes out of serialize.h | Cory Fields |
2014-10-17 | script: add a slew of includes all around and drop includes from script.h | Cory Fields |
2014-10-08 | Merge pull request #4834 | Pieter Wuille |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-24 | Get rid of the dummy CCoinsViewCache constructor arg | Pieter Wuille |
2014-09-16 | add nModSize init to default constructor of CTxMemPoolEntry | Philip Kaufmann |
2014-09-16 | Merge pull request #4911 | Pieter Wuille |
2014-09-15 | Fixing compiler warning C4101 | ENikS |
2014-09-15 | Merge pull request #4817 | Pieter Wuille |
2014-09-14 | header include cleanup | Philip Kaufmann |
2014-09-10 | Merge pull request #4822 | Pieter Wuille |
2014-09-09 | Remove some unnecessary c_strs() in logging and the GUI | Philip Kaufmann |
2014-09-08 | Track modified size in TxMemPoolEntry so that we can correctly compute priority. | Alex Morcos |
2014-09-03 | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. | Pieter Wuille |
2014-08-28 | Fix a few "Uninitialized scalar field" warnings | Wladimir J. van der Laan |
2014-08-26 | Merge pull request #4748 | Pieter Wuille |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |
2014-08-26 | Use const CCoinsView's at some places. | Daniel Kraft |
2014-08-26 | Make appropriate getter-routines "const" in CCoinsView. | Daniel Kraft |
2014-08-14 | Closely track mempool byte total. Add "getmempoolinfo" RPC. | Jeff Garzik |
2014-07-29 | Process fee estimate file into temporary vector first to let sanity checking ... | Alex Morcos |
2014-07-28 | Fix minor bug which only affected log messages. | Alex Morcos |
2014-07-27 | Fixed a bug with index bounds checking | Alex Morcos |
2014-07-23 | Bugfix: make CCoinsViewMemPool support pruned entries in underlying cache | Pieter Wuille |
2014-07-21 | Revert "Relay double-spends, subject to anti-DOS" | Wladimir J. van der Laan |
2014-07-03 | Move fee policy out of core | Gavin Andresen |
2014-07-03 | Sanity checks for estimates | Gavin Andresen |
2014-06-27 | Relay double-spends, subject to anti-DOS | Tom Harding |
2014-06-26 | JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> | Luke Dashjr |
2014-06-06 | estimatefee / estimatepriority RPC methods | Gavin Andresen |
2014-02-26 | Remove CWalletTx::vfSpent | Gavin Andresen |
2013-11-30 | Add verbose boolean to getrawmempool | Gavin Andresen |
2013-11-10 | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille |
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen |