summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
* Active defrag fixes for 32bit builds (again)Oran Agra2018-07-111-2/+2
* Fix typoJack Drogon2018-07-031-3/+3
* add defrag hint support into jemalloc 5Oran Agra2018-06-273-0/+43
* Security: fix Lua struct package offset handling.antirez2018-06-131-2/+6
* Security: more cmsgpack fixes by @soloestoy.antirez2018-06-131-0/+7
* Security: update Lua struct package for security.antirez2018-06-131-23/+23
* Security: fix Lua cmsgpack library stack overflow.antirez2018-06-131-0/+3
* Backport hiredis issue 525 fix to compile on FreeBSD.antirez2018-05-251-1/+1
* Generate configure for Jemalloc.antirez2018-05-243-0/+13746
* Add --with-version in Jemalloc config script.antirez2018-05-241-1/+1
* Specify that Jemalloc configure requires version.antirez2018-05-241-5/+10
* Jemalloc upgraded to version 5.0.1.antirez2018-05-24300-34631/+40603
* Update documentation about how to upgrade Jemalloc.antirez2018-05-241-3/+20
* Active defrag fixes for 32bit buildsOran Agra2018-05-171-2/+2
* Revert "Jemalloc updated to 4.4.0."antirez2017-04-22150-17142/+6259
* Jemalloc updated to 4.4.0.antirez2017-01-30150-6259/+17142
* Defrag: activate it only if running modified version of Jemalloc.antirez2017-01-101-0/+4
* active memory defragmentationoranagra2016-12-301-0/+32
* deps/hiredis updated to latest version.antirez2016-12-2134-817/+2393
* Update linenoise to fix insecure redis-cli history file creation.antirez2016-07-291-1/+6
* geohash.c and geohash_helper.c are part of Redis.antirez2016-07-066-711/+0
* Geo: fix typo in geohashEstimateStepsByRadius().antirez2016-05-301-1/+1
* Fix GEORADIUS wrong output with radius > Earth radius.antirez2016-05-301-0/+2
* Actually use --with-lg-quantum=3 to build jemalloc.antirez2016-05-181-1/+1
* redis-cli hints.antirez2016-04-132-1/+9
* Linenoise updated again (hints support).antirez2016-04-124-8/+248
* 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