summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_libzip.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-2/+2
| | | | | | | | | | | Allows reporting more cases where logic errors may exist, such as implicit fallthrough cases, etc. We currently ignore unused parameters, since we currently have many cases where this is intentional (virtual interfaces). While we're at it, we can also tidy up any existing code that causes warnings. This also uncovered a few bugs as well.
* file_sys: Resolve sign conversion warningsLioncash2019-11-121-1/+1
| | | | Resolves a few trivial sign conversion/mismatch errors.
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-301-4/+4
| | | Huge thanks to lioncash for re-ing this for me.
* boxcat: Use Etag header names for file digestZach Hilman2019-09-301-14/+10
|
* vfs: Add function to extract ZIP file into virtual filesystemZach Hilman2019-09-301-0/+83