summaryrefslogtreecommitdiff
path: root/src/net/net.h
Commit message (Collapse)AuthorAgeFilesLines
* Reworked worker architectureSoikk2025-12-061-20/+7
| | | | | | - 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-18/+5
| | | | | | | | | - 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-141-10/+1
| | | | module.
* Removed dir.h and added files.hSoikk2025-06-131-2/+2
|
* a lotta changesEnrique2025-04-051-7/+3
|
* some changes idkEnrique2025-03-011-22/+22
|
* forgot to remove headers from net.hEnrique2025-01-111-77/+0
|
* Added headers header & .cEnrique2025-01-111-5/+76
|
* Initial commitEnrique2025-01-061-0/+144