summaryrefslogtreecommitdiff
path: root/src/fs/virtfs/zipreader.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-14/+14
2018-08-06Fix possible double free in zip reading code if zip file corrupted.Andrei Karas1-1/+1
2018-04-02Add some missing brackets in macroses.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-07Revert "Disable warning -Wundef in zlib.h."Andrei Karas1-3/+0
2017-10-07Disable warning -Wundef in zlib.h.Andrei Karas1-0/+3
2017-08-14Replace bswap_16/32 to __builtin_bswap16/32.Andrei Karas1-6/+2
2017-07-17Fix issues detected by coverity.Andrei Karas1-1/+5
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-05-15Hide zlib warning about old cast.Andrei Karas1-0/+4
2017-05-05Rename virtzipentry into zipentry.Andrei Karas1-2/+2
2017-05-05Rename zip into zipreader.Andrei Karas1-0/+326