summaryrefslogtreecommitdiff
path: root/src/rewrites
Commit message (Collapse)AuthorAgeFilesLines
* Added freeing functions for url and rewritesSoikk2025-12-082-0/+13
|
* Reworked worker architectureSoikk2025-12-061-3/+0
| | | | | | - 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-222-0/+189
- Moved functionality to temporary server directory - Separated rewrites - Moved IPC back to signals - Added get_key() in config - Reworked receive_request() - Improved error handling