summaryrefslogtreecommitdiff
path: root/deps/hiredis/hiredis.c
Commit message (Expand)AuthorAgeFilesLines
* Reapply: Rename sds calls so they don't conflict.michael-grunder2022-02-141-46/+46
* Merge commit '418de21d8feb35303904ec718fcd1387e4699d2f' into refresh-hiredisYossi Gottlieb2022-02-141-83/+97
* hiredis: improve calloc() overflow fix. (#9630)Yossi Gottlieb2021-10-121-1/+0
* Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9...Oran Agra2021-10-041-0/+1
* Fix redis-cli crash on nil invalidate messages. (#8183)Yossi Gottlieb2020-12-131-1/+2
* Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into hiredis-unique-s...michael-grunder2020-08-151-46/+46
* Merge commit '7ee5a41aac7e5abc90d050fa509fa953ca7f1da1' as 'deps/hiredis'michael-grunder2020-08-061-0/+1173
* Remove hiredis so we can add it as a subtreemichael-grunder2020-08-061-1086/+0
* hiredis udpated (RESP3 WIP).antirez2019-09-231-4/+5
* hiredis updated to master version.antirez2019-09-201-121/+132
* RESP3: hiredis: implement bool type.antirez2019-01-091-1/+24
* RESP3: hiredis: save the original double string.antirez2019-01-091-2/+16
* RESP3: hiredis: initial double implementation.antirez2019-01-091-0/+21
* RESP3: hiredis: fix hiredis.c assert for new types.antirez2019-01-091-2/+6
* RESP3: hiredis: free map and set replies.antirez2019-01-091-1/+3
* RESP3: hiredis: fix read.c assert for new types.antirez2019-01-091-1/+3
* RESP3: hiredis updated with recent version + some RESP3 support.antirez2019-01-091-31/+18
* deps/hiredis updated to latest version.antirez2016-12-211-528/+191
* hiredis: Update to latest versionMatt Stancliff2014-06-231-13/+86
* Use latest sds.c in the hiredis library under deps.antirez2013-07-251-2/+2
* hiredis library updated.antirez2012-08-211-4/+3
* Applied a few modifications to hiredis to tune it for speed (redis-benchmark)...antirez2012-02-191-3/+5
* The hiredis lib shipped with Redis was updated to latest version.antirez2012-02-191-254/+454
* hiredis/redis changes for speed with big payloads: read buffer size setantirez2011-11-081-2/+3
* hiredis max multi bulk nesting level raised to 7antirez2011-06-301-3/+3
* Update hiredisPieter Noordhuis2011-05-051-49/+74
* Update hiredis to 0.9.2Pieter Noordhuis2010-12-231-55/+186
* quick and dirty fix for hiredis bug creating problem with the new redis-cli c...antirez2010-11-291-0/+1
* Update hiredisPieter Noordhuis2010-11-051-2/+11
* Update hiredisPieter Noordhuis2010-11-041-34/+64
* Add hiredis dependency for redis-cli, redis-benchmark, etcPieter Noordhuis2010-11-031-0/+887