Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-29 | make eoc also check feof on STREAM_TYPE_FILE | Aryadev Chavali | |
2025-08-29 | Fix bug where chunking overwrites previously cached results | Aryadev Chavali | |
2025-08-29 | Fixed 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-29 | Cleaned up bugs with stream implementation | Aryadev 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-28 | Still got some failures, but a basic stream implementation | Aryadev Chavali | |
Need to fix what's going on with the example in main.c using stdin. |