aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed/stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Move string cmp operations to skalibs. Add cgit-nollmcrawler.Laurent Bercot2025-10-091-2/+2
|
* set/clear Nagle depending on realtime onlyLaurent Bercot2025-08-291-2/+0
|
* Add realtime and norealtime options, cork/uncork responsesLaurent Bercot2025-08-291-15/+35
|
* Uncork when a stream_infinite() endsLaurent Bercot2025-08-291-0/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make answer content-length uint64-cleanLaurent Bercot2025-04-021-4/+6
| | | | 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-231-3/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix some bugs with streamLaurent Bercot2025-03-231-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make sure to flush before stream_fixedLaurent Bercot2025-03-221-15/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement autochunkLaurent Bercot2025-03-221-1/+33
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add cgi streamingLaurent Bercot2025-03-221-0/+133
WILDLY UNTESTED, don't use this commit, probably. Also, autochunk hasn't been implemented yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>