Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ↵ | Joe Mistachkin | 2015-06-11 | 1 | -1/+2 |
| | | | | ticket [478c446889]. | ||||
* | Bump to zlib 2.0.1. | dgp | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | [726349fab8] Stop leaking compression dictionary on zlib xform channel close. | dgp | 2014-07-15 | 1 | -0/+4 |
| | |||||
* | Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices. | jan.nijtmans | 2014-07-09 | 1 | -3/+2 |
| | |||||
* | Same improvements to the zlib transform operations.dgp_trunk_flag_repair | dgp | 2014-05-19 | 1 | -40/+5 |
| | |||||
* | Tolerate NULL interps | dgp | 2013-03-27 | 1 | -6/+12 |
| | |||||
* | [Bug 3603553]: Ensure that data gets written to the underlying stream by | dkf | 2013-02-11 | 1 | -1/+1 |
| | | | | | | | compressing transforms when the amount of data to be written is one buffer's-worth; problem was particularly likely to occur when compressing large quantities of not-very-compressible data. Many thanks to Piera Poggio (vampiera) for reporting. | ||||
* | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that | dkf | 2013-01-16 | 1 | -1/+1 |
| | | | is an encoding we guarantee to support without loading encoding files. | ||||
* | TIP 400 suffered from the same segfaulting flaw as 3595576. | dgp | 2012-12-13 | 1 | -16/+3 |
| | | | Segfaulting test and fix committed. | ||||
* | Silence some (unimportant) warnings from the MIPSpro compiler. | dkf | 2012-11-28 | 1 | -5/+6 |
| | |||||
* | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -24/+27 |
| | |||||
* | clean up some of the code to remove warnings and uselessly-settable things | dkf | 2012-10-04 | 1 | -15/+43 |
| | |||||
* | documented new C API; corrected type signature of no-zlib fallback function | dkf | 2012-10-03 | 1 | -6/+3 |
| | |||||
* | merge trunk | dkf | 2012-08-11 | 1 | -93/+100 |
|\ | |||||
| * | more result generation conversion | dkf | 2012-08-04 | 1 | -29/+33 |
| | | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -12/+13 |
| | | |||||
* | | merge trunk | dkf | 2012-07-04 | 1 | -8/+4 |
|\ \ | |/ | |||||
| * | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -8/+4 |
| | | |||||
* | | add configurability of readahead limit | dkf | 2012-06-24 | 1 | -39/+74 |
| | | |||||
* | | Start to split apart the stream command implementation for easier maintenance. | dkf | 2012-06-22 | 1 | -180/+238 |
| | | |||||
* | | more cross-testing of dictionary-powered compression; describe package ↵ | dkf | 2012-06-09 | 1 | -43/+179 |
| | | | | | | | | configuration | ||||
* | | tidy up, fix test | dkf | 2012-06-09 | 1 | -27/+38 |
| | | |||||
* | | compressing transforms now work with dictionaries, even if raw | dkf | 2012-06-07 | 1 | -0/+16 |
| | | |||||
* | | merge trunk | dkf | 2012-06-06 | 1 | -1/+10 |
|\ \ | |/ | |||||
| * | Declare that Tcl provides the zlib 2.0 package. | dkf | 2012-06-06 | 1 | -1/+10 |
| | | |||||
* | | making the -dictionary option work with streams | dkf | 2012-06-06 | 1 | -10/+38 |
| | | |||||
* | | more tests, more failures, more docs | dkf | 2012-06-06 | 1 | -2/+13 |
| | | |||||
* | | more test tinkering | dkf | 2012-06-05 | 1 | -13/+19 |
| | | |||||
* | | fix broken tests | dkf | 2012-06-05 | 1 | -1/+1 |
| | | |||||
* | | merge trunk | dkf | 2012-06-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | bug-3530536 | jan.nijtmans | 2012-06-01 | 1 | -0/+1 |
| | | |||||
* | | merge trunk | dkf | 2012-05-31 | 1 | -7/+1 |
|\ \ | |/ | |||||
| * | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -7/+1 |
| | | | | | | conversation with Alexandre Ferrieux. | ||||
* | | 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 |
| |\ | | | | | | | | | | | | | decompressed input is flushed through the transform correctly when the input stream gets to the end. Thanks to Alexandre Ferrieux and Andreas Kupries for their work on this. | ||||
| | * | Use zero-delays instead of finite ones when posting fileevents, because (1) ↵bug_3525907 | ferrieux | 2012-05-22 | 1 | -8/+1 |
| | | | | | | | | | | | | they should be zero in the first place (see UpdateInterest) and (2) ever-reposting cases will be detected with greater ease. | ||||
| | * | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of ↵ | andreask | 2012-05-17 | 1 | -50/+256 |
| |/ | | | | | | | timed events, and added code handling special situations like EAGAIN, parent eof, etc. | ||||
* | | 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 |
| | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | ||||
* | | 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 |
|\ \ | |/ |