summaryrefslogtreecommitdiffstats
path: root/stream/stream_libarchive.c
Commit message (Expand)AuthorAgeFilesLines
* stream_libarchive: mark as needing cachewm42018-04-151-0/+1
* stream_libarchive: fix seeking fallbackwm42017-12-241-14/+14
* stream_libarchive: workaround various types of locale braindeathwm42017-11-121-4/+33
* stream_libarchive: stop reading on ARCHIVE_FATALwm42017-11-021-4/+41
* stream_libarchive: add some more points at which reading can be stoppedwm42016-10-011-1/+4
* libarchive: sanitize non-UTF8 archive entrieswm42016-07-181-2/+2
* libarchive: unify entry iteration between stream/demux layerswm42016-07-181-26/+43
* stream_libarchive: make libarchive seek callback lazyKevin Mitchell2015-11-091-3/+22
* stream_libarchive: add multivolume supportKevin Mitchell2015-11-091-15/+155
* libarchive: remove redundant log prefixKevin Mitchell2015-11-091-3/+3
* stream_libarchive: read tar only in "unsafe" modewm42015-08-221-2/+4
* stream_libarchive: disable raw filterwm42015-08-201-2/+0
* stream_libarchive: fix libarchive callback signaturewm42015-08-201-1/+1
* stream_libarchive: restrict number of allowed formatswm42015-08-181-2/+11
* stream: provide a stream_get_size() convenience functionwm42015-08-181-2/+1
* demux_libarchive: open flat compressed fileswm42015-08-171-2/+5
* stream: libarchive wrapper for reading compressed archiveswm42015-08-171-0/+260