Age | Commit message (Expand) | Author |
2020-06-01 | Use explicit pointer casting for c++ compatibility (#826) | Aureus |
2020-05-30 | Merge branch 'new-ssl-api' | michael-grunder |
2020-05-30 | Tiny OOM fix | michael-grunder |
2020-05-30 | Merge branch 'master' into new-ssl-api | michael-grunder |
2020-05-26 | Document allocator injection and completeness fix in test.c (#824) | Michael Grunder |
2020-05-25 | Use unique names for allocator struct members (#823) | Michael Grunder |
2020-05-24 | New SSL API to replace redisSecureConnection(). | Yossi Gottlieb |
2020-05-22 | Allow users to replace allocator and handle OOM everywhere. (#800) | Michael Grunder |
2020-05-21 | Add logic to handle RESP3 push messages (#819) | Michael Grunder |
2020-05-20 | Use standrad isxdigit instead of custom helper function. (#814) | Muhammad Zahalqa |
2020-05-19 | Resp3 verbatim string support (#805) | Michael Grunder |
2020-05-19 | Fix missing SSL build/install options. (#812) | Yossi Gottlieb |
2020-05-16 | Add link to ABI tracker (#808) | Michael Grunder |
2020-05-04 | Remove nested depth limitation. (#797) | Michael Grunder |
2020-05-04 | Support timeouts in libev adapater (#795) | Michael Grunder |
2020-04-23 | Attempt to fix compilation on Solaris (#796) | Michael Grunder |
2020-04-23 | Fix pkgconfig when installing to a custom lib dir (#793) | Michael Grunder |
2020-04-13 | Fix USE_SSL=1 make/cmake on OSX and CMake tests (#789) | Michael Grunder |
2020-04-09 | Provides an optional cleanup callback for async data. | Nick Rivera |
2020-04-09 | Use correct libuv call on Windows (#784) | Michael Grunder |
2020-04-09 | Added CMake package config and fixed hiredis_ssl on Windows (#783) | Michael Grunder |
2020-04-07 | Merge pull request #780 from yossigo/fix/cmake_ssl_so_version | Michael Grunder |
2020-04-07 | CMake: Set hiredis_ssl shared object version. | Yossi Gottlieb |
2020-04-02 | Win32 tests and timeout fix (#776) | Michael Grunder |
2020-04-02 | Const correctness | michael-grunder |
2020-03-14 | Add release pattern for automatic CI | michael-grunder |
2020-03-13 | Actually define include guard | michael-grunder |
2020-02-28 | Bump version to 0.15.0 | michael-grunder |
2020-02-27 | Housekeeping fixes (#764) | Michael Grunder |
2020-01-29 | Merge pull request #756 from ch1aki/fix-make-install | Michael Grunder |
2020-01-29 | install alloc.h | akichan |
2020-01-28 | Safe allocation wrappers (#754) | Michael Grunder |
2020-01-01 | Merge pull request #746 from ShooterIT/spelling | Michael Grunder |
2020-01-01 | fix spelling mistakes | ShooterIT |
2019-12-18 | Merge pull request #741 from redis/redisgetreply-null | Michael Grunder |
2019-12-12 | Free the reply in redisGetReply when passed NULL | michael-grunder |
2019-12-05 | Merge pull request #727 from pbotros/botros/disable-tests-cmake | Michael Grunder |
2019-11-25 | Merge pull request #737 from natoscott/master | Michael Grunder |
2019-11-25 | Fix dead code in sslLogCallback relating to should_log variable. | Nathan Scott |
2019-11-19 | Merge pull request #731 from Kevin-Xi/patch-1 | Michael Grunder |
2019-11-20 | Fix typo in dict.c. | Kevin |
2019-11-03 | Adding an option to DISABLE_TESTS | Paul Botros |
2019-10-10 | Use correct flag in README.md | michael-grunder |
2019-10-10 | Merge pull request #720 from yossigo/ssl-docs | Michael Grunder |
2019-10-08 | Merge pull request #715 from redis/test-leaks | Michael Grunder |
2019-10-07 | Update README with SSL support. | Yossi Gottlieb |
2019-09-25 | Fixes leaks in unit tests | michael-grunder |
2019-09-16 | Merge pull request #711 from yossigo/ssl-tests | Mark Nunberg |
2019-09-16 | Add SSL mode tests. | Yossi Gottlieb |
2019-09-16 | Make SSL timeout error compatible with rest. | Yossi Gottlieb |