summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-06-27 Delete unused resattr.c in configHEADmainLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-05-04 Don't use O_DIRECTORY when not needed (lol Darwin)Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-04-25 Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-03-06 Make Server: overridableLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-03-06 Add ls.cgi, prepare for 0.0.4.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-03-06 Remove inaccurate debug linesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-03-06 Fix indexification with infopath for full cgi sitesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-03-05 Tentatively enable docroot to be indexifiedLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-02-05 char is unsigned on some archsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-21 Minor refactorsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-20 Fix small modifier string bug.Laurent Bercot
Build with new skalibs to avoid env_merge() problems. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-20 Major refactors; implement rangesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-15 Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-14 Re-enable HTTP_HOST; fix xiscgiLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-04 Use wallclock time for Date header in responsesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-30 Don't segfault on no PROTO!Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-17 Add X-Forwarded-For logging supportLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-16 Remove obsolete Referrer-Policy default headerLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-13 Don't fatal error out if unable to realpath a custom error pageLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-13 bugfix: error with nonexistent HostLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-08 Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-07 Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-31 Some bugfixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-30 Don't keep track of unneeded countLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-30 Revamp (and hopefully fix) resattr managementLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-28 Fix error messageLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-28 Add more forbidden headersLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-27 Add a misspellingLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-27 custom-headers revamp, can be removed nowLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-26 Some more fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-26 Fix custom header orderingLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-26 Small build target fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-26 Some bugfixes, more to comeLaurent Bercot
Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-24 Deglobal index-fileLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-24 support Host as HTTP/1.05Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-24 Make the switch to custom headersLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-24 Full custom header support, switch not made yetLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-23 More tipidee-config refactoring, headers functions are cleanLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-23 Refactor tipidee-config code to accommodate for headersLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-22 Some fixes (thanks jjk)Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-19 Stop directory traversal attacks in custom response filesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-19 Fix custom response, get rid of secondary static strallocLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-18 Add infrastructure for custom error filesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-13 And fewer useless depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-13 With fewer bugsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-13 Improved logging systemLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-13 A very important changeLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-12 New logging system; not used yet in tipideedLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-12 Add host_as_prefix logging for request/resource/answerLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-10-10 Add new logging functions, change method_conv for bsearchLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>