summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_libzip.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Remove vfs_libzipGravatar Morph2021-09-281-88/+0
* general: Remove extraneous includesGravatar Morph2021-06-131-1/+0
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-0/+1
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-0/+9
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-1/+1
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-2/+2
* file_sys: Resolve sign conversion warningsGravatar Lioncash2019-11-121-1/+1
* bcat: Implement DeliveryCacheProgressImpl structureGravatar Zach Hilman2019-09-301-4/+4
* boxcat: Use Etag header names for file digestGravatar Zach Hilman2019-09-301-14/+10
* vfs: Add function to extract ZIP file into virtual filesystemGravatar Zach Hilman2019-09-301-0/+83