aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix locking issue with new mempool limitingJonas Schnelli2015-10-261-3/+8
* | | Fix stale comment in CTxMemPool::TrimToSize.Matt Corallo2015-10-191-4/+4
* | | Undo GetMinFee-requires-extra-call-to-hit-0Matt Corallo2015-10-141-1/+3
* | | Implement on-the-fly mempool size limitation.Matt Corallo2015-10-131-0/+65
* | | Track (and define) ::minRelayTxFee in CTxMemPoolMatt Corallo2015-10-131-2/+3
* | | Fix calling mempool directly, instead of pool, in ATMPMatt Corallo2015-10-131-2/+2
* | | Add Mempool Expire function to remove old transactionsPieter Wuille2015-10-131-0/+16
| |/ |/|
* | Fix mempool package tracking edge caseSuhas Daftuar2015-09-231-15/+36
* | Track transaction packages in CTxMemPoolEntrySuhas Daftuar2015-09-191-42/+423
* | TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman2015-09-191-24/+28
* | Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-2/+2
|/
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-1/+1
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-1/+13
* Fix various warningsLuke Dashjr2015-06-231-1/+1
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* Merge pull request #5159Wladimir J. van der Laan2015-05-131-353/+29
|\
| * Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-353/+29
* | Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+1
|/
* Keep mempool consistent during block-reorgsGavin Andresen2015-03-261-0/+12
* src/txmempool.cpp: make numEntries a uint32_tWladimir J. van der Laan2015-03-061-2/+2
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-4/+4
* Decouple miner.o and txmempool.o from CTxUndojtimon2014-12-271-4/+3
* Merge pull request #5481Wladimir J. van der Laan2014-12-231-8/+18
|\
| * Apply AreSane() checks to the fees from the network.Gregory Maxwell2014-12-151-8/+18
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
* | Fix small typos in comments and error messagesPavel Janík2014-12-161-2/+2
|/
* Make CTxMemPool::remove more effecient by avoiding recursionMatt Corallo2014-12-081-12/+18
* Make CTxMemPool::check more thourough by using CheckInputsMatt Corallo2014-12-081-1/+29
* Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo2014-12-081-0/+26
* Update comments in txmempool to be doxygen compatibleMichael Ford2014-11-171-14/+24
* minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-3/+3
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+0
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* Merge pull request #4834Pieter Wuille2014-10-081-1/+1
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-8/+9
|/
* 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
|\