summaryrefslogtreecommitdiff
path: root/src/net/net.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed receive_request for HTTPS connections and enabled HTTPS through the ↵HEADmasterSoikk2026-01-011-4/+5
| | | | config file
* Removed naked allocations for stringsSoikk2025-12-101-2/+1
|
* Fixed receive_request and cleaning up in generalSoikk2025-12-081-13/+9
|
* Reworked worker architectureSoikk2025-12-061-93/+68
| | | | | | - 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-221-166/+59
| | | | | | | | | - 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-51/+4
| | | | module.
* Removed dir.h and added files.hSoikk2025-06-131-6/+5
|
* 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-051-35/+76
|
* some changes idkEnrique2025-03-011-33/+43
|
* Initial commitEnrique2025-01-061-0/+641