aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/lexparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Add X-Forwarded-For logging supportLaurent Bercot2023-11-171-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-081-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-301-19/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix error messageLaurent Bercot2023-10-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-271-34/+59
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Deglobal index-fileLaurent Bercot2023-10-241-42/+39
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Full custom header support, switch not made yetLaurent Bercot2023-10-241-0/+27
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More tipidee-config refactoring, headers functions are cleanLaurent Bercot2023-10-231-10/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor tipidee-config code to accommodate for headersLaurent Bercot2023-10-231-9/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-191-4/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Improved logging systemLaurent Bercot2023-10-131-3/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New logging system; not used yet in tipideedLaurent Bercot2023-10-121-9/+46
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Send CGI Content-Length even when 0Laurent Bercot2023-09-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc; unify tipidee-config exit codesLaurent Bercot2023-09-021-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More examples, some fixes, some more docLaurent Bercot2023-08-291-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix redirection with subLaurent Bercot2023-08-221-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* tipidee-config error message fixLaurent Bercot2023-08-091-4/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix arg checking in content-type and index_file directivesLaurent Bercot2023-08-091-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Initial commitLaurent Bercot2023-08-051-0/+443
Signed-off-by: Laurent Bercot <ska@appnovation.com>