summaryrefslogtreecommitdiffhomepage
path: root/control/controlbase
AgeCommit message (Expand)AuthorFilesLines
2026-03-06control/controlbase: deflake, speed up TestConnMemoryOverheadBrad Fitzpatrick1-73/+24
2026-01-23all: remove AUTHORS file and references to itWill Norris6-6/+6
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick1-1/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-7/+7
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov2-59/+0
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-01-30net/memnet: rename from net/nettestMaisem Ali3-15/+15
2023-01-27all: update copyright and license headersWill Norris6-18/+12
2022-04-07control/controlbase: don't enforce a max protocol version at handshake time.David Anderson4-25/+15
2022-04-07control/controlbase: make the protocol version number selectable.David Anderson5-37/+52
2022-03-21control/controlbase: use less memory when idle (remove rxState.buf)Brad Fitzpatrick2-7/+125
2022-03-20control/controlbase: use less memory when idle (remove txState.buf)Brad Fitzpatrick1-7/+18
2022-03-09control/controlbase: make Conn.Write return consumed bytesMaisem Ali1-5/+3
2022-01-17control/controlbase: enable asynchronous client handshaking.David Anderson5-35/+84
2022-01-17control/controlbase: rename from control/noise.David Anderson7-0/+2260