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
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