hiredis/examples
jengab 0ed6cdec35 Fix some undefined behaviour
- 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.
2022-08-29 11:12:53 -07:00
..
CMakeLists.txt Correct CMake warning for libevent adapter example 2021-11-18 09:14:39 -08:00
example-ae.c Move examples into their own folder 2013-07-10 22:16:53 -07:00
example-glib.c Add GLib 2.0 adapter 2015-01-05 16:39:30 -05:00
example-ivykis.c Some Windows quality of life improvments. (#846) 2020-07-10 12:53:52 -07:00
example-libev.c Some Windows quality of life improvments. (#846) 2020-07-10 12:53:52 -07:00
example-libevent-ssl.c Fix some undefined behaviour 2022-08-29 11:12:53 -07:00
example-libevent.c add a command_timeout to redisContextOptions (#839) 2020-07-26 12:32:27 -07:00
example-libuv.c Add timeout support for libuv adapter (#1016) 2022-01-18 10:59:18 -08:00
example-macosx.c Fix a typo in the Mac OSX example 2015-07-27 23:19:41 +02:00
example-poll.c Polling adapter and example 2022-07-05 11:14:03 +00:00
example-push.c Don't use non-installed win32.h helper in examples (#863) 2020-08-07 10:26:38 -07:00
example-qt.cpp Add Qt adapter and relative example. 2015-07-27 23:17:41 +02:00
example-qt.h Make sure to disconnect the adapter in the destructor 2015-07-27 23:17:41 +02:00
example-ssl.c Fix some undefined behaviour 2022-08-29 11:12:53 -07:00
example.c Don't use non-installed win32.h helper in examples (#863) 2020-08-07 10:26:38 -07:00