summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24fixed cpp build error with adapters/libhv.hcqm
2022-10-14Fixup of PR734: Coverage of hiredis.c (#1124)Bjorn Svensson
2022-09-29CMake corrections for building on Windows (#1122)Bjorn Svensson
2022-09-27Fix PUSH handler tests for Redis >= 7.0.5michael-grunder
2022-09-27Install on windows fixes (#1117)Bjorn Svensson
2022-09-21Add timeout support to libhv adapter. (#1109)Michael Grunder
2022-09-19Additional include directory given by pkg-config (#1118)Bjorn Svensson
2022-09-14Use __attribute__ when building with clang on windowsBjörn Svensson
2022-09-08set default SSL certificate directoryVlad Turchenko
2022-09-08Minor refactormichael-grunder
2022-09-07Add libhv example to our standard Makefilemichael-grunder
2022-09-07Add adapters/libhvhewei.it
2022-09-06Fix pkgconfig for hiredis_sslBjörn Svensson
2022-09-05Fix protocol error (#1106)Michael Grunder
2022-09-03Use a windows specific keepalive function. (#1104)Michael Grunder
2022-09-02Introduce .close method for redisContextFuncszhenwei pi
2022-09-02Add REDIS_OPT_PREFER_UNSPEC (#1101)Michael Grunder
2022-09-01Update documentation to explain redisConnectWithOptions.michael-grunder
2022-09-01fix heap-buffer-overflow (#957)zhangtaoXT5
2022-09-01uvadapter: reduce number of uv_poll_start callsAnton Tiurin
2022-09-01Fix cmake config path on Linux.Tongliang Liao
2022-09-01Add possibility to prefer IPv6, IPv4 or unspecifiedViktor Söderqvist
2022-09-01fuzzer: No alloc in redisFormatCommand() when failBjörn Svensson
2022-09-01Fix heap-buffer-overflow issue in redisvFormatCommadBjörn Svensson
2022-09-01Polling adapter requires sockcompat.hmichael-grunder
2022-08-31Regression test for off-by-one parsing errorbugwz
2022-08-30Add do while(0) protection for macrosPei-Hsuan Hung
2022-08-29Rework asSleep to be a generic millisleep function.michael-grunder
2022-08-29Do store command timeout in the context for redisSetTimeout (#593)Arseniy Simonov
2022-08-29CMake: remove dict.c form hiredis_sourcesLipraxde
2022-08-29Add Github Actions CI workflow for hiredis: Arm, Arm64, 386, windows. (#943)Kristján Valur Jónsson
2022-08-29Merge pull request #964 from afcidk/fix-createDoubleObjectMichael Grunder
2022-08-29Merge pull request #901 from devnexen/illumos_test_fixMichael Grunder
2022-08-29Merge pull request #905 from sundb/masterMichael Grunder
2022-08-29Merge pull request #1091 from redis/ssl-error-ub-fixMichael Grunder
2022-08-29Fix some undefined behaviourjengab
2022-08-29Merge pull request #1090 from Nordix/subscribe-oom-errorMichael Grunder
2022-08-29Copy error to redisAsyncContext when finding subscribe cbBjörn Svensson
2022-08-26Merge pull request #1087 from redis/const-and-non-const-callbackMichael Grunder
2022-08-26Maintain backward compatibiliy withour onConnect callback.michael-grunder
2022-08-26Merge pull request #1079 from SukkaW/drop-macos-10.15-runnerMichael Grunder
2022-08-19Merge pull request #931 from kristjanvalur/pr2Michael Grunder
2022-08-17Merge pull request #1083 from chayim/ck-drafterMichael Grunder
2022-08-15Merge pull request #1085 from stanhu/ssl-improve-options-settingMichael Grunder
2022-08-15Make it possible to set SSL verify modeStan Hu
2022-08-10Merge pull request #1084 from stanhu/sh-improve-ssl-docsMichael Grunder
2022-08-10Improve example for SSL initialization in README.mdStan Hu
2022-08-10Release drafterChayim I. Kirshen
2022-08-05CI: use recommended `vmactions/freebsd-vm@v0`Sukka
2022-08-04Merge pull request #1080 from Nordix/readme-correctionsMichael Grunder