Overview
Comment: | updated copyright notice |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4afdc175749b2c408c1a6021e99567ec |
User & Date: | aborr on 2000-01-20 01:51:39 |
Other Links: | manifest | tags |
Context
2000-01-20
| ||
02:01 | *** empty log message *** check-in: 6e8823945b user: aborr tags: trunk | |
01:51 | updated copyright notice check-in: 4afdc17574 user: aborr tags: trunk | |
01:50 | added Matt's patches for the tclhttpd server check-in: efd347fa7e user: aborr tags: trunk | |
Changes
Modified tcl.m4
from [b27a556637]
to [6fcc44f52b].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # tcl.m4 -- # # This file provides a set of autoconf macros to help TEA-enable # a Tcl extension. # |
︙ |
Modified tests/tls.tcl
from [93cdd63c43]
to [0c043800ae].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsAuto.tcl
from [edef8cc17e]
to [2f26c4f54d].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsBlocking.tcl
from [e6f4d2461b]
to [1451087112].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsCiphers.tcl
from [c19f5798af]
to [fba5847d35].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsHttp.tcl
from [7f42afdb27]
to [0d2519d08d].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsSrv.tcl
from [48f03073a3]
to [f6b6ba4b43].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsSrv2.tcl
from [ace6787720]
to [e1af4dadc0].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tests/tlsUpload.tcl
from [85da6e7341]
to [56ece189b7].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tls.h
from [166f5ea0c8]
to [dc96a1623e].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified tlsBIO.c
from [089891ecdb]
to [e6c3698fee].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified tlsIO.c
from [f1ba907f62]
to [e2f15d6a74].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified tlsInt.h
from [8ab4c9a90a]
to [c3268ac565].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | /* |
︙ |
Modified tlsX509.c
from [98e61cfba7]
to [3a25e645bc].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + - + | /* |
︙ |