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.h
Age
Commit message (
Expand
)
Author
2020-02-03
Merge #17925: Improve UpdateTransactionsFromBlock with Epochs
Wladimir J. van der Laan
2020-01-14
Add Epoch Guards to CTXMemPoolEntry and CTxMemPool
Jeremy Rubin
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-09
Remove unnecessary forward declaration
Mark Erhardt
2019-10-30
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-03
feefilter: Compute the absolute fee rather than stored rate to match mempool ...
Gregory Sanders
2019-09-23
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-22
txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN
MarcoFalke
2019-06-07
validation: Add missing mempool locks
MarcoFalke
2019-06-07
txpool: Make nTransactionsUpdated atomic
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-03-22
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-02-04
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2018-12-22
validation: Add cs_main locking annotations
MarcoFalke
2018-12-20
doc: Add comment to cs_main and mempool::cs
MarcoFalke
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-07
tx pool: Use class methods to hide raw map iterator impl details
MarcoFalke
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-26
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-30
Mark CTxMemPoolEntry members that should not be modified const
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-21
Avoid locking mutexes that are already held by the same thread
practicalswift
2018-06-24
doc: Clarify that mempool txiter is const_iterator
MarcoFalke
2018-06-11
Remove deprecated TransactionWithinChainLimit
Karl-Johan Alm
2018-06-11
Add GetTransactionAncestry to CTxMemPool for general purpose chain limit chec...
Karl-Johan Alm
2018-06-11
mempool: Fix max descendants check
Karl-Johan Alm
2018-06-11
mempool: Add explicit max_descendants
Karl-Johan Alm
2018-05-05
Add Clang thread safety analysis annotations
practicalswift
2018-05-05
Fix missing locking in CTxMemPool::setSanityCheck(double dFrequency)
practicalswift
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-04-02
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-03-25
Make CTxMemPool::isSpent() const
Roman Zeyde
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-25
Avoid leaking prioritization information when relaying transactions
Suhas Daftuar
2018-01-19
Correct mempool mapTx comment
Suhas Daftuar
2018-01-15
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
Wladimir J. van der Laan
2018-01-13
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-09
Sort mempool by min(feerate, ancestor_feerate)
Suhas Daftuar
[next]