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
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
2018-01-09
Refactor CompareTxMemPoolEntryByDescendantScore
Suhas Daftuar
2018-01-09
Remove unused mempool index
Suhas Daftuar
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-07
Make boost::multi_index comparators const
Suhas Daftuar
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-10
Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p...
MarcoFalke
2017-10-13
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-07
Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t
donaloconnor
2017-09-05
Merge #11164: Fix boost headers included as user instead of system headers
Wladimir J. van der Laan
2017-08-28
Remove redundant explicitly defined copy ctors
Dan Raviv
[next]