Tcl Library Source Code

Changes On Branch pt/avoid-old-ssl
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch pt/avoid-old-ssl Excluding Merge-Ins

This is equivalent to a diff from 9ba2ffd340 to 25f3b8ee94

2017-10-31
03:41
Merged Pat's work. Regenerated documentation. Fixed documentation issues in Pat's work, and Sean's. check-in: 048189d3a6 user: aku tags: trunk
2017-10-30
23:33
Disabled non-functioning markdown tests and update results where the only difference is whitespace check-in: 78b3ed8622 user: hypnotoad tags: trunk
21:55
Bumped version information for crc16 and autoproxy. Closed-Leaf check-in: 25f3b8ee94 user: aku tags: pt/avoid-old-ssl
2017-10-28
13:33
autoproxy: allow reset of proxy authentication details Fixes ticket [733e45296] by allowing the proxy authentication details to be overwritten or removed if empty details are provided. check-in: ee6fa84309 user: patthoyts tags: pt/avoid-old-ssl
2017-10-27
14:38
Do not use ssl2 or ssl3 in tests as these are no longer supported. The ssl libraries that underpin the tcl tls package no longer support ssl2 so do not try using this protocol in testing. check-in: c49c11b395 user: patthoyts tags: pt/avoid-old-ssl
00:25
Pulling in bug fixes to the dns module from patthoyts. Resolves ticket [644ec25013] check-in: 9ba2ffd340 user: hypnotoad tags: trunk
00:22
dns: update the uri parsing to use the renamed GetUPHP function GetHostPort was renamed to GetUPHP so make use of the new name. Closed-Leaf check-in: 2fde6e29c9 user: patthoyts tags: dns-rfc7858
2017-10-26
01:30
Refactoring practcl. Moved build tools to a mixin. Made the mixins modules. Added a "select" instance method to the ancestor class of major mixins. check-in: 1eca4e3892 user: hypnotoad tags: trunk

Changes to modules/comm/comm.test.

Changes to modules/crc/crc16.man.

Changes to modules/crc/crc16.tcl.

Changes to modules/crc/pkgIndex.tcl.

Changes to modules/devtools/dialog.tcl.

Changes to modules/http/ChangeLog.

Changes to modules/http/autoproxy.man.

Changes to modules/http/autoproxy.tcl.

Added modules/http/autoproxy.test.

Changes to modules/http/pkgIndex.tcl.

Changes to modules/pop3/pop3.test.