| Commit message (Expand) | Author | Age | Files | Lines |
* | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longer | pooryorick | 2023-04-06 | 1 | -2/+2 |
|
|
* | Change -encodingprofile to -profile | apnadkarni | 2023-03-16 | 1 | -2/+2 |
|
|
* | Merge 9.0 | apnadkarni | 2023-03-01 | 1 | -0/+32 |
|\ |
|
| * | Merge 8.7. And fix Tcl_UtfToExternal()/Tcl_ExternalToUtf() (at least - suffic... | jan.nijtmans | 2023-02-28 | 1 | -0/+32 |
| |\ |
|
| | * | Merge 8.6 | jan.nijtmans | 2023-02-28 | 1 | -0/+32 |
| | |\ |
|
| | | * | Fix testcases | jan.nijtmans | 2023-02-27 | 1 | -20/+4 |
|
|
| | | * | fill in bug ticket-nr | jan.nijtmans | 2023-02-26 | 1 | -4/+4 |
|
|
| | | * | Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ... | jan.nijtmans | 2023-02-26 | 1 | -0/+48 |
|
|
| | * | | TIP #633: configure channel about channel encoding error reporting mode | jan.nijtmans | 2022-10-09 | 1 | -4/+4 |
| | |\ \ |
|
| | | * \ | Merge tip-346 | jan.nijtmans | 2022-10-07 | 1 | -2/+2 |
| | | |\ \
| | | |/ /
| | |/| | |
|
| | | * | | TIP633 fconfigure -nocomplainencoding (TCL8.7): replace "-strictencoding 0" b... | oehhar | 2022-09-19 | 1 | -2/+2 |
|
|
| | | * | | TIP633 fconfigure -strictencoding: make only "-strictencoding 0" possible on ... | oehhar | 2022-09-11 | 1 | -2/+2 |
|
|
| | | * | | TIP633 fconfigure -strictencoding: change option name to "-strictencoding". | oehhar | 2022-09-11 | 1 | -2/+2 |
|
|
| | | * | | TIP633: fconfigure -tolerantencoding: correct/add command interface tests | oehhar | 2022-09-09 | 1 | -2/+2 |
|
|
* | | | | | Tests pass modulo couple of differences in Tcl 8 and 9 default behavior to be... | apnadkarni | 2023-02-25 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge 9.0 | jan.nijtmans | 2022-10-08 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Add -strictencoding option to channels. Thanks to Harald Oehlman for his exam... | jan.nijtmans | 2022-09-22 | 1 | -2/+2 |
| |/ / |
|
* | | | TIP633 fconfigure -nocomplainencoding (TCL9): replace "-strictencoding 0" by ... | oehhar | 2022-09-19 | 1 | -2/+2 |
|
|
* | | | TIP633 fconfigure -strictencoding: TCL 9 command line implementation | oehhar | 2022-09-11 | 1 | -2/+2 |
|/ / |
|
* | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| |/ |
|
* | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|/ |
|
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -4/+4 |
|
|
* | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|
|
* | zlib.test: replaces tests/assets/zlib.bin with inlined version (creating test... | sebres | 2020-06-23 | 1 | -10/+34 |
|
|
* | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expan... | aku | 2020-06-23 | 1 | -2/+58 |
|
|
* | [50750c735a] Fix for uninit memory handling issue in zlib transforms. | dkf | 2017-04-25 | 1 | -1/+1 |
|
|
* | Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from "fix... | jan.nijtmans | 2017-04-12 | 1 | -7/+7 |
|
|
* | zlib.test: fix sporadic errors: | sebres | 2017-03-06 | 1 | -2/+6 |
|
|
* | Might as well number tests more conventionally. | dkf | 2017-02-26 | 1 | -3/+3 |
|
|
* | Make tests produce more meaningful information when they fail. | dkf | 2017-02-26 | 1 | -5/+11 |
|
|
* | better tests for finalization | aspect | 2017-02-11 | 1 | -0/+24 |
|
|
* | zlib stream finalize calls deflate with no input - this case (and this case | aspect | 2017-02-11 | 1 | -0/+12 |
|
|
* | Added test for bug | dkf | 2016-10-29 | 1 | -0/+19 |
|
|
* | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -0/+23 |
|
|
* | Make a few tests more resilient to differences in the semantics of pipes betw... | dkf | 2016-07-24 | 1 | -4/+8 |
|
|
* | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -0/+20 |
|
|
* | Was handling the flushing at the end of the stream wrongly. | dkf | 2016-04-04 | 1 | -4/+4 |
|
|
* | Working on fixing problem with short reads from compressing streams that brea... | dkf | 2016-04-03 | 1 | -0/+18 |
|
|
* | [25842c161] Prevent zero-length compress actions in [zlib] streaming API. | dkf | 2016-02-03 | 1 | -0/+6 |
|
|
* | Bump to zlib 2.0.1. | dgp | 2014-08-22 | 1 | -1/+1 |
|
|
* | Refactored much management of the BLOCKED and EOF flags into ChanRead() then | dgp | 2014-05-13 | 1 | -1/+1 |
|
|
* | [98c8b3ec12] Use constraint to work around failing test; it's just a bug in the | dkf | 2013-10-10 | 1 | -1/+8 |
|
|
* | [98c8b3ec12] Make test fail in less catastrophic manner. | dkf | 2013-09-04 | 1 | -1/+4 |
|
|
* | typo | jan.nijtmans | 2013-09-02 | 1 | -8/+8 |
|
|
* | Correction to comment in re key buffer size. | dkf | 2013-02-11 | 1 | -1/+1 |
|
|
* | [Bug 3603553]: Ensure that data gets written to the underlying stream by | dkf | 2013-02-11 | 1 | -0/+19 |
|
|
* | TIP 400 suffered from the same segfaulting flaw as 3595576. | dgp | 2012-12-13 | 1 | -0/+14 |
|
|
* | verify zlib package presence and version | dkf | 2012-06-11 | 1 | -0/+3 |
|
|
* | more cross-testing of dictionary-powered compression; describe package config... | dkf | 2012-06-09 | 1 | -2/+56 |
|
|