Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Fix some undefined behaviour | jengab | |
- redisSSLContextError must always be initialized at defintion, otherwise when SSL connect succeeds it may not be assigned to a valid error. Thus the memory trash remains in the variable, which may sign a misleading error. | |||
2020-07-10 | Some Windows quality of life improvments. (#846) | Michael Grunder | |
* Don't try to ignore SIGPIPE in Windows (it doesn't exist). * Add an include to our win32.h compatibility header. * Enable building examples on Travis in Windows. See #831 | |||
2020-05-24 | New SSL API to replace redisSecureConnection(). | Yossi Gottlieb | |
2019-08-29 | wip: SSL code reorganization, see #705. | Yossi Gottlieb | |
2019-02-20 | Support SNI | valentino | |
2019-02-20 | SSL for async I/O | Mark Nunberg | |