summaryrefslogtreecommitdiff
path: root/src/gzip/ftgzip.c
Commit message (Expand)AuthorAgeFilesLines
* [gzip] Update sources to zlib 1.2.11update-zlib-sourcesDavid Turner2021-08-191-27/+28
* 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-171-1/+1
* 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
* [gzip] Support `gzip' encoded header conditionally.Moazin Khatti2020-03-021-0/+10
* Update all copyright notices.Werner Lemberg2020-01-191-1/+1
* [gzip] Add support for `gzip' encoded header (#9812).Moazin Khatti2019-06-111-1/+1
* Update all copyright notices.Werner Lemberg2019-02-231-1/+1
* Update copyright years.Werner Lemberg2019-01-221-1/+1
* 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-021-1/+1
* Update copyright year.Werner Lemberg2017-01-041-1/+1
* 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-011-6/+18
* Typos.Alexei Podtelezhnikov2016-04-131-1/+1
* Update copyright year.Werner Lemberg2016-01-131-1/+1
* 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-171-1/+1
* 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
* [gzip] New function `FT_Gzip_Uncompress'.Werner Lemberg2013-08-291-1/+77
* 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
* gzip: Use FT2 zcalloc() & zfree() in ftgzip.c by default.suzuki toshiya2009-08-011-3/+5
* Add #error to modules and files that do not support PIC yet.Oran Agra2009-04-051-0/+4
* Fix some FreeType Coverity issues as reported for Ghostscript.Werner Lemberg2009-03-121-1/+1
* Don't use stdlib.h and friends directly.Werner Lemberg2009-01-131-2/+2
* * src/truetype/ttgload.c (TT_Load_Composite_Glyph)Werner Lemberg2006-05-171-9/+15
* * include/freetype/internal/tttypes.h, src/autofit/afangles.c,David Turner2006-05-171-0/+62
* * builds/unix/ftsystem.c, include/freetype/config/ftheader.h,David Turner2006-02-251-0/+1
* Formatting, copyright years.Werner Lemberg2006-01-271-1/+1