1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00
osu-lazer/osu.Game/IO
Bartłomiej Dach 57bfa18359 Filter out OS-generated files from archives
Add a filename ignore list to ZipArchiveReader to filter out superfluous
OS-generated files from archives during the import process. In addition
to decreasing the size of files imported this allows imports of some
incorrectly-constructed archives. An example is the case of having
a __MACOSX directory next to a single directory with the actual files -
filtering out the former at ZipArchiveReader allows the fallback added
in #6170 to work.
2019-10-10 23:54:23 +02:00
..
Archives Filter out OS-generated files from archives 2019-10-10 23:54:23 +02:00
Legacy Apply newline additions 2019-04-01 12:16:32 +09:00
Serialization Apply newline additions 2019-04-01 12:16:32 +09:00
FileInfo.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
FileStore.cs Force a checksum check before skipping FileStore copy op 2019-09-20 15:00:27 +09:00
LineBufferedReader.cs Implement fallback decoder registration 2019-09-15 01:28:07 +02:00