summaryrefslogtreecommitdiff
path: root/src/rewrites/rewrites.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-221-0/+160
- Moved functionality to temporary server directory - Separated rewrites - Moved IPC back to signals - Added get_key() in config - Reworked receive_request() - Improved error handling