aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed
Commit message (Expand)AuthorAgeFilesLines
* CGI spec says QUERY_STRING must always be definedLaurent Bercot2025-12-301-2/+1
* Fix Solaris buildLaurent Bercot2025-10-231-0/+3
* Move string cmp operations to skalibs. Add cgit-nollmcrawler.Laurent Bercot2025-10-092-3/+3
* 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-296-32/+65
* Uncork when a stream_infinite() endsLaurent Bercot2025-08-291-0/+10
* Add rproxyLaurent Bercot2025-06-255-5/+110
* 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-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