Differences From Artifact [acd3ab6a5a]:
- File ChangeLog — part of check-in [a27c6affe5] at 2000-07-12 01:54:26 on branch tls-1-3-io-rewrite — * tlsIO.c: changed all the channel procs to start with Tls* for better parity when comparing with Transform channel procs. Rewrote TlsWatchProc, added TlsNotifyProc according to the new channel design, which also leaves TlsChannelHandler unused. * tlsBIO.c (BioCtrl): changed BIO_CTRL_FLUSH case to use Tcl_WriteRaw instead of Tcl_Flush (to operate on correct channel in the stack instead of starting at the top again). Would otherwise cause a recursive stack bomb when implicit handshaking took effect. (user: hobbs, size: 2984) [annotate] [blame] [check-ins using]
To Artifact [fac07465ee]:
- File ChangeLog — part of check-in [7b1825af0d] at 2000-07-14 04:10:22 on branch tls-1-3-io-rewrite — * tests/tlsIO.test: enabled tests 2.10, 7.[1245] (there is no 3), which now pass. Added some comments to other failing tests. (user: hobbs, size: 3161) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 2000-07-11 Jeff Hobbs <[email protected]> * tlsIO.c: changed all the channel procs to start with Tls* for better parity when comparing with Transform channel procs. Rewrote TlsWatchProc, added TlsNotifyProc according to the new channel design, which also leaves TlsChannelHandler unused. | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2000-07-13 Jeff Hobbs <[email protected]> * tests/tlsIO.test: enabled tests 2.10, 7.[1245] (there is no 3), which now pass. Added some comments to other failing tests. 2000-07-11 Jeff Hobbs <[email protected]> * tlsIO.c: changed all the channel procs to start with Tls* for better parity when comparing with Transform channel procs. Rewrote TlsWatchProc, added TlsNotifyProc according to the new channel design, which also leaves TlsChannelHandler unused. |
︙ | ︙ |