aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More build fixesLaurent Bercot2025-04-293-8/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Latest batch of fixesLaurent Bercot2025-04-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Move to new system, support pkg-configLaurent Bercot2025-04-2826-90/+942
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Minor cgi.c optimizationLaurent Bercot2025-04-111-5/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document tarpittingLaurent Bercot2025-04-061-0/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better tarpitLaurent Bercot2025-04-041-3/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rudimentary tarpit supportLaurent Bercot2025-04-042-0/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make answer content-length uint64-cleanLaurent Bercot2025-04-022-8/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Accept an entity body on PUT and PATCH; elaborate on autochunkLaurent Bercot2025-03-252-4/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add PATCH support, accept PUT/DELETE/PATCH on cgiLaurent Bercot2025-03-246-8/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Respect HEAD in cgiLaurent Bercot2025-03-242-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove spurious IFS modification in configureLaurent Bercot2025-03-241-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* After testing, this should be the good version of stream.cLaurent Bercot2025-03-231-4/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix several stream bugsLaurent Bercot2025-03-232-3/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix some bugs with streamLaurent Bercot2025-03-232-8/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make sure to flush before stream_fixedLaurent Bercot2025-03-222-21/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement autochunkLaurent Bercot2025-03-222-3/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add cgi streamingLaurent Bercot2025-03-2214-137/+346
| | | | | | | 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 docrootLaurent Bercot2025-03-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.2Laurent Bercot2025-01-036-3/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix AUTH_TYPE off-by-oneLaurent Bercot2024-12-311-10/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.5.1v0.0.5.1Laurent Bercot2024-10-092-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.1; install static libraries in /usr/lib by defaultLaurent Bercot2024-09-236-19/+27
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Delete unused resattr.c in configLaurent Bercot2024-06-271-56/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.5.0v0.0.5.0Laurent Bercot2024-06-071-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't use O_DIRECTORY when not needed (lol Darwin)Laurent Bercot2024-05-041-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2024-04-273-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix examplesLaurent Bercot2024-04-259-9/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-258-15/+36
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.4.0v0.0.4.0Laurent Bercot2024-04-151-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mode for ls.cgiLaurent Bercot2024-04-021-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make Server: overridableLaurent Bercot2024-03-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add ls.cgi, prepare for 0.0.4.0Laurent Bercot2024-03-0614-12/+304
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove inaccurate debug linesLaurent Bercot2024-03-061-2/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-063-16/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentatively enable docroot to be indexifiedLaurent Bercot2024-03-051-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* char is unsigned on some archsLaurent Bercot2024-02-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.3.0v0.0.3.0Laurent Bercot2023-12-211-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Minor refactorsLaurent Bercot2023-12-213-6/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix small modifier string bug.Laurent Bercot2023-12-202-3/+4
| | | | | | Build with new skalibs to avoid env_merge() problems. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Major refactors; implement rangesLaurent Bercot2023-12-2024-123/+384
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-1513-38/+118
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Re-enable HTTP_HOST; fix xiscgiLaurent Bercot2023-12-142-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Use wallclock time for Date header in responsesLaurent Bercot2023-12-0413-15/+93
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't segfault on no PROTO!Laurent Bercot2023-11-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-11-202-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.2.0v0.0.2.0Laurent Bercot2023-11-204-5/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document log x-forwarded-forLaurent Bercot2023-11-171-0/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add X-Forwarded-For logging supportLaurent Bercot2023-11-173-3/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove obsolete Referrer-Policy default headerLaurent Bercot2023-11-161-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>