summaryrefslogtreecommitdiff
path: root/src/ClientConnection.cpp
AgeCommit message (Collapse)Author
2023-03-26Add support for building on Windowscflip
This makes it possible to compile cfws with Visual Studio. Since winsock and POSIX use very similar APIs, porting is mostly just a matter of placing ifdefs around #includes and functions with slightly different names. However, CGI scripts and command line arguments are not available in this port yet, since they used the Unix-exclusive getopt.h and popen.
2022-09-19Add ClangTidy configuration and apply fixescflip
2022-09-19Add ClangFormat configuration and reformat filescflip
2022-09-14Fix a few compiler-dependent errorscflip
2022-07-07Don't print HTTP requests to the consolecflip
2022-07-07Create an HttpRequest classcflip
2022-07-07Add some more abstractions to HttpResponsecflip
2022-07-07Initial commitcflip