summaryrefslogtreecommitdiffstats
path: root/stream/cache_file.c
Commit message (Collapse)AuthorAgeFilesLines
* cache_file: use unicode on windowswm42014-07-021-0/+2
| | | | This enables the MinGW Windows crap wrapper for fopen().
* 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.