aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed/tipideed.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-081-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-071-5/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-301-47/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Deglobal index-fileLaurent Bercot2023-10-241-1/+1
| | | | 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-241-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Full custom header support, switch not made yetLaurent Bercot2023-10-241-25/+33
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-191-10/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add infrastructure for custom error filesLaurent Bercot2023-10-181-51/+55
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Improved logging systemLaurent Bercot2023-10-131-61/+63
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some fixes, preparation for changes in error responsesLaurent Bercot2023-10-061-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some fixes; new SERVER_NAME source; prepare for more configLaurent Bercot2023-09-301-38/+53
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* transfer codings are case insensitive tooLaurent Bercot2023-09-231-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Connection: values are case-insensitiveLaurent Bercot2023-09-221-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't accept HTTP/1.2Laurent Bercot2023-09-221-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make /etc configurable; fix some bugsLaurent Bercot2023-09-221-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixesLaurent Bercot2023-09-211-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Force redirect for incomplete directoriesLaurent Bercot2023-09-211-2/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc, complete?Laurent Bercot2023-09-211-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement If-Modified-SinceLaurent Bercot2023-09-211-4/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc, more fixesLaurent Bercot2023-09-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc templatesLaurent Bercot2023-08-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More examples, some fixes, some more docLaurent Bercot2023-08-291-1/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Bound 3xx response, clean up TCPCONNNUM, fix body readingLaurent Bercot2023-08-231-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix redirection lookupLaurent Bercot2023-08-221-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Initial commitLaurent Bercot2023-08-051-0/+514
Signed-off-by: Laurent Bercot <ska@appnovation.com>