summaryrefslogtreecommitdiff
path: root/gio/gzlibdecompressor.c
Commit message (Expand)AuthorAgeFilesLines
* Add functionality to preserve nanosecond timestampsnitinosiris2022-05-271-0/+3
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: Match GZlib(De)Compressor section with the type nameEmmanuele Bassi2021-08-021-1/+1
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-3/+3
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gzlibdecompressor.c: fix a commentDan Winship2011-11-291-1/+1
* Fix building with zlib < 1.2.4 on win32Christian Persch2010-09-011-0/+5
* Add GZIP header processing to GZlibCompressor/GZlibDecompressorChristian Persch2010-08-171-8/+126
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Do not include "glib.h" in gio filesJavier Jardón2010-05-061-3/+3
* Fix API docs for GZlibCompressor and GZlibDecompressorFelix Riemann2010-03-031-1/+1
* Remove unused variableAlexander Larsson2009-11-261-1/+0
* Fix GZlibCompressorFormat namesAlexander Larsson2009-11-241-2/+7
* Add GZlibDecompressor for zlib decompressionAlexander Larsson2009-11-231-0/+292