aboutsummaryrefslogtreecommitdiff
path: root/stream.c
AgeCommit message (Collapse)Author
2025-08-29make eoc also check feof on STREAM_TYPE_FILEAryadev Chavali
2025-08-29Fix bug where chunking overwrites previously cached resultsAryadev Chavali
2025-08-29Fixed some more issues with streams (stdin/pipe based)Aryadev Chavali
substr didn't work properly, nor did seek. Just use the same principle as stream_next
2025-08-29Cleaned up bugs with stream implementationAryadev Chavali
Principle was that we may have read all the content from the underlying pipe (s.t. it set the EoF flag) but we haven't actually iterated the content.
2025-08-28Still got some failures, but a basic stream implementationAryadev Chavali
Need to fix what's going on with the example in main.c using stdin.