Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Plug memory leak. | dkf | 2008-12-28 | 1 | -3/+11 | |
| | ||||||
* | Fix my silly blunders. [Bug 2470237] | dkf | 2008-12-27 | 1 | -9/+7 | |
| | ||||||
* | Assorted minor corrections to the Zlib C API to make it work with the PNG | dkf | 2008-12-27 | 1 | -44/+41 | |
| | | | | implementation better. | |||||
* | Silence signed unsigned warning | patthoyts | 2008-12-22 | 1 | -2/+2 | |
| | ||||||
* | fix warnings | das | 2008-12-20 | 1 | -3/+3 | |
| | ||||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 1 | -145/+321 | |
| | | | | Note that there may be "quality-of-implementation" issues left... | |||||
* | Now with *nearly* working gzipping channels... | dkf | 2008-12-18 | 1 | -91/+99 | |
| | ||||||
* | move variable "length" inside if() | nijtmans | 2008-12-17 | 1 | -2/+2 | |
| | | | | | don't use ckfree((void *)...) but ckfree((char *)...) | |||||
* | Removed unused flag. | dkf | 2008-12-17 | 1 | -104/+202 | |
| | ||||||
* | Working towards zlib-based channel transforms | dkf | 2008-12-15 | 1 | -177/+340 | |
| | ||||||
* | fix warnings | das | 2008-12-14 | 1 | -6/+6 | |
| | ||||||
* | Improve docs, start working towards implementing [zlib push] | dkf | 2008-12-13 | 1 | -60/+109 | |
| | ||||||
* | Many improvements to docs | dkf | 2008-12-13 | 1 | -10/+117 | |
| | ||||||
* | change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) | nijtmans | 2008-12-12 | 1 | -5/+5 | |
| | ||||||
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 1 | -1/+111 | |
| | ||||||
* | Let code extract gzip headers | dkf | 2008-12-12 | 1 | -454/+140 | |
| | ||||||
* | Fix [Bug 2419061] | dkf | 2008-12-12 | 1 | -622/+405 | |
| | ||||||
* | Eliminate warning: different 'const' qualifiers | nijtmans | 2008-12-11 | 1 | -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. | dkf | 2008-12-11 | 1 | -49/+57 | |
| | ||||||
* | Fixed prototypes | dkf | 2008-12-11 | 1 | -92/+172 | |
| | ||||||
* | First hack at TIP#234 | dkf | 2008-12-11 | 1 | -0/+2567 | |