aboutsummaryrefslogtreecommitdiff
path: root/modules/httpd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Automate checking the SYSTEM_* environment variables.Gravatar Sadie Powell2026-05-131-12/+2
|
* Migrate the httpd module from http_parser to llhttp/yuarel.Gravatar Sadie Powell2026-05-131-81/+89
| | | | | The http_parser library is eol and we've been using a Debian fork with security patches but its time to move on.
* Remove the remaining function in utility/string to utility/container.Gravatar Sadie Powell2026-04-301-1/+1
|
* Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-301-1/+1
|
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-3/+9
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-5/+5
|
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-6/+5
|
* Move the event/ prefix of events to the parent class.Gravatar Sadie Powell2026-03-021-2/+2
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-131-1/+8
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-2/+2
|
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-2/+2
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+471