| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | handler.c: Fix dangling pointer on failed strdup(3) | Xavier Del Campo Romero | 2026-02-12 | 1 | -1/+2 |
| * | Add HTTP op and resource to length callback | Xavier Del Campo Romero | 2026-02-12 | 1 | -5/+5 |
| * | handler.c: Do not call free callback on failed payload | Xavier Del Campo Romero | 2026-01-31 | 1 | -0/+3 |
| * | Implement HTTP chunk encoding | Xavier Del Campo Romero | 2025-10-08 | 1 | -5/+5 |
| * | Allow custom backlog connections | Xavier Del Campo Romero | 2025-10-06 | 1 | -1/+1 |
| * | Fix design issues with async responses, add async example | Xavier Del Campo Romero | 2025-10-06 | 1 | -7/+26 |
| * | Implement async HTTP responses | Xavier Del Campo Romero | 2025-09-24 | 1 | -1/+14 |
| * | handler.c: Do not printf when exiting | Xavier Del Campo Romero | 2024-08-25 | 1 | -3/+0 |
| * | Move signal handling to processes | Xavier Del Campo Romero | 2024-08-22 | 1 | -0/+5 |
| * | Limit maximum multipart/form-data pairs and files | Xavier Del Campo Romero | 2024-02-19 | 1 | -1/+2 |
| * | Merge pull request 'Fix double-free on failed `server_client_close`' (#2) fro... | xavi | 2023-11-20 | 1 | -5/+2 |
| |\ | |||||
| | * | Fix double-free on failed server_client_close | Xavier Del Campo | 2023-11-20 | 1 | -5/+2 |
| * | | Split handler_loop from handler_listen | Xavier Del Campo | 2023-11-20 | 1 | -2/+8 |
| |/ | |||||
| * | Send HTTP headers to payload callback | Xavier Del Campo Romero | 2023-11-18 | 1 | -1/+2 |
| * | Rename project from slweb to libwebv0.1.0-rc3 | Xavier Del Campo Romero | 2023-10-11 | 1 | -4/+4 |
| * | handler: Define port as unsigned short | Xavier Del Campo Romero | 2023-09-07 | 1 | -1/+1 |
| * | Move header files to subdirectory | Xavier Del Campo Romero | 2023-07-21 | 1 | -4/+4 |
| * | wildcard_cmp: Allow case-insensitive searches | Xavier Del Campo Romero | 2023-07-20 | 1 | -1/+1 |
| * | Split wildcard_cmp into its own component | Xavier Del Campo Romero | 2023-07-20 | 1 | -42/+1 |
| * | Replace select(2) with poll(2) | Xavier Del Campo Romero | 2023-07-20 | 1 | -2/+2 |
| * | Define _POSIX_C_SOURCE | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+2 |
| * | Send response on quota exceeded | Xavier Del Campo Romero | 2023-07-20 | 1 | -2/+3 |
| * | Implement user quota | Xavier Del Campo Romero | 2023-07-20 | 1 | -18/+30 |
| * | Perform some minor optimizations | Xavier Del Campo Romero | 2023-07-20 | 1 | -3/+2 |
| * | Fix memory leak on failed realloc(3) | Xavier Del Campo Romero | 2023-07-20 | 1 | -10/+16 |
| * | Initial commit | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+336 |
