summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
* Revert "Jemalloc updated to 4.4.0."antirez2017-02-12150-17171/+6256
* Jemalloc updated to 4.4.0.antirez2017-01-30150-6256/+17171
* Geo: fix computation of bounding box.antirez2016-12-051-26/+9
* Update linenoise to fix insecure redis-cli history file creation.antirez2016-07-291-1/+6
* Multiple GEORADIUS bugs fixed.antirez2016-07-273-18/+55
* Fix GEORADIUS wrong output with radius > Earth radius.antirez2016-06-131-0/+2
* Geo: fix typo in geohashEstimateStepsByRadius().antirez2016-06-131-1/+1
* Actually use --with-lg-quantum=3 to build jemalloc.antirez2016-05-181-1/+1
* redis-cli hints.antirez2016-05-022-1/+9
* Linenoise updated again (hints support).antirez2016-05-024-8/+248
* Linenoise updated.antirez2016-05-021-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-101-4/+4
* lua_struct.c/getnum: throw error if overflow happenSun He2015-12-141-4/+6
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-192-0/+17
* Added a README into deps on dependencies and how to upgrade.antirez2015-10-151-0/+66
* Jemalloc configure script fixed to work nested.antirez2015-10-091-18/+0
* Jemalloc updated to 4.0.3.antirez2015-10-09137-10017/+19876
* 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