summaryrefslogtreecommitdiff
path: root/gzip.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clear conversion wanrings under MSVCJeffrey Walton2018-08-201-1/+2
|
* Call Deflator::IsolatedInitialize during Gzip init (GH #660)Jeffrey Walton2018-07-111-0/+2
|
* Clear coverity finding CONSTANT_EXPRESSION_RESULT (CID 179384)Jeffrey Walton2017-05-201-1/+1
|
* Add FileName, FileTime and Comment to argnames.hJeffrey Walton2017-05-121-0/+11
| | | | Add self tests to verify handling of filenames, filetimes and comments
* Revert "Write MTIME in big-endian order"Jeffrey Walton2017-05-121-2/+2
| | | | 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-2/+2
| | | | Whitespace
* Gunzip: added GetFilename() and GetComment() methods (#418)c0ff2017-05-121-8/+103
| | | | Add Filename, Filtetime and Comment support to Gzip classes
* 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
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+1
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-99/+99
|
* Whitespace checkinJeffrey Walton2015-07-301-2/+2
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-4/+4
|
* Initial revisionweidai2002-10-041-0/+99