Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | Add support for building on Windows | cflip | |
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-19 | Add ClangTidy configuration and apply fixes | cflip | |
2022-09-19 | Add ClangFormat configuration and reformat files | cflip | |
2022-09-14 | Fix a few compiler-dependent errors | cflip | |
2022-07-07 | Don't print HTTP requests to the console | cflip | |
2022-07-07 | Create an HttpRequest class | cflip | |
2022-07-07 | Add some more abstractions to HttpResponse | cflip | |
2022-07-07 | Initial commit | cflip | |