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