Timeline

50 most recent events by user bohagan occurring on or after 2026-01-22 02:03:58.

More ↑
2026-09-05
21:07
Fixed misspelling of -security_level option in tls.tcl. leaf check-in: 225266f767 user: bohagan tags: trunk, main
21:00
Better detect IPv4 and IPv6 addresses. check-in: e33433cf12 user: bohagan tags: trunk, main
20:51 Ticket [2e20632151] tls::init -securitylevel option problem status still Open with 5 other changes artifact: f942a9be28 user: bohagan
2026-08-02
21:43 Ticket [02fb67f4d3] Crash on process shutdown status still Open with 3 other changes artifact: dc8ab81504 user: bohagan
20:06
Correct issue where at shutdown we free BioMethods before Tcl closes open channels. Fix for issue [02fb67f4d3]. check-in: 2a9aba281f user: bohagan tags: trunk, main
2026-07-30
01:21 Ticket [02fb67f4d3] Crash on process shutdown status still Open with 5 other changes artifact: 507f438497 user: bohagan
2026-07-05
10:07
Change to use the NMAKEHLP_NATIVE variable to find an nmakehlp.exe during cross compilation. Add find_nmakehlp.tcl to deduce NMAKEHLP_NATIVE from TCLSH_NATIVE when that is set. See https://core.tcl-lang.org/tcl/info/a142bfe61e5a7680 check-in: 98c499eaaf user: bohagan tags: trunk, main
2026-07-04
01:23
Update make dist to remove path prefix from archive path. check-in: 8f28bd11c1 user: bohagan tags: trunk, main
2026-06-30
04:17 Changes to wiki page "Download" artifact: e06df01fcc user: bohagan
2026-06-29
01:30 Edit [1346b54b60]: Add tag "tls-2.0.1". artifact: 9a52bab87b user: bohagan
2026-06-27
19:27
Tag as TclTLS 2.0.1 release. check-in: 1346b54b60 user: bohagan tags: trunk, main, tls-2.0.1
18:20
Fixed make manifest.uuid file to better identify which SCM system is in use. check-in: c4ea01b8db user: bohagan tags: trunk, main
16:23
Removed install binaries from make install since this could create an empty directory check-in: f96fa2178b user: bohagan tags: trunk, main
15:47
Fix CONST86 macro to also apply to TCL 8.6. check-in: 033df9a0fc user: bohagan tags: trunk, main
2026-06-26
23:13
Changes for OpenSSL 4.0 check-in: dd54db1edb user: bohagan tags: trunk, main
2026-06-21
22:46
Changes from Androwish See https://androwish.org/home/info/5869d6767860a4e0 check-in: cc6266dea7 user: bohagan tags: trunk, main
2026-06-12
19:56
Added EOF check to flush 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-06-07
19:53 Ticket [2cc408bd36] Does 2.0b2 work with OpenSSL 3.0.x? status still Open with 3 other changes artifact: 28f15d8d9e user: bohagan
19:52 Closed ticket [82560343da]: Test-suite errors on Windows plus 3 other changes artifact: b438ca29e0 user: bohagan
19:51 Ticket [355dbfdd4f] merge crypto branch into the trunk? status still Open with 3 other changes artifact: 7a624f0e50 user: bohagan
19:47 Closed ticket [04c5fb8449]: tls::status -local does not work anymore plus 3 other changes artifact: 0dc76ede3c user: bohagan
19:44 Closed ticket [fb2fecf221]: make-docs-n in WSL (Debian 12) fails due to DTPLITE substitution plus 4 other changes artifact: 042a8a0048 user: bohagan
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
19:06 Ticket [04c5fb8449] tls::status -local does not work anymore status still Open with 5 other changes artifact: bfd7fc6b38 user: bohagan
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-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
More ↓