index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
unzip.cpp
Age
Commit message (
Expand
)
Author
2011-02-12
JANITORIAL: Remove extraneous parentheses
Ori Avtalion
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-10-24
ALL: Fix various typos (patch #3093266)
Max Horn
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-08-19
COMMON: Add caching to ZipArchive. Patch #3048388
Eugene Sandulenko
2010-06-29
unzip.cpp can read uncompressed ZIP archives even when zlib is not linked in
Robert Špalek
2010-05-30
Fix file length of zip file members inside ZipArchive (thanks to fuzzie for r...
Johannes Schickel
2010-02-28
Add a comment to document my removal of stream delete in previous commit
Fabio Battaglia
2010-02-28
do not delete the stream twice in makeZipArchive as it's already deleted by u...
Fabio Battaglia
2010-02-13
Hide ZipArchive implementation, only expose it via factory functions: makeZip...
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-02-22
Modified ZipArchive::createReadStreamForMember to check whether the zip archi...
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-04
Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w...
Max Horn
2008-11-01
Commit of patch #2207782 "ARCHIVE: New method 'getMember'".
Johannes Schickel
2008-10-09
- Fixed theme loading from Zip files.
Vicent Marti
2008-10-03
Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...
Johannes Schickel
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-30
Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n...
Vicent Marti
2008-09-29
Ported ZipArchive::getAllNames() implementation from GUI branch.
Vicent Marti
2008-09-23
Perform error checking when reading from a ZIP file
Max Horn
2008-09-23
cleanup
Max Horn
2008-09-23
Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...
Max Horn
2008-09-23
Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ...
Max Horn
2008-01-03
Different zlib.h included paths for Symbian OS to differenciate between syste...
Lars Persson
2007-10-28
some source formatting fixes
Kostas Nakos
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-18
Renamed crc32 which conflicts with Tapwave system function
Chris Apers
2006-06-11
Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X...
Oystein Eftevaag
2006-04-26
Use File::size to determine the size of a file, instead of doing a seek(0, SE...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-27
Proper RCS IDs
Eugene Sandulenko
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel