summaryrefslogtreecommitdiff
path: root/hiredis.c
AgeCommit message (Expand)Author
2021-10-10Minor refactor of CVE-2021-32765 fix.michael-grunder
2021-10-04Merge branch 'release/v1.0.1'michael-grunder
2021-10-04Fix for integer/buffer overflow CVE-2021-32765Yossi Gottlieb
2021-08-18Don't leak memory if an invalid type is set (#906)rouzier
2021-07-11Added REDIS_NO_AUTO_FREE_REPLIES flag (#962)Meir Shpilraien (Spielrein)
2021-04-02Change order independant push logic to not change behavior.michael-grunder
2021-04-02Handle the case where an invalidation is sent second.michael-grunder
2021-02-25read: Add support for the RESP3 bignum typeAlex Smith
2021-02-25redisReply: Fix parent type assertions during double, nil, bool creationAlex Smith
2021-02-25redisReply: Explicitly list nil and bool cases in freeReplyObject() switch.Alex Smith
2021-02-25redisReply: Fix - set len in double objectsAlex Smith
2020-10-17Fix handling of NIL invalidation messages.michael-grunder
2020-10-12clean a warning, remvoe empty else blockGuy Korland
2020-07-29Move SSL management to a distinct private pointer. (#855)Michael Grunder
2020-07-26add a command_timeout to redisContextOptions (#839)valentinogeron
2020-07-19Resp3 oob push support (#841)Michael Grunder
2020-06-18timeout option in redisConnectWithOptions should be on connect only (#829)valentinogeron
2020-06-07sdsrange overflow fix (#830)Michael Grunder
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-19Resp3 verbatim string support (#805)Michael Grunder
2019-12-12Free the reply in redisGetReply when passed NULLmichael-grunder
2019-09-16Fix: redisReconnect() should clear SSL context.Yossi Gottlieb
2019-08-29wip: SSL code reorganization, see #705.Yossi Gottlieb
2019-08-27Merge pull request #697 from yossigo/resp3Mark Nunberg
2019-08-09Merge branch 'master' into createArray-size_tMark Nunberg
2019-08-04RESP3 support changes from Redis.Yossi Gottlieb
2019-04-10ensure that blocking timeout is setMark Nunberg
2019-04-01Port network layer to Winsockm
2019-04-01Introduce a redisFD typem
2019-04-01Move network I/O calls to net.cm
2019-02-21Allow option for async connections to not automatically freeMark Nunberg
2019-02-20fixed wrong memset argsMark Nunberg
2019-02-20scrub redisContext before freeingMark Nunberg
2019-02-20Fix memory leaksvalentino
2019-02-20Support SNIvalentino
2019-02-20minor fixes: initialize options struct with 0 alwaysMark Nunberg
2019-02-20Provide option-struct initializationMark Nunberg
2019-02-20Initial SSL (sync) implementationMark Nunberg
2018-10-24Fix redisBufferRead documentationStefan Hacker
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2018-05-21Update createArray to take size_tJustin Brewer
2018-04-30Remove redundant NULL checksJustin Brewer
2018-04-30Remove redundant zero storesJustin Brewer
2018-04-30Drop __redis_strerror_rJustin Brewer
2018-01-05calloc param fixes and NULL checkcdliuqiang@gmail.com
2017-06-15Small fixesamallia
2016-05-14Typo format in redisFormatSdsCommandArgv functionPaulino Huerta
2015-10-28fixing typoscharsyam
2015-09-14Revert "redisBufferRead: Clear REDIS_CONNECTED flag when server closed connec...Jan-Erik Rediger