summaryrefslogtreecommitdiff
path: root/zinflate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add size_t cast to resolve VS warning C4334denisbider2016-04-201-1/+1
* Fixed "Inflator: unexpected end of compressed block" (Issue 112)Jeffrey Walton2016-04-111-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-6/+17
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-625/+626
* Cleared "no member named 'unique_ptr' in namespace 'std'" error under C++11 o...Jeffrey Walton2015-07-301-6/+4
* Added "include <cryptlib.h>" due to Cygwin not picking up the CRYPTOPP_CXX11 ...Jeffrey Walton2015-07-271-0/+1
* Cleared "auto_ptr is deprecated" warning. Switch to unique_ptr when C++11 is ...Jeffrey Walton2015-07-271-1/+5
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-7/+7
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared -Wmaybe-uninitialized under GCC 5.1Jeffrey Walton2015-07-191-1/+1
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-1/+1
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-1/+1
* fix MSVC 2005 warningsweidai2006-03-131-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-8/+8
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+4
* *** empty log message ***weidai2004-06-191-1/+1
* *** empty log message ***weidai2004-06-191-1/+1
* speed up DEFLATE decompressionweidai2004-04-081-11/+22
* fix potential threading problem with initialization of static objectsweidai2003-07-291-22/+18
* remove gcc warningsweidai2003-07-261-1/+1
* allow DLL to be built with VC++ .NETweidai2003-07-181-1/+2
* copy fix over from 4.x branchweidai2003-05-271-3/+2
* misc optimizationsweidai2003-05-161-19/+49
* Initial revisionweidai2002-10-041-0/+581