aboutsummaryrefslogtreecommitdiff
path: root/common/unzip.cpp
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-12-07COMMON: Disable unused stringFilippos Karapetis
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-04-30COMMON: Use the file cache in ZipArchive::listMembers for performance.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02COMMON: Fix compilation when zlib support is enabled.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-25COMMON: Add proper error handling to the ZipArchive classLittleboy
2011-02-12JANITORIAL: Remove extraneous parenthesesOri Avtalion
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