summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | implementation better.
* 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
| | | | Note that there may be "quality-of-implementation" issues left...
* Now with *nearly* working gzipping channels...dkf2008-12-181-91/+99
|
* move variable "length" inside if()nijtmans2008-12-171-2/+2
| | | | | don't use ckfree((void *)...) but ckfree((char *)...)
* 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
| | | | | with msvc compiler. A few more 'const' optimizations. fix Windows build (msvc) for TIP #234 implementation
* 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