summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
* Lua cmsgpack lib updated to latest version.antirez2014-12-121-26/+27
* Simplify lua_cmsgpack macro and fix build on old Linux distros.antirez2014-12-051-7/+1
* Fix lua-cmsgpack 64 bit integer on 32 bit platformMatt Stancliff2014-11-251-14/+32
* lua_cjson.c Lua includes: angled -> quoted.antirez2014-11-141-2/+2
* Lua: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305
* Lua: remove new warning added by cjson headerMatt Stancliff2014-11-141-1/+1
* Lua: Use Redis solaris compatability for cjson tooMatt Stancliff2014-11-141-0/+2
* Lua: Upgrade cjson to 2.1.0 (2012-03-01)Matt Stancliff2014-11-147-310/+675
* Lua: Add bitopMatt Stancliff2014-11-142-1/+191
* Linenoise README updated to match source code.antirez2014-10-061-3/+4
* Fix typosAaron Rutkovsky2014-10-061-1/+1
* Update linenoise accessory filesMatt Stancliff2014-10-063-10/+55
* Linenoise lib updated.antirez2014-09-222-35/+50
* Fix hiredis getaddrinfo leakMatt Stancliff2014-09-191-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-261-1/+0
* Use unsigned integers in SDS header.antirez2014-08-262-5/+8
* Define AR to help with lua cross-compilationDaniel Price2014-08-261-1/+6
* Add support for compiling on AIXsiahl2014-08-262-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
* Jemalloc updated to 3.6.0.antirez2014-06-21148-4901/+16667
* Jemalloc update script added.antirez2014-06-211-0/+9
* Linenoise updated, multiline mode enabled in redis-cli.antirez2014-03-132-252/+727
* fix lua_cmsgpack pack map as arrayyihuang2013-08-271-1/+1
* 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
* Lua updated to version 5.1.5.antirez2013-04-2922-136/+194
* Redis/Jemalloc Gitignore were too aggressive.antirez2013-04-181-5/+0
* Inherit CC for LuaJohan Bergström2013-03-161-1/+1
* Spaces to tabsJohan Bergström2013-03-161-2/+2
* Lua struct library updated to version 0.2.antirez2013-01-231-52/+119
* 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
* Jemalloc updated to version 3.2.0.antirez2012-11-2840-631/+1741
* 32 bit build fixed on Linux.antirez2012-11-011-1/+1
* Ctrl+w support in linenoise.antirez2012-10-261-20/+37
* hiredis library updated.antirez2012-08-215-28/+90
* Deleted jemalloc.orig from /deps.antirez2012-05-1680-30365/+0
* Jemalloc updated to 3.0.0.antirez2012-05-16156-9017/+42839
* Clean up MakefilesPieter Noordhuis2012-04-112-36/+66
* lua_cmsgpack.c addedantirez2012-02-241-0/+729
* Lua_cmsgpack added to Redis scripting.antirez2012-02-241-1/+1
* 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
* added lua struct c extensionlsbardel2012-02-132-1/+355