about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* version: 0.0.5.1 v0.0.5.1 mainLaurent 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.0 v0.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.0 v0.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.0 v0.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.0 v0.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>
* 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-089-7/+44
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-078-15/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc fixesLaurent Bercot2023-11-071-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some doc fixesLaurent Bercot2023-11-072-7/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-11-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Actually, tipidee's not in beta anymoreLaurent Bercot2023-11-064-9/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.1.0 v0.0.1.0Laurent Bercot2023-11-061-1/+0
| | | | 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-3016-136/+237
| | | | 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>
* Fix example tipidee.confLaurent Bercot2023-10-271-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add a misspellingLaurent Bercot2023-10-272-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-276-65/+101
| | | | 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-263-3/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixes, more to comeLaurent Bercot2023-10-264-8/+21
| | | | | | Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com>