summaryrefslogtreecommitdiffhomepage
path: root/control/controlbase/conn.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-03-21control/controlbase: use less memory when idle (remove rxState.buf)Brad Fitzpatrick1-7/+48
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 Anderson1-2/+2
2022-01-17control/controlbase: rename from control/noise.David Anderson1-0/+359