summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06-17Ensure we curry any connect error to an async context.michael-grunder
2021-05-23Fix README.mdmichael-grunder
2021-05-02Merge pull request #935 from kristjanvalur/pr5Michael Grunder
2021-05-02Merge pull request #939 from zmartzone/improve_pr_896_ssl_leakMichael Grunder
2021-05-02Merge pull request #949 from plan-do-break-fix/Typo-correctionsMichael Grunder
2021-04-24fix(docs): corrects typos in project READMEplan-do-break-fix
2021-04-11improve SSL leak fix redis/hiredis#896Hans Zandbelt
2021-04-08Ignore timeout callback from a successful connectKristján Valur Jónsson
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-25Merge branch 'reader-updates'michael-grunder
2021-02-25Fix off-by-one error in seekNewlinemichael-grunder
2021-02-25read: Validate line items prior to checking for object creation callbacksAlex Smith
2021-02-25read: Remove obsolete comment on nested multi bulk depth limitationAlex Smith
2021-02-25read: Add support for the RESP3 bignum typeAlex Smith
2021-02-25read: Ensure no invalid '\r' or '\n' in simple status/error stringsAlex Smith
2021-02-25read: Additional validation and test case for RESP3 doubleAlex 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-25test: Add test case for RESP3 setAlex Smith
2021-02-25test: Add test case for RESP3 mapAlex Smith
2021-02-25read: Use memchr() in seekNewline() instead of looping over entire stringAlex Smith
2021-02-25test: Add test cases for RESP3 boolAlex Smith
2021-02-25read: Add additional RESP3 bool validationAlex Smith
2021-02-25test: Add test cases for RESP3 nilAlex Smith
2021-02-25read: Add additional RESP3 nil validationAlex Smith
2021-02-25test: Add test cases for infinite and NaN doublesAlex Smith
2021-02-25read: Fix double validation and infinity parsingAlex Smith
2021-02-25test: Add test case for doublesAlex Smith
2021-02-25redisReply: Fix - set len in double objectsAlex Smith
2021-02-17Merge pull request #924 from cheese1/masterMichael Grunder
2021-02-17http -> httpscheese1
2021-01-26Merge pull request #917 from Nordix/stack-alloc-dict-iterMichael Grunder
2021-01-26Handle OOM during async command callback registrationBjorn Svensson
2021-01-25Stack allocate dict iteratorsBjorn Svensson
2020-12-12Tiny formatting changes + suppress implicit memcpy warningmichael-grunder
2020-12-12Removed 2 typecastsAdamKorcz
2020-12-11Added fuzzerAdamKorcz
2020-11-15Merge pull request #896 from ayeganov/bugfix/ssl_leakMichael Grunder
2020-11-10Free SSL object when redisSSLConnect failsAleksandr Yeganov
2020-10-27Merge pull request #894 from jcohen02/fix/issue893Michael Grunder
2020-10-27Updating SSL connection exampleJeremy Cohen
2020-10-18Merge pull request #889 from redis/wincertMichael Grunder
2020-10-18Formattingmichael-grunder
2020-10-18Merge pull request #874 from masariello/position-independent-codeMichael Grunder
2020-10-18Merge pull request #888 from michael-grunder/nil-push-invalidationMichael Grunder
2020-10-17Fix handling of NIL invalidation messages.michael-grunder
2020-10-12Merge pull request #885 from gkorland/patch-1Michael Grunder