summaryrefslogtreecommitdiff
path: root/src/config/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Reworked worker architectureSoikk2025-12-061-13/+5
| | | | | | - 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-1/+4
| | | | | | | | | - Moved functionality to temporary server directory - Separated rewrites - Moved IPC back to signals - Added get_key() in config - Reworked receive_request() - Improved error handling
* Changed config port from int to strSoikk2025-10-251-1/+1
|
* Reworked config. Added mime module. Reworked mime related functions in net ↵Soikk2025-06-141-8/+30
| | | | module.
* Added configSoikk2025-06-061-0/+19