index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
1
-3
/
+3
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-2
/
+2
|
/
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
Avoid locking mutexes that are already held by the same thread
practicalswift
2018-07-21
1
-1
/
+1
*
doc: Clarify that mempool txiter is const_iterator
MarcoFalke
2018-06-24
1
-1
/
+1
*
Remove deprecated TransactionWithinChainLimit
Karl-Johan Alm
2018-06-11
1
-3
/
+0
*
Add GetTransactionAncestry to CTxMemPool for general purpose chain limit chec...
Karl-Johan Alm
2018-06-11
1
-0
/
+6
*
mempool: Fix max descendants check
Karl-Johan Alm
2018-06-11
1
-0
/
+1
*
mempool: Add explicit max_descendants
Karl-Johan Alm
2018-06-11
1
-1
/
+1
*
Add Clang thread safety analysis annotations
practicalswift
2018-05-05
1
-13
/
+13
*
Fix missing locking in CTxMemPool::setSanityCheck(double dFrequency)
practicalswift
2018-05-05
1
-1
/
+1
*
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-05
1
-3
/
+3
*
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-04-02
1
-1
/
+1
|
\
|
*
rpc: Add testmempoolaccept
MarcoFalke
2018-03-24
1
-1
/
+1
*
|
Make CTxMemPool::isSpent() const
Roman Zeyde
2018-03-25
1
-1
/
+1
|
/
*
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
*
Avoid leaking prioritization information when relaying transactions
Suhas Daftuar
2018-01-25
1
-3
/
+6
*
Correct mempool mapTx comment
Suhas Daftuar
2018-01-19
1
-1
/
+2
*
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
Wladimir J. van der Laan
2018-01-15
1
-20
/
+46
|
\
|
*
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-13
1
-2
/
+4
|
*
Sort mempool by min(feerate, ancestor_feerate)
Suhas Daftuar
2018-01-09
1
-7
/
+26
|
*
Refactor CompareTxMemPoolEntryByDescendantScore
Suhas Daftuar
2018-01-09
1
-12
/
+17
*
|
Remove unused mempool index
Suhas Daftuar
2018-01-09
1
-8
/
+0
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Make boost::multi_index comparators const
Suhas Daftuar
2017-12-07
1
-5
/
+5
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-7
/
+7
*
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-15
1
-0
/
+3
|
\
|
*
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-10-13
1
-0
/
+3
*
|
Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p...
MarcoFalke
2017-11-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t
donaloconnor
2017-09-07
1
-1
/
+1
*
|
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
1
-1
/
+1
|
/
*
Merge #11164: Fix boost headers included as user instead of system headers
Wladimir J. van der Laan
2017-09-05
1
-4
/
+3
|
\
|
*
Fix boost headers included as user instead of system headers
Dan Raviv
2017-08-26
1
-4
/
+3
*
|
Remove redundant explicitly defined copy ctors
Dan Raviv
2017-08-28
1
-2
/
+0
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-3
/
+3
*
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
|
/
*
Merge #10685: Clarify CCoinsViewMemPool documentation.
Pieter Wuille
2017-06-28
1
-0
/
+7
|
\
|
*
Clarify CCoinsViewMemPool documentation.
Matt Corallo
2017-06-27
1
-0
/
+7
*
|
Remove no longer used mempool.exists(outpoint)
Alex Morcos
2017-06-27
1
-7
/
+0
|
/
*
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-26
1
-2
/
+1
*
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-12
1
-1
/
+0
*
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
1
-7
/
+28
|
\
|
*
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-2
/
+2
|
*
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-6
/
+27
|
*
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-06-01
1
-1
/
+1
*
|
Merge #9208: Improve DisconnectTip performance
Wladimir J. van der Laan
2017-05-30
1
-1
/
+98
|
\
\
|
|
/
|
/
|
[next]