summaryrefslogtreecommitdiff
path: root/src/gzip
Commit message (Expand)AuthorAgeFilesLines
* [gzip] Update sources to zlib 1.2.11update-zlib-sourcesDavid Turner2021-08-1926-2499/+7039
* Fix some `cppcheck` warnings.Werner Lemberg2021-07-241-2/+3
* [gzip] Use exact type for `ft_gzip_alloc` and `ft_gzip_free`.Ben Wagner2021-05-191-13/+17
* * src/gzip/ftgzip.c (ft_gzip_alloc): Zero out memory again.Alexei Podtelezhnikov2021-04-301-1/+2
* [bzip2,gzip] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.Alexei Podtelezhnikov2021-04-231-2/+2
* Update all copyright notices.Werner Lemberg2021-01-172-2/+2
* Remove redundant inclusion of `ft2build.h'.Werner Lemberg2020-06-131-1/+0
* Make macros for header file names optional.David Turner2020-06-081-6/+6
* Remove Jamfile files from the tree.David Turner2020-05-181-16/+0
* [gzip] Support `gzip' encoded header conditionally.Moazin Khatti2020-03-021-0/+10
* Update all copyright notices.Werner Lemberg2020-01-193-3/+3
* Minor fixes for recent compilers.Behdad Esfahbod2019-11-231-1/+1
* * Version 2.10.1 released.VER-2-10-1Werner Lemberg2019-07-011-0/+2
* [gzip] Add support for `gzip' encoded header (#9812).Moazin Khatti2019-06-111-1/+1
* Silence gcc 7's fall-through warnings in `switch' blocks.Werner Lemberg2019-05-293-0/+17
* Update all copyright notices.Werner Lemberg2019-02-233-3/+3
* Update copyright years.Werner Lemberg2019-01-223-3/+3
* Whitespace.Werner Lemberg2018-10-071-1/+1
* [GSoC] src/*.*: Convert block comments to `light' style.Werner Lemberg2018-06-031-28/+28
* Remove FT_CONFIG_OPTION_PIC and related code.Werner Lemberg2018-05-021-4/+0
* Update copyright year.Werner Lemberg2018-01-023-3/+3
* Typos.Alexei Podtelezhnikov2017-01-241-2/+2
* Update copyright year.Werner Lemberg2017-01-043-3/+3
* Replace `foo == NULL' and `foo != NULL' with `!foo' and `foo', resp.Werner Lemberg2016-12-261-1/+1
* [gzip] Improve building with external zlib (#49673).Werner Lemberg2016-12-014-8/+20
* Duplicates.Alexei Podtelezhnikov2016-05-071-1/+1
* Typos.Alexei Podtelezhnikov2016-04-131-1/+1
* Update copyright year.Werner Lemberg2016-01-133-3/+3
* Don't use macro names that contain `__' [1/2].Werner Lemberg2016-01-121-1/+1
* * src/gzip/ftgzip.c (FT_Stream_OpenGzip): Use real stream size.Werner Lemberg2015-10-091-1/+5
* [bzip2, gzip] Avoid access of unitialized memory (#46109).Werner Lemberg2015-10-041-0/+6
* [bzip2, gzip] Avoid access of unitialized memory (#46109).Werner Lemberg2015-10-031-1/+2
* [bzip2, gzip, lzw] Harmonize function signatures with prototype.Werner Lemberg2015-09-261-6/+6
* [gzip] Fix access of small compressed files (#45937).Werner Lemberg2015-09-131-2/+5
* Various compiler warning fixes for `make multi'.Werner Lemberg2015-03-011-1/+0
* Run `src/tools/update-copyright'.Werner Lemberg2015-01-173-3/+3
* Fix Savannah bug #43976.Werner Lemberg2015-01-121-2/+7
* Uppercase all hex digits for orthogonality.Werner Lemberg2014-12-071-2/+2
* * src/*: Add checks for parameters of API functions where missing.Werner Lemberg2014-11-261-2/+15
* Don't use `register' keyword. Fixes compiler warnings.Behdad Esfahbod2014-08-311-5/+5
* [gzip] New function `FT_Gzip_Uncompress'.Werner Lemberg2013-08-292-28/+107
* Add and improve pragmas for MSVC compiler.Werner Lemberg2013-06-071-0/+13
* */*: Use FT_Err_Ok only.Werner Lemberg2013-03-141-5/+5
* */*: Use `FT_THROW'.Werner Lemberg2013-03-141-8/+8
* Prepare source code for amalgamation.Vinnie Falco2012-03-081-1/+2
* Remove trailing spaces.suzuki toshiya2012-01-171-1/+1
* Fix g++4.6 compiler warnings in module drivers.suzuki toshiya2011-06-151-2/+2
* Fix reading of signed integers from files on 64bit platforms.Kan-Ru Chen2011-04-121-2/+2
* Remove C++ warnings.Werner Lemberg2010-07-121-1/+1
* */*: Use module specific error names where appropriate.Werner Lemberg2010-06-241-3/+3