Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3530536]: zlib-7.4 fails on IRIX64 | jan.nijtmans | 2012-06-01 | 1 | -0/+16 |
|\ | |||||
| * | two more testcases, showing that only the "deflate" and "inflate" streams ↵bug_3530536 | jan.nijtmans | 2012-06-01 | 1 | -0/+16 |
|/ | | | | don't update the checksum, other streams do. | ||||
* | Add test showing both loss of bytes and empty-fileevent frenzy. | ferrieux | 2012-05-20 | 1 | -0/+18 |
| | |||||
* | Cancel the timeout timers! If this isn't done, lingering timers from | dgp | 2012-05-17 | 1 | -0/+16 |
| | | | | early tests can trigger false timeouts of later tests (since they are all using a common variable name). | ||||
* | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | dkf | 2012-04-15 | 1 | -0/+12 |
| | | | flushing work correctly in a pushed compressing channel transform. | ||||
* | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] ↵ | ferrieux | 2011-11-11 | 1 | -23/+23 |
| | | | | flags across zlib.test. | ||||
* | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when ↵ | ferrieux | 2011-11-11 | 1 | -1/+1 |
| | | | | going beyond OS buffers [Bug 3428756]. | ||||
* | [Bug 3390073]: Return the correct length of written data for a compressing | dkf | 2011-08-12 | 1 | -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 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 |