Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
21 check-ins using file test/014-utf8.test version b787eb2ffc
2024-08-07
| ||
13:00 | Support Tcl 9 Leaf check-in: 835304ae23 user: gahr tags: trunk | |
2024-07-09
| ||
11:58 | Release: retcl-0.6.0 check-in: da5cc1dd36 user: gahr tags: 0.6.0, trunk | |
11:57 | Add `make test` step to RELEASE.adoc check-in: 452e587de8 user: gahr tags: trunk | |
11:44 | More precise synopsis check-in: 28cf311bab user: gahr tags: trunk | |
11:42 | Use new constructor syntax in the ping-pong example check-in: 5806a5eaf7 user: gahr tags: trunk | |
09:09 | Better handling of invalid arguments check-in: 519e993477 user: gahr tags: trunk | |
08:34 | Allow specifying configuration options at construction time check-in: 4b1a087054 user: gahr tags: trunk | |
2024-07-07
| ||
20:23 | Clarify that the two constructor modes (host + port / -noconnect) are distinct check-in: c670d128d9 user: gahr tags: trunk | |
2024-06-05
| ||
07:12 | Don't pass a plain "1" to tls::socket and don't use client authentication in ping-pong check-in: 18a0607d6b user: gahr tags: trunk | |
2024-05-22
| ||
13:54 | Release: retcl-0.5.0 This release adds support for TLS connections. See the TLS section in the README. Thanks to Colin Macleod for triggering this feature addition and for helping out with coming up with a reasonable API. check-in: dc4705d073 user: gahr tags: 0.5.0, trunk | |
13:08 | Merge tls check-in: 26bea3fa2d user: gahr tags: trunk | |
13:08 | Fix typo (thanks to Colin Macleod) Leaf check-in: d56c56d9b8 user: gahr tags: tls | |
11:53 | Merge trunk check-in: e67e51ed94 user: gahr tags: tls | |
11:51 | Add an Encoding section to the README, see [70c08b5b5d] check-in: e6c7f77750 user: gahr tags: trunk | |
09:11 | Fix link check-in: c521c698ea user: gahr tags: tls | |
09:10 | Allow specifying TLS options via the +tls method check-in: 3a3f99f5c3 user: gahr tags: tls | |
2024-05-21
| ||
17:29 | Not sure about using env variables yet check-in: 7c91d095fc user: gahr tags: tls | |
17:28 | Fix typo in the comments check-in: a90cd75503 user: gahr tags: tls | |
15:44 | Initial support for TLS connections This adds support to connecting to Redis via a TLS-secured connection, by adding the methods `+tls`, `-tls`, and `?tls` to toggle and query TLS mode. Any TLS-specific setup such as the location or contents of the certificates and keys need to be specified using plain TLS APIs. See examples/ping-pong.tcl. TODO * review the API and the implementation: do we need to add more tweaks? * update README check-in: 51b606b474 user: gahr tags: tls | |
2024-05-20
| ||
13:36 | Small edits to documentation check-in: 29b908ec0d user: gahr tags: trunk | |
2024-04-22
| ||
12:36 | Add a test for [70c08b5b5d] check-in: f90952f00b user: gahr tags: trunk | |