aboutsummaryrefslogtreecommitdiff
path: root/common/unarj.cpp
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2013-10-05COMMON: Fix missing arjDecoder class variable init. CID 1002929D G Turner
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-28COMMON: Fixed memory leakage in unarj readHeader().David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-02-09Merged _headers and _filemap.Nicola Mettifogo
2010-02-08Reduce header interdependenciesMax Horn
2010-02-08Introduce factory function makeArjArchive, hide ArjArchive class implementationMax Horn
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
2010-02-08Moved ArjFile to drascula.Nicola Mettifogo
2010-02-08Fix trunk after fscking up.Nicola Mettifogo
2010-02-08Made ArjFile use a new ArjArchive class.Nicola Mettifogo
2010-02-08Objectified CRC32 calculator.Nicola Mettifogo
2010-02-08Shuffled code around a bit.Nicola Mettifogo
2010-02-08Let ArjFile return a SeekableReadStream instead of implementingNicola Mettifogo
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-07-21Use a BufferedReadStream to buffer ArjFile's input to reduce memory usageWillem Jan Palenstijn
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-07Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur...Max Horn
2008-11-07Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too)Max Horn
2008-11-07Refactoring the Arj decoder code, phase 2Max Horn
2008-11-07Refactoring the Arj decoder code, phase 1Max Horn
2008-11-04dead codeMax Horn
2008-10-05Fixed ambiguous 'else'Max Horn
2008-09-29Don't subclass ArjFile from Common::File (there seems to be no good reason fo...Max Horn
2008-09-13Portability fixes.Eugene Sandulenko
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-08-09hotfix around drascula mem leak problems. see also bug reportKostas Nakos
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-06-08Don't attempt to close the arj file if it hasn't been openedFilippos Karapetis
2008-06-02Plug memory leakEugene Sandulenko
2008-06-01Fix for crash that occurs in the unarj's fallback code - _uncompressedData i...Filippos Karapetis
2008-06-01Implement file fallback for archivesEugene Sandulenko
2008-06-01Fixed MSVC warningsFilippos Karapetis
2008-06-01Speed up decoding by memory cachingEugene Sandulenko
2008-06-01Unarj code based on unarj 2.62. Used by Drascula engineEugene Sandulenko