summaryrefslogtreecommitdiffstats
path: root/src/stream.h
Commit message (Collapse)AuthorAgeFilesLines
* move readfile implementation to cache.Gravatar Gediminas Jakutis 2021-02-251-2/+1
| | | | | | | | Reading and entire file in is only done for caching, uncached streams will never do that, so it makes sense to move it from stream function collection to cache functions, making it static along the way. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* in-memory array sorting: GET!Gravatar Gediminas Jakutis 2021-02-211-0/+21
lists need a bit more work and after that, in-file should shortly follow. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>