summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-101-5/+13
* [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ...patthoyts2009-07-091-2/+2
* Silence a signed/unsigned warning that annoys msvcpatthoyts2009-07-061-2/+2
* Make [zlib push] work with [fcopy].dkf2009-07-051-90/+145
* Related correctionsdkf2009-03-041-4/+4
* Fix bug 2662434dkf2009-03-041-3/+5
* fix [Feature Request 2605263] use officialnijtmans2009-02-161-30/+82
* Improve error messages. [Bug 2573172]dkf2009-02-071-181/+198
* Fix [Bug 2536400]dkf2009-01-261-5/+9
* Plug memory leak.dkf2008-12-281-3/+11
* Fix my silly blunders. [Bug 2470237]dkf2008-12-271-9/+7
* Assorted minor corrections to the Zlib C API to make it work with the PNGdkf2008-12-271-44/+41
* Silence signed unsigned warningpatthoyts2008-12-221-2/+2
* fix warningsdas2008-12-201-3/+3
* Compressing and decompressing channel transformation support.dkf2008-12-181-145/+321
* Now with *nearly* working gzipping channels...dkf2008-12-181-91/+99
* move variable "length" inside if()nijtmans2008-12-171-2/+2
* Removed unused flag.dkf2008-12-171-104/+202
* Working towards zlib-based channel transformsdkf2008-12-151-177/+340
* fix warningsdas2008-12-141-6/+6
* Improve docs, start working towards implementing [zlib push]dkf2008-12-131-60/+109
* Many improvements to docsdkf2008-12-131-10/+117
* change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX)nijtmans2008-12-121-5/+5
* Make a bad zlib install less fatal to rest of Tcl for now.dkf2008-12-121-1/+111
* Let code extract gzip headersdkf2008-12-121-454/+140
* Fix [Bug 2419061]dkf2008-12-121-622/+405
* Eliminate warning: different 'const' qualifiersnijtmans2008-12-111-10/+11
* Factor out the code to turn zlib errors into Tcl errors.dkf2008-12-111-49/+57
* Fixed prototypesdkf2008-12-111-92/+172
* First hack at TIP#234dkf2008-12-111-0/+2567