fc5e59689fAdd class diagram for Server, Socket, Client, HTTP_Request, and HTTP_Response
whaffman
2025-09-18 12:57:06 +0200
708a4ee25fImplement Socket class: add constructors, destructor, and methods for socket operations including listen, bind, accept, recv, send, and setNonBlocking.
whaffman
2025-09-18 12:57:00 +0200
29d6431143moved CLient class to own dir
whaffman
2025-09-18 12:56:49 +0200
8e40f538cfImplement Client and Server classes: add Client class for handling client requests and responses, and enhance Server class with connection management and event loop functionality.
whaffman
2025-09-17 17:19:10 +0200
a2db0659c6Refactor server configuration and implementation: update listen ports in default.conf, enhance Server class with connection handling, and improve socket management in Server.cpp.
Quinten Mennen
2025-09-16 17:08:10 +0200
0a26702457Update server configuration and improve utility functions: change host to 127.0.0.1, modify root path, enhance trimSemi function, and adjust directive parsing logic.
Quinten Mennen
2025-09-16 15:35:04 +0200
e8f1c9a929Update Makefile: modify default target to only include release and add run target
Quinten Mennen
2025-09-16 15:26:16 +0200
94653db136Implement server initialization: add Server class with constructor to initialize host and port from ConfigManager
whaffman
2025-09-16 15:05:35 +0200
3ee0a607a1Enhance configuration management: add getter methods for server configuration details, improve location handling, and update main to display server information
whaffman
2025-09-14 22:55:20 +0200
0ae78577e7Refactor ConfigManager and LocationConfig: comment out unused methods, improve parsing logic, and clean up includes
whaffman
2025-09-14 21:19:22 +0200
f7bc063227Refactor project structure: remove MyModule, implement ConfigManager, and enhance CMake/Makefile for multiple build types
whaffman
2025-09-11 12:36:31 +0200
0d4bbe53b0Refactor MyModule to use static method and update output format; add CMakeLists.txt for project build configuration
whaffman
2025-09-10 22:31:27 +0200