summaryrefslogtreecommitdiff
path: root/hiredis.h
AgeCommit message (Expand)Author
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
2016-10-25Remove trailing comma in redisConnectionType enumDonald Whyte
2016-04-20fix: Change string length type to size_tJan-Erik Rediger
2016-04-20Auto merge of #391 - redis:catch-error-buf-overflow, r=badboynot-a-robot
2015-11-18Prevent buffer overflow when formatting the errorJan-Erik Rediger
2015-10-28fixing typoscharsyam
2015-09-16Release version 0.13.3Jan-Erik Rediger
2015-08-25Release version 0.13.2Jan-Erik Rediger
2015-07-27Use stable soname versionJan-Erik Rediger
2015-05-03Release version 0.13.1Jan-Erik Rediger
2015-04-30Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin...Alex Balashov
2015-04-16Release version 0.13.0Jan-Erik Rediger