summaryrefslogtreecommitdiff
path: root/gzip.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-6/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-53/+53
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Clear Coverity finding UNINIT_CTOR (CID 148126)Jeffrey Walton2017-08-181-2/+2
|
* Add FileName, FileTime and Comment to argnames.hJeffrey Walton2017-05-121-2/+8
| | | | Add self tests to verify handling of filenames, filetimes and comments
* Whitespace check-inJeffrey Walton2017-05-121-6/+6
|
* Revert "Write MTIME in big-endian order"Jeffrey Walton2017-05-121-6/+6
| | | | This reverts commit 591b13934336. RFC 1952 states the bytes are written in little-endian order, not big-endian. That includes MTIME.
* Write MTIME in big-endian orderJeffrey Walton2017-05-121-6/+6
| | | | Whitespace
* Gunzip: added GetFilename() and GetComment() methods (#418)c0ff2017-05-121-0/+43
| | | | Add Filename, Filtetime and Comment support to Gzip classes
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-3/+3
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Updated documentationJeffrey Walton2016-04-051-3/+30
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+2
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-65/+74
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-4/+4
|
* add detection of uncompressibiltyweidai2004-04-081-2/+2
|
* Initial revisionweidai2002-10-041-0/+65