summaryrefslogtreecommitdiffhomepage
path: root/net/flowtrack/flowtrack.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-06-18net/flowtrack: fix, test String methodBrad Fitzpatrick1-1/+3
2024-06-18net/flowtrack: optimize Tuple type for use as map keyBrad Fitzpatrick1-4/+62
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-11net/flowtrack,wgengine/filter: refactor Cache to use genericsTom DNetto1-13/+13
2022-10-05net/flowtrack: add json tags to Tuple (#5849)Joe Tsai1-3/+3
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-3/+3
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-3/+3
2021-08-24fix: typo spelling grammarslowy071-1/+1
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-4/+6
2021-01-11net/flowtrack: add Tuple.String methodBrad Fitzpatrick1-0/+5
2021-01-11net/flowtrack: add new package to specialize groupcache/lru key typeBrad Fitzpatrick1-0/+99