Check-in [cbeb34c75f]
Overview
Comment:Added flag to track if EOF has occurred on channel.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | main | tls-2.0
Files: files | file ages | folders
SHA3-256: cbeb34c75f0f49c7f218785db9dc3168dd54eccf7923b131aa5e0104896d6a77
User & Date: bohagan on 2025-09-15 01:36:19.000
Other Links: branch diff | manifest | tags
Context
2025-09-18
04:18
Added Tcl_Preserve for statePtr while timer is running. Moved Tls_Free to eliminate forward declaration. check-in: 4bf70b79a5 user: bohagan tags: trunk, main, tls-2.0
2025-09-15
01:36
Added flag to track if EOF has occurred on channel. check-in: cbeb34c75f user: bohagan tags: trunk, main, tls-2.0
2025-09-14
02:04
Updated BIOShouldRetry to not use ENOTCONN as a retry condition since Tcl core uses this a failure. Fix for issues: https://core.tcl-lang.org/tcltls/tktview/6a63c165d8 https://core.tcl-lang.org/tcltls/tktview/48eddca89e check-in: b342c5f302 user: bohagan tags: trunk, main, tls-2.0
Changes