aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add PATCH support, accept PUT/DELETE/PATCH on cgiLaurent Bercot2025-03-246-8/+11
* 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-228-128/+297
* 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
* Delete unused resattr.c in configLaurent Bercot2024-06-271-56/+0
* Don't use O_DIRECTORY when not needed (lol Darwin)Laurent Bercot2024-05-041-1/+1
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-252-11/+17
* Make Server: overridableLaurent Bercot2024-03-061-1/+1
* Add ls.cgi, prepare for 0.0.4.0Laurent Bercot2024-03-065-0/+197
* Remove inaccurate debug linesLaurent Bercot2024-03-061-2/+0
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-063-16/+23
* Tentatively enable docroot to be indexifiedLaurent Bercot2024-03-051-2/+2
* char is unsigned on some archsLaurent Bercot2024-02-051-1/+1
* Minor refactorsLaurent Bercot2023-12-213-6/+10
* Fix small modifier string bug.Laurent Bercot2023-12-202-3/+4
* Major refactors; implement rangesLaurent Bercot2023-12-2022-100/+372
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-157-31/+69
* Re-enable HTTP_HOST; fix xiscgiLaurent Bercot2023-12-142-2/+2
* Use wallclock time for Date header in responsesLaurent Bercot2023-12-0412-11/+84
* Don't segfault on no PROTO!Laurent Bercot2023-11-301-1/+1
* Add X-Forwarded-For logging supportLaurent Bercot2023-11-173-3/+19
* Remove obsolete Referrer-Policy default headerLaurent Bercot2023-11-161-1/+0
* 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-084-3/+9
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-074-13/+11
* Some bugfixesLaurent Bercot2023-10-314-10/+16
* Don't keep track of unneeded countLaurent Bercot2023-10-301-4/+4
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-3015-130/+228
* Fix error messageLaurent Bercot2023-10-281-1/+1
* Add more forbidden headersLaurent Bercot2023-10-281-0/+4
* Add a misspellingLaurent Bercot2023-10-271-1/+1
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-275-57/+83
* Some more fixesLaurent Bercot2023-10-264-9/+13
* Fix custom header orderingLaurent Bercot2023-10-261-11/+9
* Small build target fixLaurent Bercot2023-10-261-1/+0
* Some bugfixes, more to comeLaurent Bercot2023-10-262-7/+17
* Deglobal index-fileLaurent Bercot2023-10-243-44/+41
* support Host as HTTP/1.05Laurent Bercot2023-10-241-13/+13
* Make the switch to custom headersLaurent Bercot2023-10-2415-129/+114
* Full custom header support, switch not made yetLaurent Bercot2023-10-2411-38/+156
* More tipidee-config refactoring, headers functions are cleanLaurent Bercot2023-10-236-32/+115
* Refactor tipidee-config code to accommodate for headersLaurent Bercot2023-10-238-74/+187
* Some fixes (thanks jjk)Laurent Bercot2023-10-222-5/+5