| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make a few tests more resilient to differences in the semantics of pipes betw... | donal.k.fellows@manchester.ac.uk | 2016-07-24 | 1 | -4/+8 |
| * | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | donal.k.fellows@manchester.ac.uk | 2016-06-27 | 1 | -0/+20 |
| * | Was handling the flushing at the end of the stream wrongly. | donal.k.fellows@manchester.ac.uk | 2016-04-04 | 1 | -4/+4 |
| * | Working on fixing problem with short reads from compressing streams that brea... | donal.k.fellows@manchester.ac.uk | 2016-04-03 | 1 | -0/+18 |
| * | [25842c161] Prevent zero-length compress actions in [zlib] streaming API. | donal.k.fellows@manchester.ac.uk | 2016-02-03 | 1 | -0/+6 |
| * | Bump to zlib 2.0.1. | dgp@users.sourceforge.net | 2014-08-22 | 1 | -1/+1 |
| * | Refactored much management of the BLOCKED and EOF flags into ChanRead() then | dgp@users.sourceforge.net | 2014-05-13 | 1 | -1/+1 |
| * | [98c8b3ec12] Use constraint to work around failing test; it's just a bug in the | donal.k.fellows@manchester.ac.uk | 2013-10-10 | 1 | -1/+8 |
| * | [98c8b3ec12] Make test fail in less catastrophic manner. | donal.k.fellows@manchester.ac.uk | 2013-09-04 | 1 | -1/+4 |
| * | typo | nijtmans@users.sourceforge.net | 2013-09-02 | 1 | -8/+8 |
| * | Correction to comment in re key buffer size. | donal.k.fellows@manchester.ac.uk | 2013-02-11 | 1 | -1/+1 |
| * | [Bug 3603553]: Ensure that data gets written to the underlying stream by | donal.k.fellows@manchester.ac.uk | 2013-02-11 | 1 | -0/+19 |
| * | TIP 400 suffered from the same segfaulting flaw as 3595576. | dgp@users.sourceforge.net | 2012-12-13 | 1 | -0/+14 |
| * | verify zlib package presence and version | donal.k.fellows@manchester.ac.uk | 2012-06-11 | 1 | -0/+3 |
| * | more cross-testing of dictionary-powered compression; describe package config... | donal.k.fellows@manchester.ac.uk | 2012-06-09 | 1 | -2/+56 |
| * | tidy up, fix test | donal.k.fellows@manchester.ac.uk | 2012-06-09 | 1 | -4/+4 |
| * | compressing transforms now work with dictionaries, even if raw | donal.k.fellows@manchester.ac.uk | 2012-06-07 | 1 | -0/+16 |
| * | making the -dictionary option work with streams | donal.k.fellows@manchester.ac.uk | 2012-06-06 | 1 | -2/+2 |
| * | more tests, more failures, more docs | donal.k.fellows@manchester.ac.uk | 2012-06-06 | 1 | -9/+59 |
| * | more test tinkering | donal.k.fellows@manchester.ac.uk | 2012-06-05 | 1 | -3/+6 |
| * | better test that dictionaries work | donal.k.fellows@manchester.ac.uk | 2012-06-05 | 1 | -5/+7 |
| * | merge trunk | donal.k.fellows@manchester.ac.uk | 2012-06-05 | 1 | -0/+16 |
| |\ | |||||
| | * | [Bug 3530536]: zlib-7.4 fails on IRIX64 | nijtmans@users.sourceforge.net | 2012-06-01 | 1 | -0/+16 |
| | |\ | |||||
| | | * | two more testcases, showing that only the "deflate" and "inflate" streams don... | nijtmans@users.sourceforge.net | 2012-06-01 | 1 | -0/+16 |
| | |/ | |||||
| * | | merge trunk | donal.k.fellows@manchester.ac.uk | 2012-05-24 | 1 | -5/+23 |
| |\ \ | |/ | |||||
| | * | Add test showing both loss of bytes and empty-fileevent frenzy. | ferrieux@users.sourceforge.net | 2012-05-20 | 1 | -0/+18 |
| * | | merge trunk | donal.k.fellows@manchester.ac.uk | 2012-05-17 | 1 | -0/+16 |
| |\ \ | |/ | |||||
| | * | Cancel the timeout timers! If this isn't done, lingering timers from | dgp@users.sourceforge.net | 2012-05-17 | 1 | -0/+16 |
| * | | first actual test of doing something with a compression dictionary | donal.k.fellows@manchester.ac.uk | 2012-05-01 | 1 | -0/+15 |
| * | | Differentiate what options may be set by format type. | donal.k.fellows@manchester.ac.uk | 2012-04-29 | 1 | -0/+20 |
| |/ | |||||
| * | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | donal.k.fellows@manchester.ac.uk | 2012-04-15 | 1 | -0/+12 |
| * | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] f... | ferrieux@users.sourceforge.net | 2011-11-11 | 1 | -23/+23 |
| * | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when g... | ferrieux@users.sourceforge.net | 2011-11-11 | 1 | -1/+1 |
| * | [Bug 3390073]: Return the correct length of written data for a compressing | donal.k.fellows@manchester.ac.uk | 2011-08-12 | 1 | -0/+32 |
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| * | [Bug 2818131] further tests added to cover use of mismatched zlib algorithms | patthoyts@users.sourceforge.net | 2010-02-26 | 1 | -2/+76 |
| * | ZlibTransformClose may be called with a NULL interpreter during finalization and | patthoyts@users.sourceforge.net | 2009-07-10 | 1 | -36/+168 |
| * | [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ... | patthoyts@users.sourceforge.net | 2009-07-09 | 1 | -6/+94 |
| * | Additional tests for zlib stacked channel with fcopy in various modes. | patthoyts@users.sourceforge.net | 2009-07-05 | 1 | -1/+120 |
| * | Make [zlib push] work with [fcopy]. | donal.k.fellows@manchester.ac.uk | 2009-07-05 | 1 | -1/+29 |
| * | Fix bug 2662434 | donal.k.fellows@manchester.ac.uk | 2009-03-04 | 1 | -1/+4 |
| * | fix 64bit test failures | das | 2008-12-21 | 1 | -5/+5 |
| * | Compressing and decompressing channel transformation support. | donal.k.fellows@manchester.ac.uk | 2008-12-18 | 1 | -6/+31 |
| * | Added constraints | donal.k.fellows@manchester.ac.uk | 2008-12-14 | 1 | -18/+20 |
| * | Many improvements to docs | donal.k.fellows@manchester.ac.uk | 2008-12-13 | 1 | -2/+2 |
| * | Added test for gzip header access | donal.k.fellows@manchester.ac.uk | 2008-12-12 | 1 | -1/+6 |
| * | Added basic test suite for zlib | donal.k.fellows@manchester.ac.uk | 2008-12-11 | 1 | -0/+104 |
