summaryrefslogtreecommitdiff
path: root/userland/httpd
AgeCommit message (Expand)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
2024-10-17httpd: Bug fix close unused file descriptorAnton Kling
2024-10-16httpd: Bug fix for not handling error code 400 properlyAnton Kling
2024-10-14httpd: Add /index.html support and better error handlingAnton Kling
2024-10-14libc: Copy string views to preallocated buffersAnton Kling
2024-10-14httpd: Add a simple http serverAnton Kling