summaryrefslogtreecommitdiff
path: root/hiredis.h
AgeCommit message (Expand)Author
2020-08-20Fix sockaddr typomichael-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
2015-04-16Change copyright date and add copyright holderJan-Erik Rediger
2015-04-16Document reconnect methodJan-Erik Rediger
2015-04-16Implement a reconnect method for the client contextJan-Erik Rediger
2015-01-26Release hiredis 0.12.1Matt Stancliff
2015-01-22Increase version to 0.12.0Matt Stancliff
2015-01-22Improve digit counting for multibulk creationMatt Stancliff
2015-01-05Fix errno error buffers to not clobber errorsMatt Stancliff
2015-01-05Refactor reading code into read.ctzickel
2015-01-05Add API to free hiredis (sds) formattingsMatt Stancliff
2015-01-05Add API to free hiredis (char *) formattingsMareq