webserv/webserv
2025-10-06 14:48:15 +02:00
..
client fix(client): cast buffer to const char* for receiveData method 2025-10-06 11:32:40 +02:00
config feat(validation): implement configuration validation framework with rules for required directives and allowed values 2025-10-06 14:48:15 +02:00
handler refactor(file handle): attempt to decouple a bit 2025-10-01 20:47:18 +02:00
http feat: serve static pages 2025-10-01 17:50:10 +02:00
log feat: reorder include statements to ensure corresponding headers are placed first 2025-09-30 11:17:43 +02:00
router refactor(router): clean up unused functions 2025-10-01 20:46:11 +02:00
server feat: serve static pages 2025-10-01 17:50:10 +02:00
socket remove client when it disconnects 2025-09-30 17:18:09 +02:00
utils feat(file utils): move read functions to file utils 2025-10-01 20:46:42 +02:00
main.cpp feat(validation): implement configuration validation framework with rules for required directives and allowed values 2025-10-06 14:48:15 +02:00