summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/peerapi_test.go
AgeCommit message (Expand)AuthorFilesLines
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-1/+1
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-2/+1
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-4/+5
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-2/+3
2022-04-17ipn/ipnlocal: add start of inter-user TaildropBrad Fitzpatrick1-1/+1
2021-12-01ipn/ipnlocal: run peerapi even if Taildrop storage not configuredBrad Fitzpatrick1-1/+1
2021-11-29ipn/ipnlocal: restrict exit node DoH server based on ACL'ed packet filterBrad Fitzpatrick1-0/+57
2021-09-07all: update tests to use tstest.MemLoggerBrad Fitzpatrick1-6/+3
2021-04-26ipn/ipnlocal: use delete marker files to work around Windows delete problemsBrad Fitzpatrick1-0/+95
2021-04-23ipn/ipnlocal: add file sharing to windows shellAleksandar Pesic1-17/+4
2021-04-22ipn/ipnlocal: add peerapi goroutine fetchBrad Fitzpatrick1-1/+16
2021-04-22ipn/ipnlocal: put a retry loop around Windows file deletesBrad Fitzpatrick1-0/+52
2021-04-19ipn/ipnlocal: finish/fix up filename validation & encoding on diskBrad Fitzpatrick1-1/+196
2021-04-19ipn/ipnlocal: add some more peerapi handlePeerPut testsBrad Fitzpatrick1-3/+79
2021-04-19ipn/ipnlocal: add some peerapi testsBrad Fitzpatrick1-0/+153