aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed
Commit message (Expand)AuthorAgeFilesLines
* Accept an entity body on PUT and PATCH; elaborate on autochunkLaurent Bercot2025-03-251-2/+5
* Add PATCH support, accept PUT/DELETE/PATCH on cgiLaurent Bercot2025-03-244-8/+9
* Respect HEAD in cgiLaurent Bercot2025-03-242-3/+10
* After testing, this should be the good version of stream.cLaurent Bercot2025-03-231-4/+5
* Fix several stream bugsLaurent Bercot2025-03-232-3/+8
* Fix some bugs with streamLaurent Bercot2025-03-232-8/+9
* Make sure to flush before stream_fixedLaurent Bercot2025-03-222-21/+17
* Implement autochunkLaurent Bercot2025-03-222-3/+35
* Add cgi streamingLaurent Bercot2025-03-224-126/+281
* bugfix: use TCPLOCALPORT instead of Host: port to determine docrootLaurent Bercot2025-03-121-1/+1
* Fix AUTH_TYPE off-by-oneLaurent Bercot2024-12-311-10/+9
* Remove inaccurate debug linesLaurent Bercot2024-03-061-2/+0
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-062-15/+22
* Tentatively enable docroot to be indexifiedLaurent Bercot2024-03-051-2/+2
* Minor refactorsLaurent Bercot2023-12-213-6/+10
* Fix small modifier string bug.Laurent Bercot2023-12-202-3/+4
* Major refactors; implement rangesLaurent Bercot2023-12-208-60/+209
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-155-31/+67
* Re-enable HTTP_HOST; fix xiscgiLaurent Bercot2023-12-141-1/+1
* Use wallclock time for Date header in responsesLaurent Bercot2023-12-045-11/+11
* Don't segfault on no PROTO!Laurent Bercot2023-11-301-1/+1
* Don't fatal error out if unable to realpath a custom error pageLaurent Bercot2023-11-131-23/+28
* bugfix: error with nonexistent HostLaurent Bercot2023-11-131-8/+9
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-082-1/+5
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-073-12/+10
* Some bugfixesLaurent Bercot2023-10-312-3/+8
* Don't keep track of unneeded countLaurent Bercot2023-10-301-4/+4
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-302-49/+8
* Some more fixesLaurent Bercot2023-10-262-2/+5
* Small build target fixLaurent Bercot2023-10-261-1/+0
* Some bugfixes, more to comeLaurent Bercot2023-10-261-1/+1
* Deglobal index-fileLaurent Bercot2023-10-241-1/+1
* support Host as HTTP/1.05Laurent Bercot2023-10-241-13/+13
* Make the switch to custom headersLaurent Bercot2023-10-247-47/+25
* Full custom header support, switch not made yetLaurent Bercot2023-10-242-25/+35
* Some fixes (thanks jjk)Laurent Bercot2023-10-221-4/+4
* Stop directory traversal attacks in custom response filesLaurent Bercot2023-10-191-9/+9
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-192-15/+29
* Add infrastructure for custom error filesLaurent Bercot2023-10-185-188/+232
* Improved logging systemLaurent Bercot2023-10-1310-220/+135
* Some fixes, preparation for changes in error responsesLaurent Bercot2023-10-062-2/+7
* Some fixes; new SERVER_NAME source; prepare for more configLaurent Bercot2023-09-303-45/+63
* Send CGI Content-Length even when 0Laurent Bercot2023-09-291-9/+6
* Only check Location for 301, 302, 307 and 308Laurent Bercot2023-09-231-2/+2
* transfer codings are case insensitive tooLaurent Bercot2023-09-231-1/+1
* Better loggingLaurent Bercot2023-09-235-6/+13
* Connection: values are case-insensitiveLaurent Bercot2023-09-221-2/+4
* Don't accept HTTP/1.2Laurent Bercot2023-09-221-1/+1
* Make /etc configurable; fix some bugsLaurent Bercot2023-09-222-18/+19
* Some bugfixesLaurent Bercot2023-09-211-3/+10