13 descendants of 1a1c8439500c3ac6
|
2026-06-12
| ||
| 19:56 | Added EOF check to flush leaf check-in: 9634fe7bf0 user: bohagan tags: trunk, main | |
|
2026-06-11
| ||
| 02:03 | Added more checks for EOF and to not do I/O after EOF. check-in: eda6800b08 user: bohagan tags: trunk, main | |
|
2026-05-29
| ||
| 14:35 | Fix to remove any pending timers during channel close check-in: 2b131e5ac2 user: bohagan tags: trunk, main | |
|
2026-05-28
| ||
| 03:43 | Fix for core dump due to use of statePtr after Tcl_Release in TlsChannelHandlerTimer. This can happen when a channel is closed while a timer is pending. Thanks to Colin Macleod for the bug report. check-in: 23085435b0 user: bohagan tags: trunk, main | |
| 02:45 | Corrected Windows makefile issue where the TCLSH variable set in rules-ext.vc it is overridden with a hard-coded value. Also includes updates to support ARM64 cross compilation. Many thanks to Phillip Brooks for these changes. check-in: 423a7e3717 user: bohagan tags: trunk, main | |
| 00:55 | Convert Visual C files to CRLF EOL check-in: 623b8de59a user: bohagan tags: trunk, main | |
|
2026-05-17
| ||
| 17:52 | Fix typo preventing "tls::status -local" option from working. Fix for issue [04c5fb844986b09a] check-in: 085e10e8ba user: bohagan tags: trunk, main | |
|
2026-04-13
| ||
| 02:10 | Replaced ckalloc, ckrealloc, and ckfree with Tcl_Alloc, Tcl_realloc, and Tcl_Free. check-in: c89bc45ea6 user: bohagan tags: trunk, main | |
|
2026-04-01
| ||
| 10:59 | autoconf -> 2.73 check-in: 1a14498b60 user: jan.nijtmans tags: trunk, main | |
|
2026-03-06
| ||
| 15:40 | Update rules.vc check-in: de80a726e6 user: jan.nijtmans tags: trunk, main | |
|
2026-02-12
| ||
| 02:33 | Reverted change to auto select protocol versions to increase backwards compatibility. Too many apps specify the protocols as command line options, but leave off TCL 1.2 and 1.3. Will reinstate this change after OpenSSL removes the depreciated API. check-in: 77bdd68ef1 user: bohagan tags: trunk, main | |
|
2026-02-10
| ||
| 03:03 | Updated make docs to use package name instead of hard-coded filename check-in: c0109e7660 user: bohagan tags: trunk, main | |
|
2026-02-06
| ||
| 20:19 | Added connect retry counter with wait between attempts check-in: e32c6e2509 user: bohagan tags: trunk, main | |
|
2026-01-31
| ||
| 02:13 | Fixed Mac static configure issue to check if ssl and z libs are available, then use them. This should support MacPorts that needs libz and Homebrew which does not. check-in: 1a1c843950 user: bohagan tags: trunk, main | |