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
/
txorphanage.h
Age
Commit message (
Expand
)
Author
2024-08-05
Merge bitcoin/bitcoin#30082: test: expand LimitOrphan and EraseForPeer coverage
Ava Chow
2024-07-24
[doc] TxOrphanage is no longer thread-safe
glozow
2024-07-16
[refactor] delete EraseTxNoLock, just use EraseTx
glozow
2024-07-16
remove obsoleted TxOrphanage::m_mutex
glozow
2024-06-19
Don't use iterator addresses in IteratorComparator
dergoegge
2024-06-07
refactor: move orphanage constants to header file
Greg Sanders
2024-05-29
scripted-diff: Replace nNextSweep with m_next_sweep
marcofleon
2024-05-29
increase txorphan harness stability
marcofleon
2024-05-15
refactor: Use type-safe time in txorphanage
MarcoFalke
2024-05-14
[p2p] allow entries with the same txid in TxOrphanage
glozow
2024-05-14
[refactor] TxOrphanage::EraseTx by wtxid
glozow
2024-05-14
[refactor] TxOrphanage::HaveTx only by wtxid
glozow
2024-04-26
[txorphanage] add method to get all orphans spending a tx
glozow
2023-12-08
fuzz: Improve fuzzing stability for txorphan harness
dergoegge
2023-10-12
Use type-safe txid types in orphanage
dergoegge
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2023-01-26
Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided them
glozow
2023-01-25
net_processing: indicate more work to do when orphans are ready to reconsider
Anthony Towns
2023-01-25
net_processing: Don't process tx after processing orphans
Anthony Towns
2023-01-25
txorphange: Drop redundant originator arg from GetTxToReconsider
Anthony Towns
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-29
txorphanage: index workset by originating peer
Anthony Towns
2022-10-11
scripted-diff: rename and de-globalise g_cs_orphans
Anthony Towns
2022-10-11
Move all g_cs_orphans locking to txorphanage
Anthony Towns
2022-10-11
txorphanage: make m_peer_work_set private
Anthony Towns
2022-10-11
txorphange: move orphan workset to txorphanage
Anthony Towns
2022-10-07
net_processing: move extra transactions to msgproc mutex
Anthony Towns
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2021-07-20
[net processing] Add Orphanage empty consistency check
John Newbery
2021-04-07
doc: Fix typos from codespell lint
Yerzhan Mazhkenov
2021-04-05
refactor: Remove negative lock annotations from globals
MarcoFalke
2021-03-02
txorphanage: comment improvements
Anthony Towns
2021-02-27
scripted-diff: Update txorphanage naming convention
Anthony Towns
2021-02-27
txorphanage: Move functions and data into class
Anthony Towns
2021-02-27
txorphanage: Extract EraseOrphansForBlock
Anthony Towns
2021-02-26
txorphanage: Extract OrphanageAddTx
Anthony Towns
2021-02-26
txorphanage: Extract GetOrphanTx
Anthony Towns
2021-02-26
txorphanage: Extract HaveOrphanTx
Anthony Towns
2021-02-26
txorphanage: Extract AddChildrenToWorkSet
Anthony Towns
2021-02-26
txorphanage: Add lock annotations
Anthony Towns
2021-02-26
txorphanage: Pass uint256 by reference instead of value
Anthony Towns
2021-02-26
move-only: Add txorphanage module
Anthony Towns