summaryrefslogtreecommitdiff
path: root/hiredis.h
AgeCommit message (Expand)Author
2023-05-29Helper for setting TCP_USER_TIMEOUT socket option (#1188)Viktor Söderqvist
2023-03-13Fix colliding option valuesViktor Söderqvist
2023-03-07Allow specifying the keepalive intervalmichael-grunder
2022-11-15Bump dev version for the next release cycle.michael-grunder
2022-11-14Prepare for v1.1.0 GAmichael-grunder
2022-11-09Update version in dev branch.michael-grunder
2022-11-06Prepare for v1.1.0-rc1michael-grunder
2022-09-05Fix protocol error (#1106)Michael Grunder
2022-09-02Introduce .close method for redisContextFuncszhenwei pi
2022-09-02Add REDIS_OPT_PREFER_UNSPEC (#1101)Michael Grunder
2022-09-01Add possibility to prefer IPv6, IPv4 or unspecifiedViktor Söderqvist
2022-08-30Add do while(0) protection for macrosPei-Hsuan Hung
2021-12-22Fix integer overflow when format command larger than 4GB (#1030)sundb
2021-12-22Handle array response in parallell with pubsub using RESP3 (#1014)Bjorn Svensson
2021-10-07Merge branch 'release/v1.0.2'michael-grunder
2021-10-07Revert erroneous SONAME bumpmichael-grunder
2021-10-04Merge branch 'release/v1.0.1'michael-grunder
2021-10-04 Prepare for v1.0.1 GAmichael-grunder
2021-07-11Added REDIS_NO_AUTO_FREE_REPLIES flag (#962)Meir Shpilraien (Spielrein)
2021-02-25read: Add support for the RESP3 bignum typeAlex Smith
2020-08-20Fix sockaddr typomichael-grunder
2020-08-03Prepare for v1.0.0 GAmichael-grunder
2020-07-31Use development specific versions in mastermichael-grunder
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-19Resp3 oob push support (#841)Michael Grunder
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2020-05-19Resp3 verbatim string support (#805)Michael Grunder
2020-02-28Bump version to 0.15.0michael-grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2020-01-01fix spelling mistakesShooterIT
2019-09-01Use a const funcs in redisContext.Yossi Gottlieb
2019-08-29wip: SSL code reorganization, see #705.Yossi Gottlieb
2019-08-27Merge pull request #697 from yossigo/resp3Mark Nunberg
2019-08-09MinGW fix: Use _MSC_VER instead of _WIN32 where appropriateMarcus Geelnard
2019-08-04RESP3 support changes from Redis.Yossi Gottlieb
2019-04-13Fix Compile Error On Windows (Visual Studio)jinjiazhang
2019-04-01Port network layer to Winsockm
2019-04-01Introduce a redisFD typem
2019-02-21Allow option for async connections to not automatically freeMark Nunberg
2019-02-20Support SNIvalentino
2019-02-20Fix bug in options macroMark Nunberg
2019-02-20Provide option-struct initializationMark Nunberg
2019-02-20Initial SSL (sync) implementationMark Nunberg
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2018-09-25Prepare for the 0.14.0 releaseTom Lee
2018-04-30Drop __redis_strerror_rJustin Brewer
2017-03-22suppress gcc complaintIchito Nagata