50 most recent events by user bohagan occurring on or after 2025-10-13 20:56:06.
More ↑
|
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-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
| ||
| 21:58 | • Ticket [355dbfdd4f] merge crypto branch into the trunk? status still Open with 5 other changes artifact: 6259146706 user: bohagan | |
| 20:19 | Added connect retry counter with wait between attempts check-in: e32c6e2509 user: bohagan tags: trunk, main | |
| 04:17 | • Ticket [8b681abb1e] Tcl application hangs during connection establishment to server not answering on TLS connection properly. status still Open with 5 other changes artifact: 5500f226fc user: bohagan | |
| 03:21 | • Ticket [48eddca89e] http:geturl https://localhost:8143/info hangs when server not running status still Open with 3 other changes artifact: 735b6ddee6 user: bohagan | |
| 03:17 | • Ticket [fb2fecf221] make-docs-n in WSL (Debian 12) fails due to DTPLITE substitution status still Open with 3 other changes artifact: ee1fe4f65c user: bohagan | |
|
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 | |
|
2026-01-30
| ||
| 03:48 | Updated find dtplite macro to look for both dtplite and dtplite.tcl (needed for MSYS). Fix for issue: https://core.tcl-lang.org/tcltls/tktview/fb2fecf221 check-in: 1a138dbb37 user: bohagan tags: trunk, main | |
|
2026-01-29
| ||
| 02:58 | Updated make docs to correct use of TCLSH and show error message if dtplite not found. Fix for issue: https://core.tcl-lang.org/tcltls/tktview/fb2fecf221 check-in: cb8b9cae9e user: bohagan tags: trunk, main | |
|
2026-01-27
| ||
| 01:58 | Added Git and fossil attributes for file EOL conversions check-in: fb3ddf8927 user: bohagan tags: trunk, main | |
| 01:24 | Corrected static builds on MinGW/MSYS2 to use correct library filenames. check-in: 664330fc76 user: bohagan tags: trunk, main | |
|
2026-01-22
| ||
| 02:42 | • Closed ticket [3b1ef43f51]: Test suite failures plus 4 other changes artifact: 7294644a59 user: bohagan | |
| 02:39 | • Closed ticket [636cbfcca3]: Tip of tcltls crashes plus 3 other changes artifact: 161c06d44e user: bohagan | |
| 02:38 | • Closed ticket [6a63c165d8]: tcltls-2.0.b1 infinite loop in Tls_WaitForConnect plus 3 other changes artifact: 235fc53891 user: bohagan | |
| 02:37 | • Closed ticket [48eddca89e]: http:geturl https://localhost:8143/info hangs when server not running plus 3 other changes artifact: 12b29daa4d user: bohagan | |
| 02:35 | • Closed ticket [f5a0fe8ddf]: Plans for official release in 2024? plus 4 other changes artifact: 9ed0f28f96 user: bohagan | |
| 02:32 | • Closed ticket [e01f02a121]: Segfault under wish at first tls::import, not under tclsh plus 4 other changes artifact: a1a1692532 user: bohagan | |
| 02:30 | • Closed ticket [a3a57452d5]: Runtime-Error under MacOS plus 4 other changes artifact: c6b91a67c1 user: bohagan | |
| 02:03 | • Edit [ca1a846290]: Add tag "tls-1-8". artifact: 8877886dee user: bohagan | |
| 02:02 | • Edit [5d3e3c3bf8]: Add tag "tls-2-0". artifact: 19ea0f27f5 user: bohagan | |
|
2026-01-21
| ||
| 04:36 | • Changes to wiki page "Documentation" artifact: a3dac04f3d user: bohagan | |
| 04:35 | Update release version in documentation check-in: 2cd3de52b3 user: bohagan tags: trunk, main | |
| 04:33 | • Changes to wiki page "Download" artifact: 26e9b36391 user: bohagan | |
| 02:49 | Merge TLS 2.0 changes into main check-in: c466e1bd8f user: bohagan tags: trunk, main | |
| 02:49 | Tag as TLS 2.0 release leaf check-in: 5d3e3c3bf8 user: bohagan tags: tls-2.0, tls-2-0 | |
|
2026-01-20
| ||
| 03:02 | Updated tests to fix the remaining failing test cases check-in: 7f29e7252a user: bohagan tags: tls-2.0 | |
|
2026-01-16
| ||
| 02:39 | Updated test files to use test CA Cert file. check-in: e827617afa user: bohagan tags: tls-2.0 | |
| 01:13 | Changed install directory and dist file to tcltls{version}. check-in: 47198b69b1 user: bohagan tags: tls-2.0 | |
|
2026-01-08
| ||
| 05:35 | Updated test constraints to make work for all platforms and OpenSSL versions. Added more tests. check-in: 34befcf0c7 user: bohagan tags: tls-2.0 | |
|
2026-01-07
| ||
| 18:15 | Simplified setting supported SSL and TLS protocols. We now only use TLS 1.2 and 1.3 unless overridden by the user. check-in: 17cb74a5cf user: bohagan tags: tls-2.0 | |
|
2026-01-06
| ||
| 05:08 | Updated make dist to not rely on TEMP dir check-in: 2e25cc74d2 user: bohagan tags: tls-2.0 | |
|
2025-12-08
| ||
| 01:39 | Updates to acinclude.m4 for Mac static builds check-in: 5600179812 user: bohagan tags: tls-2.0 | |
|
2025-12-07
| ||
| 23:49 | • Ticket [2cc408bd36] Does 2.0b2 work with OpenSSL 3.0.x? status still Open with 3 other changes artifact: 59a1c08882 user: bohagan ... 1 similar event omitted. | |
|
2025-11-22
| ||
| 21:45 | Test case updates check-in: 7486a156cd user: bohagan tags: tls-2.0 | |
|
2025-11-16
| ||
| 22:54 | Updates to makefile to protect for filenames with spaces in them check-in: 8d4ab271cd user: bohagan tags: tls-2.0 | |
|
2025-10-17
| ||
| 03:14 | Simplified logic for adding static libraries to TCLTLS_SSL_LIBS check-in: 85b45fc6e0 user: bohagan tags: tls-2.0 | |
|
2025-10-16
| ||
| 21:21 | Updated set ssl/tls protocol version logic for cipher and import commands to use new APIs. check-in: e383f27192 user: bohagan tags: tls-2.0 | |
| 18:20 | Updated set DH parameters for servers for OpenSSL 3.0+ APIs. check-in: 014250ffb8 user: bohagan tags: tls-2.0 | |
| 17:22 | Added more error info to documentation check-in: 2a7487c3bf user: bohagan tags: tls-2.0 | |
|
2025-10-15
| ||
| 18:06 | • Ticket [3b1ef43f51] Test suite failures status still Open with 3 other changes artifact: 915f0d9ecd user: bohagan ... 1 similar event omitted. | |
|
2025-10-14
| ||
| 22:08 | Updates to fix issues with building static libraries check-in: 6108512e1f user: bohagan tags: tls-2.0 | |
|
2025-10-13
| ||
| 23:56 | • Ticket [550d6360c9] Most demos not working with Tcl/Tk 9 status still Open with 3 other changes artifact: 9c6a7a9417 user: bohagan | |
| 23:50 | • Closed ticket [21ca82773d]: Demo echat.tcl: Horizontal scrollbar not working plus 4 other changes artifact: 1f6035d068 user: bohagan | |
| 21:56 | Fixes to demos to add 'package prefer latest', use updated TCL website URL, etc. check-in: 9a625532b9 user: bohagan tags: tls-2.0 | |
| 20:59 | • Ticket [550d6360c9] Most demos not working with Tcl/Tk 9 status still Open with 5 other changes artifact: 587ea2af3d user: bohagan | |
| 20:56 | • Ticket [21ca82773d] Demo echat.tcl: Horizontal scrollbar not working status still Open with 5 other changes artifact: 78b14c8e3b user: bohagan | |