summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in deps/README.md (#10113)Peter Hickey2022-01-141-1/+1
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-055-2/+97
* fix deprecation of _BSD_SOURCE feature test macro (#9861)yoav-steinberg2021-11-291-0/+1
* Fix Lua C API violation on lua msgpack lib. (#9832)Meir Shpilraien (Spielrein)2021-11-282-1/+9
* Improve active defrag in jemalloc 5.2 (#9778)Oran Agra2021-11-211-12/+23
* Remove update-jemalloc.sh, it's not needed anymore (#9690)yoav-steinberg2021-10-271-9/+0
* Handle cross-compiling when configuring jemalloc. (#9659)Yossi Gottlieb2021-10-241-1/+5
* Merge pull request #9623 from yoav-steinberg/upgrade_jemalloc_5.2.1Oran Agra2021-10-18154-2802/+10720
|\
| * Added jemalloc subtree upgrade instructions.Yoav Steinberg2021-10-121-2/+16
| * Resolve nonsense static analysis warningsOran Agra2021-10-121-1/+1
| * Fix compilation warnings in Lua and jemalloc dependencies (#7785)YoongHM2021-10-121-1/+1
| * fix a rare active defrag edge case bug leading to stagnationOran Agra2021-10-122-11/+20
| * Fix defrag to support sharded bins in arena (added in v5.2.1)Yoav Steinberg2021-10-101-1/+2
| * Active defrag fixes for 32bit builds (again)Oran Agra2021-10-101-2/+2
| * add defrag hint support into jemalloc 5Oran Agra2021-10-103-0/+43
| * Generate configure for Jemalloc 5.2.1.Yoav Steinberg2021-10-103-1/+14114
| * Merge commit '220a0f0880419450c9409202aac1fab4b8be0719' as 'deps/jemalloc'Yoav Steinberg2021-10-10322-0/+80506
| * Delete old jemalloc before pulling in subtree.Yoav Steinberg2021-10-10298-86768/+0
* | hiredis: improve calloc() overflow fix. (#9630)Yossi Gottlieb2021-10-123-1/+9
|/
* Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9...Oran Agra2021-10-042-0/+15
* Allow to override OPENSSL_PREFIX (#9567)Yunier PĂ©rez2021-09-301-1/+6
* Lua: Use all characters to calculate string hash (#9449)Kamil Cudnik2021-09-091-1/+1
* Use fchmod to update command history file. (#9447)Yossi Gottlieb2021-09-021-1/+2
* Resolve nonsense static analysis warningsOran Agra2021-05-031-1/+1
* Fix some redundancy use of semicolon in do-while macros (#8221)sundb2020-12-211-1/+1
* Fix redis-cli crash on nil invalidate messages. (#8183)Yossi Gottlieb2020-12-132-8/+33
* Fix compilation warnings in Lua and jemalloc dependencies (#7785)YoongHM2020-09-295-6/+6
* Fix compilation warning in jemalloc's malloc_vsnprintf (#7789)YoongHM2020-09-211-1/+1
* Fix warning from jemalloc configure script (#7790)YoongHM2020-09-211-1/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-102-6/+6
* Backport Lua 5.2.2 stack overflow fix. (#7733)Yossi Gottlieb2020-08-311-1/+1
* Extended redis-benchmark instant metrics and overall latency report (#7600)filipe oliveira2020-08-258-0/+2009
* Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into hiredis-unique-s...michael-grunder2020-08-1511-627/+721
* Merge commit '7ee5a41aac7e5abc90d050fa509fa953ca7f1da1' as 'deps/hiredis'michael-grunder2020-08-0658-0/+12772
* 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