| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | First debug session | Laurent Bercot | 10 days | 1 | -16/+21 |
| | | |||||
| * | Implement FastCGI, initial version | Laurent Bercot | 12 days | 6 | -124/+424 |
| | | |||||
| * | Add cgi_pass_authorization | Laurent Bercot | 2026-06-26 | 3 | -1/+5 |
| | | |||||
| * | Implement fastcgi, except the protocol itself | Laurent Bercot | 2026-06-25 | 6 | -15/+86 |
| | | |||||
| * | Ignore Host: including for port information when absolute-form | Laurent Bercot | 2026-05-27 | 1 | -7/+3 |
| | | |||||
| * | Fix priority between Request-Line and Host | Laurent Bercot | 2026-05-27 | 1 | -8/+12 |
| | | |||||
| * | CGI spec says QUERY_STRING must always be defined | Laurent Bercot | 2025-12-30 | 1 | -2/+1 |
| | | |||||
| * | Fix Solaris build | Laurent Bercot | 2025-10-23 | 1 | -0/+3 |
| | | |||||
| * | Move string cmp operations to skalibs. Add cgit-nollmcrawler. | Laurent Bercot | 2025-10-09 | 2 | -3/+3 |
| | | |||||
| * | Use corking for regular as well | Laurent Bercot | 2025-08-29 | 1 | -1/+4 |
| | | |||||
| * | set/clear Nagle depending on realtime only | Laurent Bercot | 2025-08-29 | 2 | -2/+4 |
| | | |||||
| * | Add realtime and norealtime options, cork/uncork responses | Laurent Bercot | 2025-08-29 | 6 | -32/+65 |
| | | |||||
| * | Uncork when a stream_infinite() ends | Laurent Bercot | 2025-08-29 | 1 | -0/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add rproxy | Laurent Bercot | 2025-06-25 | 5 | -5/+110 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Minor cgi.c optimization | Laurent Bercot | 2025-04-11 | 1 | -5/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Better tarpit | Laurent Bercot | 2025-04-04 | 1 | -3/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add rudimentary tarpit support | Laurent Bercot | 2025-04-04 | 2 | -0/+7 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make answer content-length uint64-clean | Laurent Bercot | 2025-04-02 | 2 | -8/+11 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Accept an entity body on PUT and PATCH; elaborate on autochunk | Laurent Bercot | 2025-03-25 | 1 | -2/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add PATCH support, accept PUT/DELETE/PATCH on cgi | Laurent Bercot | 2025-03-24 | 4 | -8/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Respect HEAD in cgi | Laurent Bercot | 2025-03-24 | 2 | -3/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | After testing, this should be the good version of stream.c | Laurent Bercot | 2025-03-23 | 1 | -4/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix several stream bugs | Laurent Bercot | 2025-03-23 | 2 | -3/+8 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix some bugs with stream | Laurent Bercot | 2025-03-23 | 2 | -8/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make sure to flush before stream_fixed | Laurent Bercot | 2025-03-22 | 2 | -21/+17 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Implement autochunk | Laurent Bercot | 2025-03-22 | 2 | -3/+35 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add cgi streaming | Laurent Bercot | 2025-03-22 | 4 | -126/+281 |
| | | | | | | | | 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> | ||||
| * | 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 | 2 | -15/+22 |
| | | | | | 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> | ||||
| * | 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 | 8 | -60/+209 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.3.0; add XXX_no_translate | Laurent Bercot | 2023-12-15 | 5 | -31/+67 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Re-enable HTTP_HOST; fix xiscgi | Laurent Bercot | 2023-12-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Use wallclock time for Date header in responses | Laurent Bercot | 2023-12-04 | 5 | -11/+11 |
| | | | | | 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> | ||||
| * | 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 | 2 | -1/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 3 | -12/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some bugfixes | Laurent Bercot | 2023-10-31 | 2 | -3/+8 |
| | | | | | 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 | 2 | -49/+8 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some more fixes | Laurent Bercot | 2023-10-26 | 2 | -2/+5 |
| | | | | | 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 | 1 | -1/+1 |
| | | | | | | | Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Deglobal index-file | Laurent Bercot | 2023-10-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
