summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-7/+1
* | merge trunkdkf2012-05-241-105/+393
|\ \ | |/
| * minor: Cleaning up code, adding comments.dkf2012-05-241-118/+187
| * * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-231-54/+267
| |\
| | * Use zero-delays instead of finite ones when posting fileevents, because (1) t...bug_3525907ferrieux2012-05-221-8/+1
| | * Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim...andreask2012-05-171-50/+256
| |/
* | typofixdkf2012-05-181-1/+1
* | updated C API to be more focused on supporting just some operationsdkf2012-05-101-12/+49
* | start writing some documentationdkf2012-05-051-1/+1
* | Add ability to get gzip header out of streaming zlib accessdkf2012-05-041-3/+28
* | first actual test of doing something with a compression dictionarydkf2012-05-011-6/+10
* | Differentiate what options may be set by format type.dkf2012-04-291-5/+21
* | merge trunkdkf2012-04-261-6/+2
|\ \ | |/
| * * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-6/+2
* | another bit of fconfigure gutsdkf2012-04-201-1/+18
* | Working towards the channel transform config options.dkf2012-04-171-4/+26
* | Refactor some [zlib] subcommands into their own functionsdkf2012-04-151-247/+320
* | merge trunkdkf2012-04-151-10/+12
|\ \ | |/
| * * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedkf2012-04-151-10/+12
* | towards dictionary setting on transformsdkf2012-04-111-53/+93
* | Argument parsing updatedkf2012-04-101-58/+58
* | Another few bits of zlib stream core hackingdkf2012-04-081-6/+44
* | Another bit moredkf2012-04-071-14/+73
* | Another step on the road to implementation.dkf2012-03-311-2/+67
* | D'oh!dkf2012-03-311-1/+1
* | Start of implementation of TIP 400: zlib improvementsdkf2012-03-311-1/+22
|/
* [Bug 3390073]: Return the correct length of written data for a compressingdkf2011-08-121-1/+1
* Make the -buffersize option to '$zstream add' function correctly instead ofdkf2011-08-081-12/+37
* [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology!dkf2011-08-051-2/+2
* [Bug 3386197]: Plug memory leak in unstacking of zlib transforms.dkf2011-08-041-0/+14
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+5
* MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-24/+24
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
* * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-191-4/+13
* * generic/tclZlib.c: Purge code that wrote to the object returned bydkf2010-10-191-50/+55
* Remove hack needed for zlib 1.2.3 on win32nijtmans2010-06-211-103/+28
* [Bug 2979399] uninitialized value troublesnijtmans2010-03-301-28/+5
* Code Audit results:dkf2010-03-051-32/+33
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-8/+11
* * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added aandreas_kupries2010-02-221-3/+22
* [Bug 2947783]: Ensure that result is an unshared object before appending to it.dkf2010-02-081-1/+19
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-2/+4
* Remove accidental C99-ism which reportedly makes the AIX native compiler choke.dkf2009-10-291-19/+31
* ZlibTransformClose may be called with a NULL interpreter during finalization andpatthoyts2009-07-101-5/+13
* [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ...patthoyts2009-07-091-2/+2
* Silence a signed/unsigned warning that annoys msvcpatthoyts2009-07-061-2/+2
* Make [zlib push] work with [fcopy].dkf2009-07-051-90/+145
* Related correctionsdkf2009-03-041-4/+4
* Fix bug 2662434dkf2009-03-041-3/+5
* fix [Feature Request 2605263] use officialnijtmans2009-02-161-30/+82