summaryrefslogtreecommitdiffstats
path: root/tests/zlib.test
Commit message (Collapse)AuthorAgeFilesLines
* Generalize previous fix to all of zlib.test; also, tidy up [chan configure] ↵ferrieux2011-11-111-23/+23
| | | | flags across zlib.test.
* Use nonblocking writes in single-threaded IO tests to avoid deadlocks when ↵ferrieux2011-11-111-1/+1
| | | | going beyond OS buffers [Bug 3428756].
* [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-121-0/+32
| | | | transform, ensuring that buffers are written exactly once instead of multiple times or not at all (producing an invalid file).
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| | | cause more harm than good. Purged them (except in zlib files).
* [Bug 2818131] further tests added to cover use of mismatched zlib algorithmspatthoyts2010-02-261-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 andpatthoyts2009-07-101-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 ↵patthoyts2009-07-091-6/+94
| | | | format.
* Additional tests for zlib stacked channel with fcopy in various modes.patthoyts2009-07-051-1/+120
|
* Make [zlib push] work with [fcopy].dkf2009-07-051-1/+29
|
* Fix bug 2662434dkf2009-03-041-1/+4
|
* fix 64bit test failuresdas2008-12-211-5/+5
|
* Compressing and decompressing channel transformation support.dkf2008-12-181-6/+31
| | | | Note that there may be "quality-of-implementation" issues left...
* Added constraintsdkf2008-12-141-18/+20
|
* Many improvements to docsdkf2008-12-131-2/+2
|
* Added test for gzip header accessdkf2008-12-121-1/+6
|
* Added basic test suite for zlibdkf2008-12-111-0/+104