webserv/webserv
2025-09-21 21:25:37 +02:00
..
client Refactor variable naming for consistency: update member variables in Client, ConfigManager, LocationConfig, ServerConfig, and Socket classes to use a consistent naming convention with trailing underscores. 2025-09-21 00:12:05 +02:00
config Refactor variable naming for consistency: update member variables in Client, ConfigManager, LocationConfig, ServerConfig, and Socket classes to use a consistent naming convention with trailing underscores. 2025-09-21 00:12:05 +02:00
handler Add header and implementation files for CgiHandler, ErrorHandler, FileHandler, HttpRequest, HttpResponse, and Router classes 2025-09-21 00:38:23 +02:00
http Add header and implementation files for CgiHandler, ErrorHandler, FileHandler, HttpRequest, HttpResponse, and Router classes 2025-09-21 00:38:23 +02:00
log Add Todo to loglevel 2025-09-21 21:25:37 +02:00
router Add header and implementation files for CgiHandler, ErrorHandler, FileHandler, HttpRequest, HttpResponse, and Router classes 2025-09-21 00:38:23 +02:00
server Enhance code style and organization: update .clang-format for include sorting, enable parallel compilation in CMake, and clean up includes across multiple files for improved readability and consistency. 2025-09-20 23:21:23 +02:00
socket Fix parameter type in bind method: remove redundant 'const' from port parameter for consistency 2025-09-21 00:38:12 +02:00
main.cpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00