aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add cgi_pass_authorizationHEADmainLaurent Bercot22 hours4-1/+6
|
* Implement fastcgi, except the protocol itselfLaurent Bercot39 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
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add tipidee-logaggregate, update depsLaurent Bercot2025-08-192-0/+448
|
* Add default Referrer-Policy header (same-origin)Laurent Bercot2025-07-181-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rproxyLaurent Bercot2025-06-258-12/+179
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.7.0; add noredirectLaurent Bercot2025-06-062-4/+26
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Minor cgi.c optimizationLaurent Bercot2025-04-111-5/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better tarpitLaurent Bercot2025-04-041-3/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rudimentary tarpit supportLaurent Bercot2025-04-042-0/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make answer content-length uint64-cleanLaurent Bercot2025-04-022-8/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Accept an entity body on PUT and PATCH; elaborate on autochunkLaurent Bercot2025-03-251-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add PATCH support, accept PUT/DELETE/PATCH on cgiLaurent Bercot2025-03-246-8/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Respect HEAD in cgiLaurent Bercot2025-03-242-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* After testing, this should be the good version of stream.cLaurent Bercot2025-03-231-4/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix several stream bugsLaurent Bercot2025-03-232-3/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix some bugs with streamLaurent Bercot2025-03-232-8/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make sure to flush before stream_fixedLaurent Bercot2025-03-222-21/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement autochunkLaurent Bercot2025-03-222-3/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add cgi streamingLaurent Bercot2025-03-228-128/+297
| | | | | | | WILDLY UNTESTED, don't use this commit, probably. Also, autochunk hasn't been implemented yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: use TCPLOCALPORT instead of Host: port to determine docrootLaurent Bercot2025-03-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix AUTH_TYPE off-by-oneLaurent Bercot2024-12-311-10/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Delete unused resattr.c in configLaurent Bercot2024-06-271-56/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't use O_DIRECTORY when not needed (lol Darwin)Laurent Bercot2024-05-041-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-252-11/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make Server: overridableLaurent Bercot2024-03-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add ls.cgi, prepare for 0.0.4.0Laurent Bercot2024-03-065-0/+197
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove inaccurate debug linesLaurent Bercot2024-03-061-2/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-063-16/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentatively enable docroot to be indexifiedLaurent Bercot2024-03-051-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* char is unsigned on some archsLaurent Bercot2024-02-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Minor refactorsLaurent Bercot2023-12-213-6/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix small modifier string bug.Laurent Bercot2023-12-202-3/+4
| | | | | | Build with new skalibs to avoid env_merge() problems. Signed-off-by: Laurent Bercot <ska@appnovation.com>