summaryrefslogtreecommitdiffstats
path: root/stream/cache_file.c
Commit message (Collapse)AuthorAgeFilesLines
* stream: add a file cachewm42014-06-221-0/+149
For remarks, pretty much see the manpage additions. Could help with network streams that require too much seeking (maybe), or might be extended to help with the use case of watching and downloading a file at the same time. In general, it might be a useless feature and could be removed again.