| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add cgi streaming | Laurent Bercot | 2025-03-22 | 8 | -128/+297 |
| | | | | | | | | WILDLY UNTESTED, don't use this commit, probably. Also, autochunk hasn't been implemented yet. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: use TCPLOCALPORT instead of Host: port to determine docroot | Laurent Bercot | 2025-03-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix AUTH_TYPE off-by-one | Laurent Bercot | 2024-12-31 | 1 | -10/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Delete unused resattr.c in config | Laurent Bercot | 2024-06-27 | 1 | -56/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't use O_DIRECTORY when not needed (lol Darwin) | Laurent Bercot | 2024-05-04 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.5.0; accept "" as empty extension for content-type | Laurent Bercot | 2024-04-25 | 2 | -11/+17 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make Server: overridable | Laurent Bercot | 2024-03-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add ls.cgi, prepare for 0.0.4.0 | Laurent Bercot | 2024-03-06 | 5 | -0/+197 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Remove inaccurate debug lines | Laurent Bercot | 2024-03-06 | 1 | -2/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix indexification with infopath for full cgi sites | Laurent Bercot | 2024-03-06 | 3 | -16/+23 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Tentatively enable docroot to be indexified | Laurent Bercot | 2024-03-05 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | char is unsigned on some archs | Laurent Bercot | 2024-02-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Minor refactors | Laurent Bercot | 2023-12-21 | 3 | -6/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix small modifier string bug. | Laurent Bercot | 2023-12-20 | 2 | -3/+4 |
| | | | | | | | Build with new skalibs to avoid env_merge() problems. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Major refactors; implement ranges | Laurent Bercot | 2023-12-20 | 22 | -100/+372 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.3.0; add XXX_no_translate | Laurent Bercot | 2023-12-15 | 7 | -31/+69 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Re-enable HTTP_HOST; fix xiscgi | Laurent Bercot | 2023-12-14 | 2 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Use wallclock time for Date header in responses | Laurent Bercot | 2023-12-04 | 12 | -11/+84 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't segfault on no PROTO! | Laurent Bercot | 2023-11-30 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add X-Forwarded-For logging support | Laurent Bercot | 2023-11-17 | 3 | -3/+19 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Remove obsolete Referrer-Policy default header | Laurent Bercot | 2023-11-16 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't fatal error out if unable to realpath a custom error page | Laurent Bercot | 2023-11-13 | 1 | -23/+28 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: error with nonexistent Host | Laurent Bercot | 2023-11-13 | 1 | -8/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.2.0. Add global executable_means_cgi config directive. | Laurent Bercot | 2023-11-08 | 4 | -3/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 4 | -13/+11 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some bugfixes | Laurent Bercot | 2023-10-31 | 4 | -10/+16 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't keep track of unneeded count | Laurent Bercot | 2023-10-30 | 1 | -4/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Revamp (and hopefully fix) resattr management | Laurent Bercot | 2023-10-30 | 15 | -130/+228 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix error message | Laurent Bercot | 2023-10-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add more forbidden headers | Laurent Bercot | 2023-10-28 | 1 | -0/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add a misspelling | Laurent Bercot | 2023-10-27 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | custom-headers revamp, can be removed now | Laurent Bercot | 2023-10-27 | 5 | -57/+83 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some more fixes | Laurent Bercot | 2023-10-26 | 4 | -9/+13 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix custom header ordering | Laurent Bercot | 2023-10-26 | 1 | -11/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Small build target fix | Laurent Bercot | 2023-10-26 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some bugfixes, more to come | Laurent Bercot | 2023-10-26 | 2 | -7/+17 |
| | | | | | | | Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Deglobal index-file | Laurent Bercot | 2023-10-24 | 3 | -44/+41 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | support Host as HTTP/1.05 | Laurent Bercot | 2023-10-24 | 1 | -13/+13 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make the switch to custom headers | Laurent Bercot | 2023-10-24 | 15 | -129/+114 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Full custom header support, switch not made yet | Laurent Bercot | 2023-10-24 | 11 | -38/+156 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More tipidee-config refactoring, headers functions are clean | Laurent Bercot | 2023-10-23 | 6 | -32/+115 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Refactor tipidee-config code to accommodate for headers | Laurent Bercot | 2023-10-23 | 8 | -74/+187 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some fixes (thanks jjk) | Laurent Bercot | 2023-10-22 | 2 | -5/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Stop directory traversal attacks in custom response files | Laurent Bercot | 2023-10-19 | 1 | -9/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix custom response, get rid of secondary static stralloc | Laurent Bercot | 2023-10-19 | 4 | -19/+66 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add infrastructure for custom error files | Laurent Bercot | 2023-10-18 | 18 | -253/+356 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | And fewer useless deps | Laurent Bercot | 2023-10-13 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | With fewer bugs | Laurent Bercot | 2023-10-13 | 4 | -12/+7 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Improved logging system | Laurent Bercot | 2023-10-13 | 21 | -289/+181 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | A very important change | Laurent Bercot | 2023-10-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
