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
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
2017-08-26
Fix boost headers included as user instead of system headers
Dan Raviv
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-28
Merge #10685: Clarify CCoinsViewMemPool documentation.
Pieter Wuille
2017-06-27
Clarify CCoinsViewMemPool documentation.
Matt Corallo
2017-06-27
Remove no longer used mempool.exists(outpoint)
Alex Morcos
2017-06-26
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
[next]