aboutsummaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* fix: harden HTTP request and response parsingHEADmasterindevfrosty2026-08-161-25/+105
* fix: isolate cookie state between requestsfrosty2026-08-151-0/+2
* fix: harden socket I/Ofrosty2026-08-151-19/+39
* fix: fixed header buffer boundary checkfrosty2026-08-111-1/+1
* feat: complete logging overhaulfrosty2026-08-111-228/+277
* fix: centralise empty HTTP status responsesfrosty2026-08-081-6/+3
* fix: remove redundant code in server.c and routing.c, oopsfrosty2026-08-081-1/+0
* feat: added beaker_get_header, beaker_get_remote_addrfrosty2026-05-031-2/+55
* Fix client socket handling on macOSElse2026-04-101-2/+19
* perf: replace blocking accept and mutex queue with poll + lock-free hybridfrosty2026-03-311-56/+87
* fixed compatibility issues, cross platform solution used for core count instead.frosty2026-03-071-3/+4
* multithreading, minor fixesfrosty2026-03-051-18/+159
* Improved FreeBSD Supportfrosty2026-01-081-6/+15
* Migrated from GitHubfrosty2025-12-281-0/+181