summaryrefslogtreecommitdiff
path: root/src/config/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Reworked worker architectureSoikk2025-12-061-85/+8
| | | | | | - replaced the central socket-multiple accepts architecture thanks to SO_REUSEPORT - removed master/worker distinctions for server and config - fixed bug with rewrites not being read properly by multiple workers because of null characters
* Rewrites and IPC reworkSoikk2025-11-221-10/+52
| | | | | | | | | - Moved functionality to temporary server directory - Separated rewrites - Moved IPC back to signals - Added get_key() in config - Reworked receive_request() - Improved error handling
* Various changed related to configSoikk2025-10-261-0/+4
|
* Changed config port from int to strSoikk2025-10-251-6/+7
|
* Reworked config. Added mime module. Reworked mime related functions in net ↵Soikk2025-06-141-29/+256
| | | | module.
* Added configSoikk2025-06-061-0/+54