summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* clean up some of the code to remove warnings and uselessly-settable thingsdonal.k.fellows@manchester.ac.uk2012-10-041-15/+43
* documented new C API; corrected type signature of no-zlib fallback functiondonal.k.fellows@manchester.ac.uk2012-10-031-6/+3
* merge trunkdonal.k.fellows@manchester.ac.uk2012-08-111-93/+100
|\
| * more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-041-29/+33
| * converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-12/+13
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-07-041-8/+4
|\ \ | |/
| * Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-8/+4
* | add configurability of readahead limitdonal.k.fellows@manchester.ac.uk2012-06-241-39/+74
* | Start to split apart the stream command implementation for easier maintenance.donal.k.fellows@manchester.ac.uk2012-06-221-180/+238
* | more cross-testing of dictionary-powered compression; describe package config...donal.k.fellows@manchester.ac.uk2012-06-091-43/+179
* | tidy up, fix testdonal.k.fellows@manchester.ac.uk2012-06-091-27/+38
* | compressing transforms now work with dictionaries, even if rawdonal.k.fellows@manchester.ac.uk2012-06-071-0/+16
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-06-061-1/+10
|\ \ | |/
| * Declare that Tcl provides the zlib 2.0 package.donal.k.fellows@manchester.ac.uk2012-06-061-1/+10
* | making the -dictionary option work with streamsdonal.k.fellows@manchester.ac.uk2012-06-061-10/+38
* | more tests, more failures, more docsdonal.k.fellows@manchester.ac.uk2012-06-061-2/+13
* | more test tinkeringdonal.k.fellows@manchester.ac.uk2012-06-051-13/+19
* | fix broken testsdonal.k.fellows@manchester.ac.uk2012-06-051-1/+1
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-06-051-0/+1
|\ \ | |/
| * bug-3530536nijtmans@users.sourceforge.net2012-06-011-0/+1
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-05-311-7/+1
|\ \ | |/
| * Factor out constant that must be the same in multiple places. Prompted by adonal.k.fellows@manchester.ac.uk2012-05-251-7/+1
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-05-241-105/+393
|\ \ | |/
| * minor: Cleaning up code, adding comments.donal.k.fellows@manchester.ac.uk2012-05-241-118/+187
| * * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdonal.k.fellows@manchester.ac.uk2012-05-231-54/+267
| |\
| | * Use zero-delays instead of finite ones when posting fileevents, because (1) t...ferrieux@users.sourceforge.net2012-05-221-8/+1
| | * Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim...andreask2012-05-171-50/+256
| |/
* | typofixdonal.k.fellows@manchester.ac.uk2012-05-181-1/+1
* | updated C API to be more focused on supporting just some operationsdonal.k.fellows@manchester.ac.uk2012-05-101-12/+49
* | start writing some documentationdonal.k.fellows@manchester.ac.uk2012-05-051-1/+1
* | Add ability to get gzip header out of streaming zlib accessdonal.k.fellows@manchester.ac.uk2012-05-041-3/+28
* | first actual test of doing something with a compression dictionarydonal.k.fellows@manchester.ac.uk2012-05-011-6/+10
* | Differentiate what options may be set by format type.donal.k.fellows@manchester.ac.uk2012-04-291-5/+21
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-04-261-6/+2
|\ \ | |/
| * * generic/tclUtil.c (TclDStringToObj): Added internal function to makedonal.k.fellows@manchester.ac.uk2012-04-251-6/+2
* | another bit of fconfigure gutsdonal.k.fellows@manchester.ac.uk2012-04-201-1/+18
* | Working towards the channel transform config options.donal.k.fellows@manchester.ac.uk2012-04-171-4/+26
* | Refactor some [zlib] subcommands into their own functionsdonal.k.fellows@manchester.ac.uk2012-04-151-247/+320
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-04-151-10/+12
|\ \ | |/
| * * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedonal.k.fellows@manchester.ac.uk2012-04-151-10/+12
* | towards dictionary setting on transformsdonal.k.fellows@manchester.ac.uk2012-04-111-53/+93
* | Argument parsing updatedonal.k.fellows@manchester.ac.uk2012-04-101-58/+58
* | Another few bits of zlib stream core hackingdonal.k.fellows@manchester.ac.uk2012-04-081-6/+44
* | Another bit moredonal.k.fellows@manchester.ac.uk2012-04-071-14/+73
* | Another step on the road to implementation.donal.k.fellows@manchester.ac.uk2012-03-311-2/+67
* | D'oh!donal.k.fellows@manchester.ac.uk2012-03-311-1/+1
* | Start of implementation of TIP 400: zlib improvementsdonal.k.fellows@manchester.ac.uk2012-03-311-1/+22
|/
* [Bug 3390073]: Return the correct length of written data for a compressingdonal.k.fellows@manchester.ac.uk2011-08-121-1/+1
* Make the -buffersize option to '$zstream add' function correctly instead ofdonal.k.fellows@manchester.ac.uk2011-08-081-12/+37
* [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology!donal.k.fellows@manchester.ac.uk2011-08-051-2/+2