index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.cpp
Age
Commit message (
Expand
)
Author
2015-10-28
Merge pull request #6776
Pieter Wuille
2015-10-27
Merge pull request #6464
Wladimir J. van der Laan
2015-10-26
fix locking issue with new mempool limiting
Jonas Schnelli
2015-10-20
Support -checkmempool=N, which runs checks on average once every N transactions
Pieter Wuille
2015-10-19
Fix stale comment in CTxMemPool::TrimToSize.
Matt Corallo
2015-10-14
Undo GetMinFee-requires-extra-call-to-hit-0
Matt Corallo
2015-10-13
Implement on-the-fly mempool size limitation.
Matt Corallo
2015-10-13
Track (and define) ::minRelayTxFee in CTxMemPool
Matt Corallo
2015-10-13
Fix calling mempool directly, instead of pool, in ATMP
Matt Corallo
2015-10-13
Add Mempool Expire function to remove old transactions
Pieter Wuille
2015-09-23
Fix mempool package tracking edge case
Suhas Daftuar
2015-09-19
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-08-03
Clean up tx prioritization when conflict mined
Casey Rodarmor
2015-08-03
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-07-20
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-10
Implement accurate memory accounting for mempool
Pieter Wuille
2015-06-23
Fix various warnings
Luke Dashjr
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-13
Merge pull request #5159
Wladimir J. van der Laan
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-03-26
Keep mempool consistent during block-reorgs
Gavin Andresen
2015-03-06
src/txmempool.cpp: make numEntries a uint32_t
Wladimir J. van der Laan
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2014-12-27
Decouple miner.o and txmempool.o from CTxUndo
jtimon
2014-12-23
Merge pull request #5481
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Fix small typos in comments and error messages
Pavel Janík
2014-12-15
Apply AreSane() checks to the fees from the network.
Gregory Maxwell
2014-12-08
Make CTxMemPool::remove more effecient by avoiding recursion
Matt Corallo
2014-12-08
Make CTxMemPool::check more thourough by using CheckInputs
Matt Corallo
2014-12-08
Remove txn which are invalidated by coinbase maturity during reorg
Matt Corallo
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
[next]