summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/peerapi_test.go
AgeCommit message (Expand)AuthorFilesLines
2023-07-27ipn: use tstime (#8597)Claire Wang1-0/+2
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-12-06ipn/ipnlocal: improve redactErr to handle more casesAndrew Dunham1-0/+65
2022-11-17ipn/ipnlocal: move selfNode from peerAPIServer to peerAPIHandlerMaisem Ali1-9/+9
2022-11-17tailcfg: add CapabilityDebugMaisem Ali1-22/+41
2022-11-16ipn/ipnlocal: add some validation to PeerAPIMaisem Ali1-1/+37
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-3/+8
2022-10-24ipn/ipnlocal: use ipn.PrefsViewMaisem Ali1-2/+2
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
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