Age | Commit message (Expand) | Author |
2019-06-07 | validation: Add missing mempool locks | MarcoFalke |
2019-06-07 | txpool: Make nTransactionsUpdated atomic | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-05-20 | mempool: remove unused magic number from consistency check | Gregory Sanders |
2019-05-01 | Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo | MarcoFalke |
2019-04-09 | [build] Move policy settings to new src/policy/settings unit | John Newbery |
2019-03-22 | Move g_is_mempool_loaded into CTxMemPool::m_is_loaded | Ben Woosley |
2019-02-25 | rpc: Pass mempool into MempoolToJSON | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-11 | Pass tx pool reference into CheckSequenceLocks | MarcoFalke |
2018-09-07 | tx pool: Use class methods to hide raw map iterator impl details | MarcoFalke |
2018-09-04 | Merge #13249: Make objects in range declarations immutable by default. Avoid ... | Wladimir J. van der Laan |
2018-08-29 | Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script... | Wladimir J. van der Laan |
2018-08-27 | Merge #13767: Remove redundant assignments (dead stores) | MarcoFalke |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-08-26 | Move cs_main locking annotations from .cpp to .h | practicalswift |
2018-08-26 | Add compile time checking for all cs_main runtime locking assertions | practicalswift |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-08-02 | Remove redundant assignments (dead stores) | practicalswift |
2018-07-30 | scripted-diff: Remove unused first argument to addUnchecked | MarcoFalke |
2018-07-30 | tx pool: Use the entry's hash instead of the one passed 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-22 | Merge #11762: Avoid locking mutexes that are already held by the same thread | MarcoFalke |
2018-07-21 | Avoid locking mutexes that are already held by the same thread | practicalswift |
2018-07-18 | Remove redundant unused variables | practicalswift |
2018-06-15 | cleanup: avoid hidden copies in range-for loops | Cory Fields |
2018-06-11 | Merge #12634: [refactor] Make TransactionWithinChainLimit more flexible | Wladimir J. van der Laan |
2018-06-11 | mempool: Calculate descendant maximum thoroughly | Karl-Johan Alm |
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-06-10 | Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 | practicalswift |
2018-05-05 | Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins) | 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-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-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-10 | Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p... | MarcoFalke |
2017-10-11 | Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch... | Wladimir J. van der Laan |
2017-09-20 | Introduce CheckInputsAndUpdateCoins static wrapper in txmempool.cpp | Jorge Timón |
2017-09-20 | Optimization: Minimize the number of times it is checked that no money is cre... | Jorge Timón |
2017-09-11 | Force explicit double -> int conversion for CFeeRate constructor | Matt Corallo |
2017-09-07 | Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t | donaloconnor |