summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
...
* Linenoise updated.antirez2016-04-061-15/+45
* Remove Lua state reference from buffers in lua_cmsgpack.antirez2016-02-101-28/+25
* cmsgpack: pass correct osize values to lua allocator, update correct buf free...yoav@monfort.co.il2016-02-071-4/+4
* lua_struct.c/getnum: throw error if overflow happenSun He2015-12-131-4/+6
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-172-0/+17
* Jemalloc configure script fixed to work nested.antirez2015-10-071-18/+0
* Jemalloc updated to 4.0.3.antirez2015-10-06137-10017/+19876
* Added a README into deps on dependencies and how to upgrade.antirez2015-10-061-0/+66
* deps/hiredis SDS updated to version 2.0.0.antirez2015-07-253-145/+513
* Jemalloc: use LG_QUANTUM of 3 for AMD64 and I386.antirez2015-07-241-2/+2
* Geo: use ULL suffix for unsigned 64 bit constants.antirez2015-07-091-14/+14
* Geo: -Ofast breaks builds on older GCCs.antirez2015-07-091-1/+1
* Geo: validate long,lat passed by user via APIantirez2015-07-062-9/+19
* Geo: sync faster decoding from krtm that synched from Ardb.antirez2015-07-011-56/+95
* Geo: added my copyright notice in modified files.geoantirez2015-06-294-0/+4
* Geo: GEODIST and tests.antirez2015-06-292-2/+4
* Geo: from lat,lon API to lon,lat API according to GIS standardantirez2015-06-264-89/+62
* Geo: Fix geohashEstimateStepsByRadius() step underestimation.antirez2015-06-242-9/+18
* Geo: big refactoring of geo.c, zset.[ch] removed.antirez2015-06-231-4/+0
* Geo: removed useless functions, Marcatore coordinates, bool usageantirez2015-06-224-213/+92
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-226-0/+797
* disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
* Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
* Set optional 'static' for Quicklist+RedisMatt Stancliff2015-01-021-1/+1
* 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-241-14/+32
* lua_cjson.c Lua includes: angled -> quoted.antirez2014-11-141-2/+2
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2014-11-142-1/+191
|\
| * Lua: Add bitopMatt Stancliff2014-10-092-1/+191
* | 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
|/
* Linenoise README updated to match source code.antirez2014-10-061-3/+4
* Fix typosAaron Rutkovsky2014-09-291-1/+1
* Update linenoise accessory filesMatt Stancliff2014-09-293-10/+55
* Linenoise lib updated.antirez2014-09-222-35/+50
* 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
* 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