summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-17Fix handling of NIL invalidation messages.michael-grunder
2020-10-12Merge pull request #885 from gkorland/patch-1Michael Grunder
2020-10-12clean a warning, remvoe empty else blockGuy Korland
2020-09-27Merge pull request #881 from timgates42/bugfix_typo_terminatedMichael Grunder
2020-09-26docs: Fix simple typo, termined -> terminatedTim Gates
2020-09-23Copy error to redisAsyncContext on timeoutshiyuge
2020-09-07Remove whitespacemichael-grunder
2020-09-07fixed issue with unit test linking on windows with SSLAlessio M
2020-09-04Merge branch 'master' of github.com:redis/hiredisAlessio M
2020-08-31Merge pull request #870 from michael-grunder/cmake-c99Michael Grunder
2020-08-28Explicitly set c99 in CMakemichael-grunder
2020-08-20Merge pull request #868 from michael-grunder/fix-sockaddr-typoMichael Grunder
2020-08-20Fix sockaddr typomichael-grunder
2020-08-07Don't use non-installed win32.h helper in examples (#863)Michael Grunder
2020-08-03Merge tag 'v1.0.0'michael-grunder
2020-08-03Prepare for v1.0.0 GAmichael-grunder
2020-07-31Define a no op assert if we detect NDEBUG (#861)Michael Grunder
2020-07-31Use development specific versions in mastermichael-grunder
2020-07-31We can run SSL tests everywhere except mingw/Windows (#859)Michael Grunder
2020-07-30Remove extra whitespace (#858)Michael Grunder
2020-07-30Keep libev's code style (#857)lijiageng
2020-07-29Update notes preparing for v1.0.0-rc1michael-grunder
2020-07-29Move SSL management to a distinct private pointer. (#855)Michael Grunder
2020-07-26Minor refactor for scheduling an async timer. (#854)Michael Grunder
2020-07-26add a command_timeout to redisContextOptions (#839)valentinogeron
2020-07-22Add static library target and cpack supportmasariello
2020-07-21Fix a static analysis false positivemichael-grunder
2020-07-20Move include to sockcompat.h to maintain style (#850)Michael Grunder
2020-07-20fix windows compiling with mingw (#848)Malizia R
2020-07-19Remove erroneous tag and add license to push example (#849)Michael Grunder
2020-07-19Resp3 oob push support (#841)Michael Grunder
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