summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SipHash 2-4 -> SipHash 1-2.siphashantirez2017-02-211-14/+15
* Use locale agnostic tolower() in dict.c hash function.antirez2017-02-203-17/+27
* SipHash x86 optimizations.antirez2017-02-201-2/+23
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-2012-82/+361
* fix #2883, #2857 pipe fds leak when fork() failed on bg aof rwJohn.Koepi2017-02-201-0/+1
* Don't leak file descriptor on syncWithMaster().antirez2017-02-201-1/+2
* Fix MIGRATE closing of cached socket on error.antirez2017-02-091-6/+23
* Fix ziplist fix...antirez2017-02-011-2/+2
* Ziplist: insertion bug under particular conditions fixed.antirez2017-02-011-1/+9
* ziplist: better comments, some refactoring.antirez2017-01-301-100/+250
* Jemalloc updated to 4.4.0.antirez2017-01-30150-6259/+17142
* Merge pull request #3784 from badboy/dont-divide-by-zeroSalvatore Sanfilippo2017-01-271-1/+1
|\
| * Don't divide by zeroJan-Erik Rediger2017-01-271-1/+1
|/
* Merge pull request #3778 from MiterV1/unstableSalvatore Sanfilippo2017-01-261-4/+2
|\
| * Change switch statment to if statmentmiter2017-01-261-4/+2
|/
* Merge pull request #3657 from itamarhaber/patch-9Salvatore Sanfilippo2017-01-251-1/+1
|\
| * Verify pairs are provided after subcommandsItamar Haber2016-12-021-1/+1
* | Merge pull request #3712 from oranagra/fix_assert_debug_digestSalvatore Sanfilippo2017-01-201-1/+1
|\ \
| * | fix rare assertion in DEBUG DIGESToranagra2016-12-241-1/+1
* | | Add panic() into redisassert.h.antirez2017-01-181-0/+2
* | | serverPanic(): allow printf() alike formatting.antirez2017-01-182-4/+14
* | | Ziplist: remove static from functions, they prevent good crash reports.antirez2017-01-131-14/+14
* | | Merge pull request #3734 from badboy/avoid-commandSalvatore Sanfilippo2017-01-131-5/+5
|\ \ \
| * | | Initialize help only in repl modeJan-Erik Rediger2017-01-081-5/+5
| |/ /
* | | Use const in modules types mem_usage method.antirez2017-01-123-4/+4
* | | Defrag: don't crash when a module value is encountered.antirez2017-01-121-0/+3
* | | MEMORY USAGE: support for modules data types.antirez2017-01-123-5/+16
* | | Defrag: document the feature in redis.conf.antirez2017-01-111-6/+49
* | | Defrag: not enabled by default. Error on CONFIG SET if not available.antirez2017-01-112-1/+11
* | | Defrag: fix function name typo defarg -> defrag.antirez2017-01-111-2/+2
* | | Defrag: do not crash on empty quicklist.antirez2017-01-111-2/+3
* | | Defrag: fix comments & code to conform to the Redis code base.antirez2017-01-101-54/+84
* | | Defrag: activate it only if running modified version of Jemalloc.antirez2017-01-104-26/+40
* | | active defrag improvementsoranagra2017-01-024-44/+63
* | | active memory defragmentationoranagra2016-12-3013-8/+755
|/ /
* | deps/hiredis updated to latest version.antirez2016-12-2134-817/+2393
* | Merge pull request #3242 from whatacold/unstableSalvatore Sanfilippo2016-12-201-1/+1
|\ \
| * | fix the wrong description of intsetGet().whatacold2016-05-181-1/+1
* | | Merge pull request #3498 from ZhukovAlexander/patch-1Salvatore Sanfilippo2016-12-201-1/+1
|\ \ \
| * | | Fix an article usageAlexander Zhukov2016-09-121-1/+1
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-12-201-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #3696 from jstncarvalho/FixMissingBrackets_ZIP_DECODE_LENGTHSalvatore Sanfilippo2016-12-201-1/+1
| |\ \ \ \
| | * | | | Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macroJustin Carvalho2016-12-191-1/+1
* | | | | | Geo: fuzzy test inconsistency report fixed to show all points.antirez2016-12-201-2/+3
|/ / / / /
* | | | | Geo: fix GEOHASH return value for consistency.antirez2016-12-201-4/+3
* | | | | Geo: fix edge case return values for uniformity.antirez2016-12-201-6/+5
|/ / / /
* | | | Fix test "server is up" detection after logging changes.antirez2016-12-192-1/+2
* | | | Remove first version of ASCII wave, later discarded.antirez2016-12-191-2/+0
* | | | Only show Redis logo if logging to stdout / TTY.antirez2016-12-194-11/+44
* | | | adjustOpenFilesLimit() comment made hopefully more clear.antirez2016-12-191-1/+4