summaryrefslogtreecommitdiff
path: root/inflate.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: SPC-indent inflate.cJim Meyering2022-12-281-8/+8
* maint: do not include stdbool.h, stdalign.hPaul Eggert2022-12-261-1/+0
* maint: port to gcc -std=c99 -Wstrict-prototypesPaul Eggert2022-12-251-3/+3
* maint: port function definitions to C23Paul Eggert2022-12-251-4/+4
* gzip: detect invalid inputPaul Eggert2022-06-281-1/+6
* gzip: match printf format to arg typePaul Eggert2022-06-281-3/+13
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* gzip: fix use of uninitialized memoryPaul Eggert2018-11-301-0/+6
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-031-1/+1
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* gzip: port to AIX 7.1 + xlc V12.1Paul Eggert2016-03-151-1/+1
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* maint: remove dead codeJim Meyering2015-07-301-7/+1
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-1/+1
* maint: udpate all copyright notices via "make update-copyright"Jim Meyering2014-06-071-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: declare many variables to be staticJim Meyering2011-05-091-6/+6
* maint: limit scope of several functionsJim Meyering2011-05-091-29/+28
* maint: remove all uses of OF((...)) prototype-hiding macroJim Meyering2011-05-091-9/+9
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* gzip: don't assume C99, and don't assume overlapping memcpy should workPaul R. Eggert2010-07-191-4/+3
* global: convert indentation-TABs to spacesJim Meyering2010-02-031-11/+11
* gzip -d: use memcpy more oftenYuxi Zhang2010-01-111-1/+2
* gzip -d would fail with a CRC error...Jim Meyering2010-01-111-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
* maint: remove lots of obsolete #if...HAVE_* checksJim Meyering2009-12-301-3/+1
* maint: update existing copyright year lists to include 2009Jim Meyering2009-09-261-2/+1
* maint: remove RCS $Id$ variables and commentsJim Meyering2009-09-261-4/+0
* maint: remove useless casts to avoid "make syntax-check" failuresJim Meyering2009-09-261-1/+1
* inflate: avoid a leak on a error pathJim Meyering2009-08-181-7/+8
* avoid creating an undersized buffer for the hufts tableThiemo Nagel2009-08-181-2/+4
* Update to GPLv3.Paul Eggert2007-07-031-1/+1
* * inflate.c (huft_build): Fix regression that caused gzip toPaul Eggert2006-12-201-3/+10
* * inflate.c (inflate_dynamic, inflate): Don't send output toPaul Eggert2006-11-271-5/+3
* * NEWS, configure.ac (AC_INIT):Paul Eggert2006-11-201-12/+12
* gzip 1.3.5Paul Eggert2002-09-251-12/+41
* gzip 1.2.4Jean-loup Gailly1993-08-131-0/+954