summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
...
* Remove hiredis so we can add it as a subtreemichael-grunder2020-08-0653-10872/+0
* Fix typo in deps/README.md (#7553)Sungho Hwang2020-07-221-1/+1
* Fix typo in deps README (#7500)Jiayuan Chen2020-07-101-1/+1
* fix a rare active defrag edge case bug leading to stagnationOran Agra2020-05-202-11/+20
* Update linenoise.antirez2020-03-121-1/+2
* update linenoise to https://github.com/antirez/linenoise/tree/fc9667a81d43911...lifubang2020-03-054-4/+59
* [FIX] revisit CVE-2015-8080 vulnerabilitySeunghoon Woo2020-02-101-4/+6
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-165-13/+46
|\
| * Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-0433-324/+2177
| |\
| | * hiredis udpated (RESP3 WIP).antirez2019-09-231-4/+5
| | * hiredis updated to master version.antirez2019-09-2033-323/+2175
| * | Jemalloc: Avoid blocking on background thread lock for stats.Oran Agra2019-06-021-1/+7
| |/
* | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-0734-313/+2143
|/
* Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of...Angus Pearson2019-05-081-0/+1
* RESP3: hiredis: implement bool type.antirez2019-01-093-1/+35
* RESP3: hiredis: save the original double string.antirez2019-01-094-5/+20
* RESP3: hiredis: implement null type.antirez2019-01-091-0/+9
* RESP3: hiredis: fix double implementation.antirez2019-01-091-4/+4
* RESP3: hiredis: initial double implementation.antirez2019-01-095-1/+64
* RESP3: hiredis: fix hiredis.c assert for new types.antirez2019-01-091-2/+6
* RESP3: hiredis: free map and set replies.antirez2019-01-091-1/+3
* RESP3: hiredis: fix read.c assert for new types.antirez2019-01-092-2/+6
* RESP3: hiredis updated with recent version + some RESP3 support.antirez2019-01-0916-228/+501
* Remove documentation about geohash-int in deps repo.Uman Shahzad2019-01-031-6/+0
* 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