aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sometimes, memmove is unavoidable.Laurent Bercot2023-09-231-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Activate debug again in tipidee_headers_parseLaurent Bercot2023-09-231-4/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document HTTP/1.0 docroot, credit hummLaurent Bercot2023-09-222-0/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Connection: values are case-insensitiveLaurent Bercot2023-09-222-3/+5
| | | | 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-226-23/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixesLaurent Bercot2023-09-214-19/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-09-212-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Force redirect for incomplete directoriesLaurent Bercot2023-09-212-3/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Nope, it's nonposix.h definitelyLaurent Bercot2023-09-211-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some portability fixesLaurent Bercot2023-09-213-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* A few fixesLaurent Bercot2023-09-212-5/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add more default content-typesLaurent Bercot2023-09-211-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc, complete?Laurent Bercot2023-09-2110-20/+405
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement If-Modified-SinceLaurent Bercot2023-09-2115-38/+149
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More docLaurent Bercot2023-09-201-6/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc, more fixesLaurent Bercot2023-09-205-29/+206
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add some QoL and some more logging to cgi, fix small bugsLaurent Bercot2023-09-201-6/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-092-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc; unify tipidee-config exit codesLaurent Bercot2023-09-029-23/+177
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2023-08-291-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc templatesLaurent Bercot2023-08-294-1/+178
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More docLaurent Bercot2023-08-293-6/+613
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More examples, some fixes, some more docLaurent Bercot2023-08-2925-100/+178
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add some docLaurent Bercot2023-08-2339-7/+297
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Bound 3xx response, clean up TCPCONNNUM, fix body readingLaurent Bercot2023-08-232-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Respond 403 on EACCESLaurent Bercot2023-08-221-1/+8
| | | | 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>
* Fix redirection lookupLaurent Bercot2023-08-223-18/+37
| | | | 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-092-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* glibc declares setgroups() in grp.hLaurent Bercot2023-08-082-1/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Mark as alphaLaurent Bercot2023-08-051-0/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Initial commitLaurent Bercot2023-08-0576-0/+5373
Signed-off-by: Laurent Bercot <ska@appnovation.com>