aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version: 0.0.7.0v0.0.7.0Laurent Bercot2025-12-241-0/+1
|
* cgiwrapper-nollmcrawler: check white/blacklists for reading, not writingLaurent Bercot2025-12-241-2/+2
|
* Document tipidee-logaggregate and cgiwrapper-nollmcrawlerLaurent Bercot2025-12-235-4/+282
|
* releng fixesLaurent Bercot2025-12-232-2/+2
|
* fix gen-deps.shLaurent Bercot2025-10-261-3/+1
|
* Fix Solaris buildLaurent Bercot2025-10-232-1/+5
|
* Rename to, and improve, cgiwrapper-nollmcrawlerLaurent Bercot2025-10-236-11/+13
|
* Move string cmp operations to skalibs. Add cgit-nollmcrawler.Laurent Bercot2025-10-0912-36/+162
|
* Document sr.ht mirrorLaurent Bercot2025-09-241-1/+2
|
* 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-299-34/+115
|
* 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-199-2/+458
|
* Add default Referrer-Policy header (same-origin)Laurent Bercot2025-07-181-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix bozohttpd URLLaurent Bercot2025-07-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rproxyLaurent Bercot2025-06-2510-13/+218
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.7.0; add noredirectLaurent Bercot2025-06-068-11/+64
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support shlibs on MacOS, next iterationLaurent Bercot2025-05-302-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Correctly use pthread_lib sysdepLaurent Bercot2025-05-292-4/+12
|
* Support shlibs on MacOSLaurent Bercot2025-05-264-25/+64
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.6.0v0.0.6.0Laurent Bercot2025-05-051-2/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add hashLaurent Bercot2025-05-012-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of build fixesLaurent Bercot2025-04-292-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More build fixesLaurent Bercot2025-04-293-8/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Latest batch of fixesLaurent Bercot2025-04-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Move to new system, support pkg-configLaurent Bercot2025-04-2826-90/+942
| | | | 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>
* Document tarpittingLaurent Bercot2025-04-061-0/+14
| | | | 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-252-4/+20
| | | | 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>
* Remove spurious IFS modification in configureLaurent Bercot2025-03-241-2/+1
| | | | 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-2214-137/+346
| | | | | | | 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>
* Prepare for 0.0.5.2Laurent Bercot2025-01-036-3/+17
| | | | 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>
* version: 0.0.5.1v0.0.5.1Laurent Bercot2024-10-092-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.1; install static libraries in /usr/lib by defaultLaurent Bercot2024-09-236-19/+27
| | | | 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>
* version: 0.0.5.0v0.0.5.0Laurent Bercot2024-06-071-1/+1
| | | | 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>