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
/
test
/
fuzz
/
txorphan.cpp
Age
Commit message (
Expand
)
Author
2024-05-15
Merge bitcoin/bitcoin#30000: p2p: index TxOrphanage by wtxid, allow entries w...
Ryan Ofsky
2024-05-14
[refactor] TxOrphanage::EraseTx by wtxid
glozow
2024-05-14
[refactor] TxOrphanage::HaveTx only by wtxid
glozow
2024-05-01
fuzz: txorphan tests fixups
Sergi Delgado Segura
2024-04-26
[fuzz] break out parent functions and add GetChildrenFrom* coverage
glozow
2023-12-08
fuzz: Improve fuzzing stability for txorphan harness
dergoegge
2023-12-04
fuzz: txorphan check wtxids using GenTxid::Wtxid not GenTxid::Txid
Greg Sanders
2023-11-21
Use Txid in COutpoint
dergoegge
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-01-26
Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided them
glozow
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-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-11-29
txorphanage: index workset by originating peer
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-09-30
fuzz: Limit outpoints.size in txorphan target to avoid OOM
MacroFake
2022-08-20
Fix iwyu
MacroFake
2022-07-29
Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...
MacroFake
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2022-07-25
fix comment spellings from the codespell lint
Greg Weber
2022-07-19
Fix `-Wparentheses` gcc warning
Hennadii Stepanov
2022-07-17
fuzz: Fix assert bug in txorphan target
chinggg
2022-07-06
fuzz: add low-level target for txorphanage
chinggg