summaryrefslogtreecommitdiff
path: root/deps/hiredis/sds.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into ↵michael-grunder2020-08-151-131/+131
| | | | hiredis-unique-sds-symbols
* Merge commit '7ee5a41aac7e5abc90d050fa509fa953ca7f1da1' as 'deps/hiredis'michael-grunder2020-08-061-0/+278
|
* Remove hiredis so we can add it as a subtreemichael-grunder2020-08-061-276/+0
|
* hiredis updated to master version.antirez2019-09-201-14/+17
|
* deps/hiredis updated to latest version.antirez2016-12-211-1/+1
| | | | Close #3687.
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-171-0/+8
| | | | | | | | | | | | | Redis-cli handles the debugger "eval" command in a special way since sdssplitargs() would not be ok: we need to send the Redis debugger the whole Lua script without any parsing. However in order to later free the argument vector inside redis-cli using just sdsfreesplitres(), we need to allocate the array of SDS pointers using the same allocator SDS is using, that may differ to what Redis is using. So now a newer version of SDS exports sds_malloc() and other allocator functions to give access, to the program it is linked to, the allocator used internally by SDS.
* deps/hiredis SDS updated to version 2.0.0.antirez2015-07-251-11/+175
|
* Use unsigned integers in SDS header.antirez2014-08-131-2/+2
| | | | This raises the max string to 4GB without any downside.
* Use Redis updated sds.c for deps/hiredis.antirez2014-06-231-7/+7
|
* hiredis: Update to latest versionMatt Stancliff2014-06-231-6/+7
| | | | | | | | This is hiredis f225c276be7fd0646019b51023e3f41566633dfe This update includes all changes that diverged inside of Redis since the last update. This version also allows optional source address binding for connections which we need for some Sentinel deployments.
* Fix sdsempty() prototype in sds.h.antirez2013-08-121-1/+1
|
* Use latest sds.c in the hiredis library under deps.antirez2013-07-251-9/+21
|
* Update hiredisPieter Noordhuis2011-05-051-1/+12
|
* Add hiredis dependency for redis-cli, redis-benchmark, etcPieter Noordhuis2010-11-031-0/+77