summaryrefslogtreecommitdiff
path: root/deps/hiredis
Commit message (Expand)AuthorAgeFilesLines
* Correct 'certificate' typo. (#10867)Chris Lamb2022-06-152-2/+2
* Reapply: Rename sds calls so they don't conflict.michael-grunder2022-02-1411-627/+721
* Merge commit '418de21d8feb35303904ec718fcd1387e4699d2f' into refresh-hiredisYossi Gottlieb2022-02-1432-1039/+2181
* hiredis: improve calloc() overflow fix. (#9630)Yossi Gottlieb2021-10-123-1/+9
* Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9...Oran Agra2021-10-042-0/+15
* Allow to override OPENSSL_PREFIX (#9567)Yunier Pérez2021-09-301-1/+6
* Fix some redundancy use of semicolon in do-while macros (#8221)sundb2020-12-211-1/+1
* Fix redis-cli crash on nil invalidate messages. (#8183)Yossi Gottlieb2020-12-132-8/+33
* Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into hiredis-unique-s...michael-grunder2020-08-1511-627/+721
* Merge commit '7ee5a41aac7e5abc90d050fa509fa953ca7f1da1' as 'deps/hiredis'michael-grunder2020-08-0658-0/+12772
* Remove hiredis so we can add it as a subtreemichael-grunder2020-08-0653-10872/+0
* hiredis udpated (RESP3 WIP).antirez2019-09-231-4/+5
* hiredis updated to master version.antirez2019-09-2033-323/+2175
* Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of...Angus Pearson2019-05-081-0/+1
* RESP3: hiredis: implement bool type.antirez2019-01-093-1/+35
* RESP3: hiredis: save the original double string.antirez2019-01-094-5/+20
* RESP3: hiredis: implement null type.antirez2019-01-091-0/+9
* RESP3: hiredis: fix double implementation.antirez2019-01-091-4/+4
* RESP3: hiredis: initial double implementation.antirez2019-01-095-1/+64
* 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-092-2/+6
* RESP3: hiredis updated with recent version + some RESP3 support.antirez2019-01-0916-228/+501
* Backport hiredis issue 525 fix to compile on FreeBSD.antirez2018-05-251-1/+1
* deps/hiredis updated to latest version.antirez2016-12-2134-817/+2393
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-172-0/+17
* deps/hiredis SDS updated to version 2.0.0.antirez2015-07-253-145/+513
* Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
* Fix typosAaron Rutkovsky2014-09-291-1/+1
* Fix hiredis getaddrinfo leakMatt Stancliff2014-09-181-0/+1
* Missing va_end also added in hiredis copy of sds.c.antirez2014-08-261-0/+1
* Missing assert removal from sdsIncrLen()Mariano Pérez Rodríguez2014-08-251-1/+0
* Use unsigned integers in SDS header.antirez2014-08-132-5/+8
* Add support for compiling on AIXsiahl2014-08-072-1/+5
* Silence different signs comparison warning in sds.c.antirez2014-06-231-1/+1
* Use Redis updated sds.c for deps/hiredis.antirez2014-06-232-76/+269
* Dummy zmalloc.h restored into deps/hiredis.antirez2014-06-231-0/+13
* hiredis: Update to latest versionMatt Stancliff2014-06-2322-196/+730
* Fix sdsempty() prototype in sds.h.antirez2013-08-121-1/+1
* Use latest sds.c in the hiredis library under deps.antirez2013-07-254-120/+422
* hiredis: minimal IPv6 support.antirez2013-07-111-2/+10
* Added missing license and copyright in deps/hiredis.antirez2012-12-173-0/+90
* Define _XOPEN_SOURCE appropriately on NetBSD.Patrick TJ McPhee2012-12-121-1/+1
* hiredis library updated.antirez2012-08-215-28/+90
* Fix 32bit build of hiredisantirez2012-02-191-2/+2
* Applied a few modifications to hiredis to tune it for speed (redis-benchmark)...antirez2012-02-192-4/+6
* The hiredis lib shipped with Redis was updated to latest version.antirez2012-02-1921-734/+1261
* 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-0515-179/+1187