summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-02Const correctnessmichael-grunder
2020-03-14Add release pattern for automatic CImichael-grunder
2020-03-13Actually define include guardmichael-grunder
2020-02-28Bump version to 0.15.0michael-grunder
2020-02-27Housekeeping fixes (#764)Michael Grunder
2020-01-29Merge pull request #756 from ch1aki/fix-make-installMichael Grunder
2020-01-29install alloc.hakichan
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2020-01-01Merge pull request #746 from ShooterIT/spellingMichael Grunder
2020-01-01fix spelling mistakesShooterIT
2019-12-18Merge pull request #741 from redis/redisgetreply-nullMichael Grunder
2019-12-12Free the reply in redisGetReply when passed NULLmichael-grunder
2019-12-05Merge pull request #727 from pbotros/botros/disable-tests-cmakeMichael Grunder
2019-11-25Merge pull request #737 from natoscott/masterMichael Grunder
2019-11-25Fix dead code in sslLogCallback relating to should_log variable.Nathan Scott
2019-11-19Merge pull request #731 from Kevin-Xi/patch-1Michael Grunder
2019-11-20Fix typo in dict.c.Kevin
2019-11-03Adding an option to DISABLE_TESTSPaul Botros
2019-10-10Use correct flag in README.mdmichael-grunder
2019-10-10Merge pull request #720 from yossigo/ssl-docsMichael Grunder
2019-10-08Merge pull request #715 from redis/test-leaksMichael Grunder
2019-10-07Update README with SSL support.Yossi Gottlieb
2019-09-25Fixes leaks in unit testsmichael-grunder
2019-09-16Merge pull request #711 from yossigo/ssl-testsMark Nunberg
2019-09-16Add SSL mode tests.Yossi Gottlieb
2019-09-16Make SSL timeout error compatible with rest.Yossi Gottlieb
2019-09-16Fix: redisReconnect() should clear SSL context.Yossi Gottlieb
2019-09-16Merge pull request #708 from yossigo/wip/ssl-reorganizationMark Nunberg
2019-09-01Update CMakelists for hiredis/hiredis_ssl builds.Yossi Gottlieb
2019-09-01Separate hiredis and hiredis_ssl library build.Yossi Gottlieb
2019-09-01Use a const funcs in redisContext.Yossi Gottlieb
2019-08-29Update CMakeLists with sslio.c rename.Yossi Gottlieb
2019-08-29Rename sslio.Yossi Gottlieb
2019-08-29wip: SSL code reorganization, see #705.Yossi Gottlieb
2019-08-29Merge pull request #706 from yossigo/fix/msvcMark Nunberg
2019-08-28Fix MSVC build.Yossi Gottlieb
2019-08-27Merge pull request #702 from yossigo/report-connect-errorsMark Nunberg
2019-08-27Merge pull request #697 from yossigo/resp3Mark Nunberg
2019-08-27Merge pull request #699 from yossigo/silent-ssl-traceMark Nunberg
2019-08-25Fix typo.Yossi Gottlieb
2019-08-22SSL: Properly report SSL_connect() errors.Yossi Gottlieb
2019-08-13Merge pull request #670 from jman-krafton/masterMark Nunberg
2019-08-13Silent SSL trace to stdout by default.Yossi Gottlieb
2019-08-12add recv error code for clarifying timeoutSangmoon Yi
2019-08-12fix timeout code in windowsSangmoon Yi
2019-08-09Merge pull request #663 from mbitsnbites/mingw-support-2Mark Nunberg
2019-08-09Travis: Add a Windows MSVC 2017 compilation testMarcus Geelnard
2019-08-09Travis: Add a MinGW cross compilation testMarcus Geelnard
2019-08-09MSVC: Fix some compiler warnings in sds.hMarcus Geelnard
2019-08-09MinGW fix: Use _MSC_VER instead of _WIN32 where appropriateMarcus Geelnard