summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-4/+2
* Merge 8.7jan.nijtmans2023-03-071-10/+19
|\
| * Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
* | Merge 8.7apnadkarni2023-02-281-9/+38
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-02-281-9/+38
| |\ |/ /
| * Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ...jan.nijtmans2023-02-261-9/+38
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-2/+2
|\ \ | |/
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-4/+4
* | Merge 8.6jan.nijtmans2022-02-101-4/+4
|\ \ | |/
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-4/+4
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-2/+3
| * Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V...jan.nijtmans2020-09-281-8/+8
* | Fix [0386e9a967]: Bitrot in tclZlib.cjan.nijtmans2022-01-071-6/+6
* | merge 8.7dgp2021-03-151-1/+1
|\ \
| * | Tweak usage of TCL_NO_DEPRECATEDjan.nijtmans2021-03-151-1/+1
* | | Make Tcl_GetBytesFromObj work with size_t length parameter (just as Tcl_GetBy...jan.nijtmans2021-01-181-13/+13
* | | Merge TIP 481 (resolve conflicts)dgp2021-01-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-12-111-5/+8
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-11-251-232/+271
| |\ \ \
* | \ \ \ merge 8.7dgp2020-12-101-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | | | merge 8.7dgp2020-12-071-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+4
| | |/ / | |/| |
* | | | merge 8.7dgp2020-10-231-1/+1
|\ \ \ \ | |/ / /
| * | | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-1/+1
| |\ \ \
| | * | | Merge 8.7jan.nijtmans2020-10-011-1/+1
* | | | | merge 8.7dgp2020-10-031-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| |/ / /
* | | | merge 8.7dgp2020-09-171-9/+10
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+4
| * | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-6/+6
| |\ \ \ | | | |/ | | |/|
* | | | merge 8.7dgp2020-09-151-145/+131
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-06-251-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2020-06-251-2/+2
| * | | amend to 8.6th zlib-fix resolving warnings in 8.7 (int vs size_t, void * vs c...sebres2020-06-241-3/+3
| * | | merge 8.6sebres2020-06-241-147/+133
| |\ \ \ | | |/ /
| | * | merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate:sebres2020-06-241-149/+133
| | |\ \
| | | * | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expan...aku2020-06-231-2/+3
| | | * | code simplification, no interim copy/move buffers, no decompression d-string,...sebres2020-04-161-127/+103
| | | * | small amend combining similar partssebres2020-04-161-20/+10
| | | * | zlib: optimize ZlibTransformInput, if inflate is done no read and no generate...sebres2020-04-161-25/+25
| | | * | zlib: performance - set default read ahead limit to DEFAULT_BUFFER_SIZE (4K);...sebres2020-04-161-1/+4
| | | * | added (reworked) patch suggested by aku in [f70ce1fead]: recognize stream is ...sebres2020-04-161-5/+21
| | * | | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-201-32/+32
| | * | | zlib, *BO*: fixes possible segfault (or buffer overrun), for instance if limi...sebres2020-04-161-1/+3
| | |/ /
* | | | merge 8.7dgp2020-04-271-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-151-1/+1
| |\ \ \ | | |/ /
| | * | fixes bug [8af92dfb66]: resolve too earlier stop of inflate's cycle (if gener...sebres2020-04-151-1/+1
* | | | merge 8.7dgp2020-04-011-14/+59
|\ \ \ \ | |/ / /
| * | | Use TclGetBytesFromObj to check that all commands and public routines thatdgp2020-04-011-14/+59
|/ / /