summaryrefslogtreecommitdiffstats
path: root/tests/zlib.test
Commit message (Expand)AuthorAgeFilesLines
* Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-4/+4
* Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-1/+1
* zlib.test: replaces tests/assets/zlib.bin with inlined version (creating test...sebres2020-06-231-10/+34
* Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expan...aku2020-06-231-2/+58
* [50750c735a] Fix for uninit memory handling issue in zlib transforms.dkf2017-04-251-1/+1
* Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from "fix...jan.nijtmans2017-04-121-7/+7
* zlib.test: fix sporadic errors:sebres2017-03-061-2/+6
* Might as well number tests more conventionally.dkf2017-02-261-3/+3
* Make tests produce more meaningful information when they fail.dkf2017-02-261-5/+11
* better tests for finalizationaspect2017-02-111-0/+24
* zlib stream finalize calls deflate with no input - this case (and this caseaspect2017-02-111-0/+12
* Added test for bugdkf2016-10-291-0/+19
* Fixed bug in pushed transforms with full internal buffers not writing out.dkf2016-09-061-0/+23
* Make a few tests more resilient to differences in the semantics of pipes betw...dkf2016-07-241-4/+8
* [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-0/+20
* Was handling the flushing at the end of the stream wrongly.dkf2016-04-041-4/+4
* Working on fixing problem with short reads from compressing streams that brea...dkf2016-04-031-0/+18
* [25842c161] Prevent zero-length compress actions in [zlib] streaming API.dkf2016-02-031-0/+6
* Bump to zlib 2.0.1.dgp2014-08-221-1/+1
* Refactored much management of the BLOCKED and EOF flags into ChanRead() thendgp2014-05-131-1/+1
* [98c8b3ec12] Use constraint to work around failing test; it's just a bug in thedkf2013-10-101-1/+8
* [98c8b3ec12] Make test fail in less catastrophic manner.dkf2013-09-041-1/+4
* typojan.nijtmans2013-09-021-8/+8
* Correction to comment in re key buffer size.dkf2013-02-111-1/+1
* [Bug 3603553]: Ensure that data gets written to the underlying stream bydkf2013-02-111-0/+19
* TIP 400 suffered from the same segfaulting flaw as 3595576.dgp2012-12-131-0/+14
* verify zlib package presence and versiondkf2012-06-111-0/+3
* more cross-testing of dictionary-powered compression; describe package config...dkf2012-06-091-2/+56
* tidy up, fix testdkf2012-06-091-4/+4
* compressing transforms now work with dictionaries, even if rawdkf2012-06-071-0/+16
* making the -dictionary option work with streamsdkf2012-06-061-2/+2
* more tests, more failures, more docsdkf2012-06-061-9/+59
* more test tinkeringdkf2012-06-051-3/+6
* better test that dictionaries workdkf2012-06-051-5/+7
* merge trunkdkf2012-06-051-0/+16
|\
| * [Bug 3530536]: zlib-7.4 fails on IRIX64jan.nijtmans2012-06-011-0/+16
| |\
| | * two more testcases, showing that only the "deflate" and "inflate" streams don...jan.nijtmans2012-06-011-0/+16
| |/
* | merge trunkdkf2012-05-241-5/+23
|\ \ | |/
| * Add test showing both loss of bytes and empty-fileevent frenzy.ferrieux2012-05-201-0/+18
* | merge trunkdkf2012-05-171-0/+16
|\ \ | |/
| * Cancel the timeout timers! If this isn't done, lingering timers from dgp2012-05-171-0/+16
* | first actual test of doing something with a compression dictionarydkf2012-05-011-0/+15
* | Differentiate what options may be set by format type.dkf2012-04-291-0/+20
|/
* * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedkf2012-04-151-0/+12
* Generalize previous fix to all of zlib.test; also, tidy up [chan configure] f...ferrieux2011-11-111-23/+23
* Use nonblocking writes in single-threaded IO tests to avoid deadlocks when g...ferrieux2011-11-111-1/+1
* [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-121-0/+32
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
* [Bug 2818131] further tests added to cover use of mismatched zlib algorithmspatthoyts2010-02-261-2/+76
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-101-36/+168