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