| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -7/+1 |
|
|
* | | merge trunk | dkf | 2012-05-24 | 1 | -105/+393 |
|\ \
| |/ |
|
| * | minor: Cleaning up code, adding comments. | dkf | 2012-05-24 | 1 | -118/+187 |
|
|
| * | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that | dkf | 2012-05-23 | 1 | -54/+267 |
| |\ |
|
| | * | Use zero-delays instead of finite ones when posting fileevents, because (1) t...bug_3525907 | ferrieux | 2012-05-22 | 1 | -8/+1 |
|
|
| | * | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim... | andreask | 2012-05-17 | 1 | -50/+256 |
| |/ |
|
* | | typofix | dkf | 2012-05-18 | 1 | -1/+1 |
|
|
* | | updated C API to be more focused on supporting just some operations | dkf | 2012-05-10 | 1 | -12/+49 |
|
|
* | | start writing some documentation | dkf | 2012-05-05 | 1 | -1/+1 |
|
|
* | | Add ability to get gzip header out of streaming zlib access | dkf | 2012-05-04 | 1 | -3/+28 |
|
|
* | | first actual test of doing something with a compression dictionary | dkf | 2012-05-01 | 1 | -6/+10 |
|
|
* | | Differentiate what options may be set by format type. | dkf | 2012-04-29 | 1 | -5/+21 |
|
|
* | | merge trunk | dkf | 2012-04-26 | 1 | -6/+2 |
|\ \
| |/ |
|
| * | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -6/+2 |
|
|
* | | another bit of fconfigure guts | dkf | 2012-04-20 | 1 | -1/+18 |
|
|
* | | Working towards the channel transform config options. | dkf | 2012-04-17 | 1 | -4/+26 |
|
|
* | | Refactor some [zlib] subcommands into their own functions | dkf | 2012-04-15 | 1 | -247/+320 |
|
|
* | | merge trunk | dkf | 2012-04-15 | 1 | -10/+12 |
|\ \
| |/ |
|
| * | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | dkf | 2012-04-15 | 1 | -10/+12 |
|
|
* | | towards dictionary setting on transforms | dkf | 2012-04-11 | 1 | -53/+93 |
|
|
* | | Argument parsing update | dkf | 2012-04-10 | 1 | -58/+58 |
|
|
* | | Another few bits of zlib stream core hacking | dkf | 2012-04-08 | 1 | -6/+44 |
|
|
* | | Another bit more | dkf | 2012-04-07 | 1 | -14/+73 |
|
|
* | | Another step on the road to implementation. | dkf | 2012-03-31 | 1 | -2/+67 |
|
|
* | | D'oh! | dkf | 2012-03-31 | 1 | -1/+1 |
|
|
* | | Start of implementation of TIP 400: zlib improvements | dkf | 2012-03-31 | 1 | -1/+22 |
|/ |
|
* | [Bug 3390073]: Return the correct length of written data for a compressing | dkf | 2011-08-12 | 1 | -1/+1 |
|
|
* | Make the -buffersize option to '$zstream add' function correctly instead of | dkf | 2011-08-08 | 1 | -12/+37 |
|
|
* | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! | dkf | 2011-08-05 | 1 | -2/+2 |
|
|
* | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms. | dkf | 2011-08-04 | 1 | -0/+14 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+5 |
|
|
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -24/+24 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
* | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that | dkf | 2010-10-19 | 1 | -4/+13 |
|
|
* | * generic/tclZlib.c: Purge code that wrote to the object returned by | dkf | 2010-10-19 | 1 | -50/+55 |
|
|
* | Remove hack needed for zlib 1.2.3 on win32 | nijtmans | 2010-06-21 | 1 | -103/+28 |
|
|
* | [Bug 2979399] uninitialized value troubles | nijtmans | 2010-03-30 | 1 | -28/+5 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 1 | -32/+33 |
|
|
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -8/+11 |
|
|
* | * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a | andreas_kupries | 2010-02-22 | 1 | -3/+22 |
|
|
* | [Bug 2947783]: Ensure that result is an unshared object before appending to it. | dkf | 2010-02-08 | 1 | -1/+19 |
|
|
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -2/+4 |
|
|
* | Remove accidental C99-ism which reportedly makes the AIX native compiler choke. | dkf | 2009-10-29 | 1 | -19/+31 |
|
|
* | ZlibTransformClose may be called with a NULL interpreter during finalization and | patthoyts | 2009-07-10 | 1 | -5/+13 |
|
|
* | [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate ... | patthoyts | 2009-07-09 | 1 | -2/+2 |
|
|
* | Silence a signed/unsigned warning that annoys msvc | patthoyts | 2009-07-06 | 1 | -2/+2 |
|
|
* | Make [zlib push] work with [fcopy]. | dkf | 2009-07-05 | 1 | -90/+145 |
|
|
* | Related corrections | dkf | 2009-03-04 | 1 | -4/+4 |
|
|
* | Fix bug 2662434 | dkf | 2009-03-04 | 1 | -3/+5 |
|
|
* | fix [Feature Request 2605263] use official | nijtmans | 2009-02-16 | 1 | -30/+82 |
|
|