Alphabetical Index | Tags by Size | Find tag:

ZipFile

Related tags: AbstractFile, Feed, File, File System, File1, FileDirectory, FileHandle, FileId, FileIndex, Folder, FS, FS1, GenericFile, ImageFile, LumpFile, NativeFile, WadFile

Authorship: 50% danij, 50% skyjake

View commits by groups

October 2012
2012-10-06 Refactor : Dumped ZipFile's now redundant C wrapper API
September 2012
2012-09-27 Refactor : Use an instance of LumpCache with ZipFile
2012-09-26 Refactor : Implemented a public C++ interface for ZipFile
2012-09-26 Cleanup : Unnecessary use of CPP_BOOL()
May 2012
2012-05-21 : Quick n' dirty fix to prevent a write past end of buffer
2012-05-21 Added | Revert : Added an assertion to catch a write past end of buffer
2012-05-21 Added : Added an assertion to catch a write past end of buffer
January 2012
2012-01-18 : Allow uncompress without knowing output size
2012-01-18 : Regular compression in addition to raw mode
2012-01-17 : General purpose (un)compression routines