summaryrefslogtreecommitdiffhomepage
path: root/control/controlbase
AgeCommit message (Expand)AuthorFilesLines
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