summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Makefile: fix building with Solaris C compiler, 64 bit.Salvatore Sanfilippo2017-02-231-0/+7
* Merge branch 'sparc' of ssh://209.141.57.197:12222//export/home/antirez/redis...antirez2017-02-233-9/+25
|\
| * Use ARM unaligned accesses ifdefs for SPARC as well.Salvatore Sanfilippo2017-02-233-2/+11
| * Fix BITPOS unaligned memory access.Salvatore Sanfilippo2017-02-231-7/+14
* | Solaris fixes about tail usage and atomic vars.antirez2017-02-221-1/+1
|/
* Merge branch 'siphash' into unstableantirez2017-02-2112-84/+395
|\
| * 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
* | Merge branch 'arm' into unstableantirez2017-02-214-4/+25
|\ \
| * | ARM: Avoid fast path for BITOP.armSalvatore Sanfilippo2017-02-191-1/+5
| * | ARM: Use libc malloc by default.Salvatore Sanfilippo2017-02-191-3/+6
| * | ARM: Avoid memcpy() in MurmurHash64A() if we are using 64 bit ARM.Salvatore Sanfilippo2017-02-193-1/+5
| * | ARM: Fix 64 bit unaligned access in MurmurHash64A().Salvatore Sanfilippo2017-02-192-0/+10
* | | freeMemoryIfNeeded(): improve code and lazyfree handling.antirez2017-02-211-19/+42
| |/ |/|
* | 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
* Don't divide by zeroJan-Erik Rediger2017-01-271-1/+1
* 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: 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-103-26/+36
* | | active defrag improvementsoranagra2017-01-024-44/+63
* | | active memory defragmentationoranagra2016-12-3011-8/+703
|/ /
* | 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 #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: fix GEOHASH return value for consistency.antirez2016-12-201-4/+3
* | | | Geo: fix edge case return values for uniformity.antirez2016-12-201-6/+5
|/ / /
* | | Remove first version of ASCII wave, later discarded.antirez2016-12-191-2/+0