summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define AR to help with lua cross-compilationDaniel Price2014-08-121-1/+6
* 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
* Jemalloc updated to 3.6.0.antirez2014-06-20148-4901/+16667
* Jemalloc update script added.antirez2014-06-201-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
* jemalloc gitignore updated to jemalloc 2.2.5antirez2011-11-251-11/+19
* Update to jemalloc 2.2.5jbergstroem2011-11-2324-202/+535
* Rebuild deps/ and src/ when ARCH changesPieter Noordhuis2011-11-151-0/+59
* 32bit build fixed, broken by a previous commit fixing build on Solarisantirez2011-11-082-5/+5
* hiredis/redis changes for speed with big payloads: read buffer size setantirez2011-11-081-2/+3
* Lua cjson include paths now use the local includes.antirez2011-10-191-2/+2
* JSON support for Lua scripting, based on work from @lp, thanks!. We are using...antirez2011-10-194-2/+1694
* master branch merged into scripting.antirez2011-07-121-3/+3
|\
| * hiredis max multi bulk nesting level raised to 7antirez2011-06-301-3/+3
* | unstable merge conflicts resolvedantirez2011-06-2584-0/+40446
|\ \ | |/
| * Ignore jemalloc build artifactsPieter Noordhuis2011-06-201-0/+15
| * jemalloc source addedantirez2011-06-2083-0/+40431
* | makefile adapted to link against lua lib and to pass the 32bit flag to Lua bu...antirez2011-05-25103-0/+28459
|/
* Update hiredisPieter Noordhuis2011-05-0515-179/+1187