summaryrefslogtreecommitdiff
path: root/src/net
Commit message (Collapse)AuthorAgeFilesLines
* Reworked worker architectureSoikk2025-12-062-113/+75
| | | | | | - 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
* Removed lowercasing of URLs when sanitizing themSoikk2025-11-231-1/+1
|
* Rewrites and IPC reworkSoikk2025-11-222-184/+64
| | | | | | | | | - Moved functionality to temporary server directory - Separated rewrites - Moved IPC back to signals - Added get_key() in config - Reworked receive_request() - Improved error handling
* Reworked config. Added mime module. Reworked mime related functions in net ↵Soikk2025-06-142-61/+5
| | | | module.
* Removed dir.h and added files.hSoikk2025-06-132-8/+7
|
* Added configSoikk2025-06-061-2/+2
|
* Added a timeout to poll so it doesnt return immediatelyEnrique2025-04-201-1/+1
|
* Changed Makefile line endings, upgraded IPCSoikk2025-04-201-2/+4
|
* a lotta changesEnrique2025-04-052-42/+79
|
* some changes idkEnrique2025-03-012-55/+65
|
* forgot to remove headers from net.hEnrique2025-01-111-77/+0
|
* Added headers header & .cEnrique2025-01-111-5/+76
|
* Initial commitEnrique2025-01-062-0/+785