aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-228-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 docrootLaurent Bercot2025-03-121-1/+1
| | | | 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>
* Delete unused resattr.c in configLaurent Bercot2024-06-271-56/+0
| | | | 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>
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-252-11/+17
| | | | 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-065-0/+197
| | | | 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>
* 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-2022-100/+372
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-157-31/+69
| | | | 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-0412-11/+84
| | | | 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>
* 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>
* Don't fatal error out if unable to realpath a custom error pageLaurent Bercot2023-11-131-23/+28
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: error with nonexistent HostLaurent Bercot2023-11-131-8/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-084-3/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-074-13/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixesLaurent Bercot2023-10-314-10/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't keep track of unneeded countLaurent Bercot2023-10-301-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-3015-130/+228
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix error messageLaurent Bercot2023-10-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add more forbidden headersLaurent Bercot2023-10-281-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add a misspellingLaurent Bercot2023-10-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-275-57/+83
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some more fixesLaurent Bercot2023-10-264-9/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix custom header orderingLaurent Bercot2023-10-261-11/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Small build target fixLaurent Bercot2023-10-261-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixes, more to comeLaurent Bercot2023-10-262-7/+17
| | | | | | Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Deglobal index-fileLaurent Bercot2023-10-243-44/+41
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* support Host as HTTP/1.05Laurent Bercot2023-10-241-13/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make the switch to custom headersLaurent Bercot2023-10-2415-129/+114
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Full custom header support, switch not made yetLaurent Bercot2023-10-2411-38/+156
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More tipidee-config refactoring, headers functions are cleanLaurent Bercot2023-10-236-32/+115
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor tipidee-config code to accommodate for headersLaurent Bercot2023-10-238-74/+187
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some fixes (thanks jjk)Laurent Bercot2023-10-222-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>