summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-10Some Windows quality of life improvments. (#846)Michael Grunder
2020-07-08Use _WIN32 define instead of WIN32 (#845)Michael Grunder
2020-07-08Non Linux CI fixes (#844)Michael Grunder
2020-06-22fix #785: defer TCP_NODELAY in async tcp connections (#836)OmriSteiner
2020-06-18timeout option in redisConnectWithOptions should be on connect only (#829)valentinogeron
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2020-06-01Use explicit pointer casting for c++ compatibility (#826)Aureus
2020-05-30Merge branch 'new-ssl-api'michael-grunder
2020-05-30Tiny OOM fixmichael-grunder
2020-05-30Merge branch 'master' into new-ssl-apimichael-grunder
2020-05-26Document allocator injection and completeness fix in test.c (#824)Michael Grunder
2020-05-25Use unique names for allocator struct members (#823)Michael Grunder
2020-05-24New SSL API to replace redisSecureConnection().Yossi Gottlieb
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-21Add logic to handle RESP3 push messages (#819)Michael Grunder
2020-05-20Use standrad isxdigit instead of custom helper function. (#814)Muhammad Zahalqa
2020-05-19Resp3 verbatim string support (#805)Michael Grunder
2020-05-19Fix missing SSL build/install options. (#812)Yossi Gottlieb
2020-05-16Add link to ABI tracker (#808)Michael Grunder
2020-05-04Remove nested depth limitation. (#797)Michael Grunder
2020-05-04Support timeouts in libev adapater (#795)Michael Grunder
2020-04-23Attempt to fix compilation on Solaris (#796)Michael Grunder
2020-04-23Fix pkgconfig when installing to a custom lib dir (#793)Michael Grunder
2020-04-13Fix USE_SSL=1 make/cmake on OSX and CMake tests (#789)Michael Grunder
2020-04-09Provides an optional cleanup callback for async data.Nick Rivera
2020-04-09Use correct libuv call on Windows (#784)Michael Grunder
2020-04-09Added CMake package config and fixed hiredis_ssl on Windows (#783)Michael Grunder
2020-04-07Merge pull request #780 from yossigo/fix/cmake_ssl_so_versionMichael Grunder
2020-04-07CMake: Set hiredis_ssl shared object version.Yossi Gottlieb
2020-04-02Win32 tests and timeout fix (#776)Michael Grunder
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