aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix checkAPI.pl warnings about printfMichael Mann2016-07-251-3/+6
* use #include <file.h> for generated include filesMartin Kaiser2016-06-131-1/+1
* Do not mix wmem and glib allocatorsPascal Quantin2016-04-221-1/+2
* Rename "libz" to "zlib"João Valverde2016-04-041-2/+2
* Make zlib API constness-aware, take 2.Guy Harris2015-12-161-0/+1
* Revert "Make zlib API constness-aware"Guy Harris2015-12-161-1/+0
* Make zlib API constness-awareJoão Valverde2015-12-161-0/+1
* Fix buffer overrun in zlib decompressionPeter Wu2015-11-251-3/+6
* skip the extra field in the gzip headerMartin Kaiser2014-12-111-5/+19
* make our counting a bit clearerMartin Kaiser2014-12-071-2/+4
* don't initialize variables if the first thing we do is assign aMartin Kaiser2014-12-071-6/+6
* make sure that we don't read past the end of the compressed bufferMartin Kaiser2014-12-071-6/+8
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-101-0/+13
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Move tvb_uncompress() to tvbuff_zlib.cJakub Zawadzki2013-12-061-0/+323