| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add rproxy | Laurent Bercot | 2025-06-25 | 8 | -12/+179 |
| * | Prepare for 0.0.7.0; add noredirect | Laurent Bercot | 2025-06-06 | 2 | -4/+26 |
| * | Minor cgi.c optimization | Laurent Bercot | 2025-04-11 | 1 | -5/+1 |
| * | Better tarpit | Laurent Bercot | 2025-04-04 | 1 | -3/+2 |
| * | Add rudimentary tarpit support | Laurent Bercot | 2025-04-04 | 2 | -0/+7 |
| * | Make answer content-length uint64-clean | Laurent Bercot | 2025-04-02 | 2 | -8/+11 |
| * | Accept an entity body on PUT and PATCH; elaborate on autochunk | Laurent Bercot | 2025-03-25 | 1 | -2/+5 |
| * | Add PATCH support, accept PUT/DELETE/PATCH on cgi | Laurent Bercot | 2025-03-24 | 6 | -8/+11 |
| * | Respect HEAD in cgi | Laurent Bercot | 2025-03-24 | 2 | -3/+10 |
| * | After testing, this should be the good version of stream.c | Laurent Bercot | 2025-03-23 | 1 | -4/+5 |
| * | Fix several stream bugs | Laurent Bercot | 2025-03-23 | 2 | -3/+8 |
| * | Fix some bugs with stream | Laurent Bercot | 2025-03-23 | 2 | -8/+9 |
| * | Make sure to flush before stream_fixed | Laurent Bercot | 2025-03-22 | 2 | -21/+17 |
| * | Implement autochunk | Laurent Bercot | 2025-03-22 | 2 | -3/+35 |
| * | Add cgi streaming | Laurent Bercot | 2025-03-22 | 8 | -128/+297 |
| * | bugfix: use TCPLOCALPORT instead of Host: port to determine docroot | Laurent Bercot | 2025-03-12 | 1 | -1/+1 |
| * | Fix AUTH_TYPE off-by-one | Laurent Bercot | 2024-12-31 | 1 | -10/+9 |
| * | Delete unused resattr.c in config | Laurent Bercot | 2024-06-27 | 1 | -56/+0 |
| * | Don't use O_DIRECTORY when not needed (lol Darwin) | Laurent Bercot | 2024-05-04 | 1 | -1/+1 |
| * | Prepare for 0.0.5.0; accept "" as empty extension for content-type | Laurent Bercot | 2024-04-25 | 2 | -11/+17 |
| * | Make Server: overridable | Laurent Bercot | 2024-03-06 | 1 | -1/+1 |
| * | Add ls.cgi, prepare for 0.0.4.0 | Laurent Bercot | 2024-03-06 | 5 | -0/+197 |
| * | Remove inaccurate debug lines | Laurent Bercot | 2024-03-06 | 1 | -2/+0 |
| * | Fix indexification with infopath for full cgi sites | Laurent Bercot | 2024-03-06 | 3 | -16/+23 |
| * | Tentatively enable docroot to be indexified | Laurent Bercot | 2024-03-05 | 1 | -2/+2 |
| * | char is unsigned on some archs | Laurent Bercot | 2024-02-05 | 1 | -1/+1 |
| * | Minor refactors | Laurent Bercot | 2023-12-21 | 3 | -6/+10 |
| * | Fix small modifier string bug. | Laurent Bercot | 2023-12-20 | 2 | -3/+4 |
| * | Major refactors; implement ranges | Laurent Bercot | 2023-12-20 | 22 | -100/+372 |
| * | Prepare for 0.0.3.0; add XXX_no_translate | Laurent Bercot | 2023-12-15 | 7 | -31/+69 |
| * | Re-enable HTTP_HOST; fix xiscgi | Laurent Bercot | 2023-12-14 | 2 | -2/+2 |
| * | Use wallclock time for Date header in responses | Laurent Bercot | 2023-12-04 | 12 | -11/+84 |
| * | Don't segfault on no PROTO! | Laurent Bercot | 2023-11-30 | 1 | -1/+1 |
| * | Add X-Forwarded-For logging support | Laurent Bercot | 2023-11-17 | 3 | -3/+19 |
| * | Remove obsolete Referrer-Policy default header | Laurent Bercot | 2023-11-16 | 1 | -1/+0 |
| * | Don't fatal error out if unable to realpath a custom error page | Laurent Bercot | 2023-11-13 | 1 | -23/+28 |
| * | bugfix: error with nonexistent Host | Laurent Bercot | 2023-11-13 | 1 | -8/+9 |
| * | Prepare for 0.0.2.0. Add global executable_means_cgi config directive. | Laurent Bercot | 2023-11-08 | 4 | -3/+9 |
| * | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 4 | -13/+11 |
| * | Some bugfixes | Laurent Bercot | 2023-10-31 | 4 | -10/+16 |
| * | Don't keep track of unneeded count | Laurent Bercot | 2023-10-30 | 1 | -4/+4 |
| * | Revamp (and hopefully fix) resattr management | Laurent Bercot | 2023-10-30 | 15 | -130/+228 |
| * | Fix error message | Laurent Bercot | 2023-10-28 | 1 | -1/+1 |
| * | Add more forbidden headers | Laurent Bercot | 2023-10-28 | 1 | -0/+4 |
| * | Add a misspelling | Laurent Bercot | 2023-10-27 | 1 | -1/+1 |
| * | custom-headers revamp, can be removed now | Laurent Bercot | 2023-10-27 | 5 | -57/+83 |
| * | Some more fixes | Laurent Bercot | 2023-10-26 | 4 | -9/+13 |
| * | Fix custom header ordering | Laurent Bercot | 2023-10-26 | 1 | -11/+9 |
| * | Small build target fix | Laurent Bercot | 2023-10-26 | 1 | -1/+0 |
| * | Some bugfixes, more to come | Laurent Bercot | 2023-10-26 | 2 | -7/+17 |
