aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add cgi_pass_authorizationHEADmainLaurent Bercot21 hours4-1/+6
* Implement fastcgi, except the protocol itselfLaurent Bercot37 hours11-148/+283
* Fix parsing of autochunk and realtime in configLaurent Bercot7 days1-1/+1
* 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
* adding the terminating \0 should be a part of the sarealpath() lineLaurent Bercot2026-05-231-2/+1
* Fix regcomp/regexec invocation in cgiwrapper-nollmcrawlerfcgiLaurent Bercot2026-05-211-2/+2
* Add tipidee/fcgi.hLaurent Bercot2026-05-2116-0/+299
* URIs containing %00 are invalidLaurent Bercot2026-01-011-0/+1
* Signal handlers must save/restore errnoLaurent Bercot2026-01-011-1/+3
* CGI spec says QUERY_STRING must always be definedLaurent Bercot2025-12-301-2/+1
* cgiwrapper-nollmcrawler: check white/blacklists for reading, not writingLaurent Bercot2025-12-241-2/+2
* Document tipidee-logaggregate and cgiwrapper-nollmcrawlerLaurent Bercot2025-12-232-2/+3
* Fix Solaris buildLaurent Bercot2025-10-231-0/+3
* Rename to, and improve, cgiwrapper-nollmcrawlerLaurent Bercot2025-10-232-5/+8
* Move string cmp operations to skalibs. Add cgit-nollmcrawler.Laurent Bercot2025-10-098-33/+154
* Use corking for regular as wellLaurent Bercot2025-08-291-1/+4
* set/clear Nagle depending on realtime onlyLaurent Bercot2025-08-292-2/+4
* Add realtime and norealtime options, cork/uncork responsesLaurent Bercot2025-08-298-34/+78
* Uncork when a stream_infinite() endsLaurent Bercot2025-08-291-0/+10
* Add tipidee-logaggregate, update depsLaurent Bercot2025-08-192-0/+448
* Add default Referrer-Policy header (same-origin)Laurent Bercot2025-07-181-0/+1
* Add rproxyLaurent Bercot2025-06-258-12/+179
* Prepare for 0.0.7.0; add noredirectLaurent Bercot2025-06-062-4/+26
* Minor cgi.c optimizationLaurent Bercot2025-04-111-5/+1
* Better tarpitLaurent Bercot2025-04-041-3/+2
* Add rudimentary tarpit supportLaurent Bercot2025-04-042-0/+7
* Make answer content-length uint64-cleanLaurent Bercot2025-04-022-8/+11
* 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-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