Age | Commit message (Expand) | Author |
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel |
2010-02-09 | Merged _headers and _filemap. | Nicola Mettifogo |
2010-02-08 | Reduce header interdependencies | Max Horn |
2010-02-08 | Introduce factory function makeArjArchive, hide ArjArchive class implementation | Max Horn |
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo |
2010-02-08 | Moved ArjFile to drascula. | Nicola Mettifogo |
2010-02-08 | Fix trunk after fscking up. | Nicola Mettifogo |
2010-02-08 | Made ArjFile use a new ArjArchive class. | Nicola Mettifogo |
2010-02-08 | Objectified CRC32 calculator. | Nicola Mettifogo |
2010-02-08 | Shuffled code around a bit. | Nicola Mettifogo |
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-07-21 | Use a BufferedReadStream to buffer ArjFile's input to reduce memory usage | Willem Jan Palenstijn |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-11-07 | Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur... | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too) | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 2 | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 1 | Max Horn |
2008-11-04 | dead code | Max Horn |
2008-10-05 | Fixed ambiguous 'else' | Max Horn |
2008-09-29 | Don't subclass ArjFile from Common::File (there seems to be no good reason fo... | Max Horn |
2008-09-13 | Portability fixes. | Eugene Sandulenko |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-08-09 | hotfix around drascula mem leak problems. see also bug report | Kostas Nakos |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-06-08 | Don't attempt to close the arj file if it hasn't been opened | Filippos Karapetis |
2008-06-02 | Plug memory leak | Eugene Sandulenko |
2008-06-01 | Fix for crash that occurs in the unarj's fallback code - _uncompressedData i... | Filippos Karapetis |
2008-06-01 | Implement file fallback for archives | Eugene Sandulenko |
2008-06-01 | Fixed MSVC warnings | Filippos Karapetis |
2008-06-01 | Speed up decoding by memory caching | Eugene Sandulenko |
2008-06-01 | Unarj code based on unarj 2.62. Used by Drascula engine | Eugene Sandulenko |