Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | [Bug 2818131] further tests added to cover use of mismatched zlib algorithms | patthoyts | 2010-02-26 | 1 | -2/+76 |
| | | | | | | Using zlib gzip to write and inflate to read from a channel where gets was also used for reading data was causing a crash. This has been fixed by Andreas' last commit. | ||||
* | ZlibTransformClose may be called with a NULL interpreter during finalization and | patthoyts | 2009-07-10 | 1 | -36/+168 |
| | | | | | Tcl_SetChannelError requires a list. Added some tests to ensure error propagation from the zlib library to the interp. | ||||
* | [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ↵ | patthoyts | 2009-07-09 | 1 | -6/+94 |
| | | | | format. | ||||
* | Additional tests for zlib stacked channel with fcopy in various modes. | patthoyts | 2009-07-05 | 1 | -1/+120 |
| | |||||
* | Make [zlib push] work with [fcopy]. | dkf | 2009-07-05 | 1 | -1/+29 |
| | |||||
* | Fix bug 2662434 | dkf | 2009-03-04 | 1 | -1/+4 |
| | |||||
* | fix 64bit test failures | das | 2008-12-21 | 1 | -5/+5 |
| | |||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 1 | -6/+31 |
| | | | | Note that there may be "quality-of-implementation" issues left... | ||||
* | Added constraints | dkf | 2008-12-14 | 1 | -18/+20 |
| | |||||
* | Many improvements to docs | dkf | 2008-12-13 | 1 | -2/+2 |
| | |||||
* | Added test for gzip header access | dkf | 2008-12-12 | 1 | -1/+6 |
| | |||||
* | Added basic test suite for zlib | dkf | 2008-12-11 | 1 | -0/+104 |