aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed/tipideed.c
Commit message (Expand)AuthorAgeFilesLines
* Add cgi_pass_authorizationHEADmainLaurent Bercot23 hours1-0/+1
* Implement fastcgi, except the protocol itselfLaurent Bercot39 hours1-6/+8
* Ignore Host: including for port information when absolute-formLaurent Bercot2026-05-271-7/+3
* Fix priority between Request-Line and HostLaurent Bercot2026-05-271-8/+12
* set/clear Nagle depending on realtime onlyLaurent Bercot2025-08-291-0/+4
* Add rproxyLaurent Bercot2025-06-251-2/+3
* Better tarpitLaurent Bercot2025-04-041-3/+2
* Add rudimentary tarpit supportLaurent Bercot2025-04-041-0/+5
* 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-241-4/+5
* Respect HEAD in cgiLaurent Bercot2025-03-241-1/+3
* bugfix: use TCPLOCALPORT instead of Host: port to determine docrootLaurent Bercot2025-03-121-1/+1
* Remove inaccurate debug linesLaurent Bercot2024-03-061-2/+0
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-061-13/+20
* Tentatively enable docroot to be indexifiedLaurent Bercot2024-03-051-2/+2
* Minor refactorsLaurent Bercot2023-12-211-1/+1
* Fix small modifier string bug.Laurent Bercot2023-12-201-3/+3
* Major refactors; implement rangesLaurent Bercot2023-12-201-1/+15
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-151-7/+11
* Don't segfault on no PROTO!Laurent Bercot2023-11-301-1/+1
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-081-0/+2
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-071-5/+3
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-301-47/+5
* 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-241-3/+3
* Full custom header support, switch not made yetLaurent Bercot2023-10-241-25/+33
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-191-10/+9
* Add infrastructure for custom error filesLaurent Bercot2023-10-181-51/+55
* Improved logging systemLaurent Bercot2023-10-131-61/+63
* Some fixes, preparation for changes in error responsesLaurent Bercot2023-10-061-2/+2
* Some fixes; new SERVER_NAME source; prepare for more configLaurent Bercot2023-09-301-38/+53
* transfer codings are case insensitive tooLaurent Bercot2023-09-231-1/+1
* 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-221-1/+1
* Some bugfixesLaurent Bercot2023-09-211-3/+10
* Force redirect for incomplete directoriesLaurent Bercot2023-09-211-2/+21
* More doc, complete?Laurent Bercot2023-09-211-2/+2
* Implement If-Modified-SinceLaurent Bercot2023-09-211-4/+15
* More doc, more fixesLaurent Bercot2023-09-201-1/+1
* Doc templatesLaurent Bercot2023-08-291-1/+1
* More examples, some fixes, some more docLaurent Bercot2023-08-291-1/+5
* Bound 3xx response, clean up TCPCONNNUM, fix body readingLaurent Bercot2023-08-231-1/+3
* Fix redirection lookupLaurent Bercot2023-08-221-1/+1
* Initial commitLaurent Bercot2023-08-051-0/+514