summaryrefslogtreecommitdiff
path: root/zdeflate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-4/+4
* Call base class IsolatedInitializeJeffrey Walton2019-06-031-2/+2
* Clear warning for assignment operator in HuffmanNodeJeffrey Walton2019-06-031-1/+7
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-121-2/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* spelling fixesklemens2016-12-271-2/+2
* Remove last of macros targtting _MSC_VER 1200 (Issue 342)Jeffrey Walton2016-12-031-9/+9
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-32/+32
* Whitespace checkinJeffrey Walton2016-07-241-6/+6
* Fixed broken Sun Studio compile (Issue 179)Jeffrey Walton2016-06-081-1/+1
* Cleared compile errors under Visual Studio .Net compilersJeffrey Walton2016-04-291-2/+2
* Fixed assert. Thanks to srwinohio for reporting (Issue 83)Jeffrey Walton2015-12-191-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-15/+24
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-807/+806
* Whitespace checkinJeffrey Walton2015-07-301-2/+2
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-28/+28
* Cleared "conversion from 'const int' to 'CryptoPP::word16'" under MSVCJeffrey Walton2015-07-261-4/+4
* Cleared "signed/unsigned mismatch" warning under GCC 5.1. The pointer math me...Jeffrey Walton2015-07-251-1/+7
* Cleared warning under Visual StudioJeffrey Walton2015-07-171-1/+1
* rename "cryptdll" project to "cryptopp"weidai2010-06-291-1/+10
* fix valgrind errorsweidai2008-11-211-0/+1
* fix compile with fix compile for for STLport 5.1.3 and MSVC 2005weidai2007-09-151-1/+1
* fix valgrind issues reported by Chris Morganweidai2007-08-131-0/+1
* fix compile for MSVC .NET 2002weidai2006-12-221-2/+2
* fix compile for MSVC .NET 2003weidai2006-12-221-1/+1
* update version number, port to Sun C++ 5.8weidai2006-12-181-0/+2
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-1/+7
* fix MSVC 2005 warningsweidai2006-03-131-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-19/+19
* changes done for FIPS-140 lab code dropweidai2005-01-201-0/+2
* allow compile with STLport againweidai2004-07-031-1/+1
* add detection of uncompressibiltyweidai2004-04-081-39/+83
* Initial revisionweidai2002-10-041-0/+736