summaryrefslogtreecommitdiff
path: root/src/ServerConnection.cpp
AgeCommit message (Collapse)Author
2022-09-19Add ClangTidy configuration and apply fixescflip
2022-09-19Add ClangFormat configuration and reformat filescflip
2022-09-17Set SO_REUSEADDR and SO_REUSEPORT socket optionscflip
This allows the server to reuse the same address and port when repeatedly running and stopping the server while testing things instead of quitting with the "Address already in use" error.
2022-09-14Fix a few compiler-dependent errorscflip
2022-07-07Initial commitcflip