summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Tolerate NULL interpsdgp2013-03-271-6/+12
|
* [Bug 3603553]: Ensure that data gets written to the underlying stream bydkf2013-02-111-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 thatdkf2013-01-161-1/+1
| | | is an encoding we guarantee to support without loading encoding files.
* TIP 400 suffered from the same segfaulting flaw as 3595576.dgp2012-12-131-16/+3
| | | Segfaulting test and fix committed.
* Silence some (unimportant) warnings from the MIPSpro compiler.dkf2012-11-281-5/+6
|
* [3590483]: Some compilers cannot initialize with complex non-constants.dkf2012-11-281-24/+27
|
* clean up some of the code to remove warnings and uselessly-settable thingsdkf2012-10-041-15/+43
|
* documented new C API; corrected type signature of no-zlib fallback functiondkf2012-10-031-6/+3
|
* merge trunkdkf2012-08-111-93/+100
|\
| * more result generation conversiondkf2012-08-041-29/+33
| |
| * converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-12/+13
| |
* | merge trunkdkf2012-07-041-8/+4
|\ \ | |/
| * Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-8/+4
| |
* | add configurability of readahead limitdkf2012-06-241-39/+74
| |
* | Start to split apart the stream command implementation for easier maintenance.dkf2012-06-221-180/+238
| |
* | more cross-testing of dictionary-powered compression; describe package ↵dkf2012-06-091-43/+179
| | | | | | | | configuration
* | tidy up, fix testdkf2012-06-091-27/+38
| |
* | compressing transforms now work with dictionaries, even if rawdkf2012-06-071-0/+16
| |
* | merge trunkdkf2012-06-061-1/+10
|\ \ | |/
| * Declare that Tcl provides the zlib 2.0 package.dkf2012-06-061-1/+10
| |
* | making the -dictionary option work with streamsdkf2012-06-061-10/+38
| |
* | more tests, more failures, more docsdkf2012-06-061-2/+13
| |
* | more test tinkeringdkf2012-06-051-13/+19
| |
* | fix broken testsdkf2012-06-051-1/+1
| |
* | merge trunkdkf2012-06-051-0/+1
|\ \ | |/
| * bug-3530536jan.nijtmans2012-06-011-0/+1
| |
* | merge trunkdkf2012-05-311-7/+1
|\ \ | |/
| * Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-7/+1
| | | | | | conversation with Alexandre Ferrieux.
* | 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
| |\ | | | | | | | | | | | | 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_3525907ferrieux2012-05-221-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 ↵andreask2012-05-171-50/+256
| |/ | | | | | | timed events, and added code handling special situations like EAGAIN, parent eof, etc.
* | 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
| | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one.
* | 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
| | | | | | flushing work correctly in a pushed compressing channel transform.
* | 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
| |