Commit History

Author SHA1 Message Date
  Salvatore Sanfilippo 7329cc3981 ARM: Avoid fast path for BITOP. 7 years ago
  Salvatore Sanfilippo 4e9cf4cc7e ARM: Use libc malloc by default. 7 years ago
  Salvatore Sanfilippo 72d6d64771 ARM: Avoid memcpy() in MurmurHash64A() if we are using 64 bit ARM. 7 years ago
  Salvatore Sanfilippo 1e272a6b52 ARM: Fix 64 bit unaligned access in MurmurHash64A(). 7 years ago
  antirez f917e0da4c Fix MIGRATE closing of cached socket on error. 7 years ago
  antirez 0dbfb1d154 Fix ziplist fix... 7 years ago
  antirez c495d095ae Ziplist: insertion bug under particular conditions fixed. 7 years ago
  antirez 3a7410a8a6 ziplist: better comments, some refactoring. 7 years ago
  antirez 27e29f4fe6 Jemalloc updated to 4.4.0. 7 years ago
  Salvatore Sanfilippo 713fe0b7d7 Merge pull request #3784 from badboy/dont-divide-by-zero 7 years ago
  Jan-Erik Rediger 3c9b817217 Don't divide by zero 7 years ago
  Salvatore Sanfilippo 2e4f53a711 Merge pull request #3778 from MiterV1/unstable 7 years ago
  miter 3ec1a001fb Change switch statment to if statment 7 years ago
  Salvatore Sanfilippo 41d16f7a4a Merge pull request #3657 from itamarhaber/patch-9 7 years ago
  Salvatore Sanfilippo 432699845c Merge pull request #3712 from oranagra/fix_assert_debug_digest 7 years ago
  antirez 17ac46ea78 Add panic() into redisassert.h. 7 years ago
  antirez 53b8bf2c89 serverPanic(): allow printf() alike formatting. 7 years ago
  antirez 2cd1ae736f Ziplist: remove static from functions, they prevent good crash reports. 7 years ago
  Salvatore Sanfilippo d21aabcedc Merge pull request #3734 from badboy/avoid-command 7 years ago
  antirez 636c693f44 Use const in modules types mem_usage method. 7 years ago
  antirez 3f79b2f883 Defrag: don't crash when a module value is encountered. 7 years ago
  antirez baa9898821 MEMORY USAGE: support for modules data types. 7 years ago
  antirez 634b096610 Defrag: document the feature in redis.conf. 7 years ago
  antirez 6ad34a4b78 Defrag: not enabled by default. Error on CONFIG SET if not available. 7 years ago
  antirez 86192f3038 Defrag: fix function name typo defarg -> defrag. 7 years ago
  antirez 4186879675 Defrag: do not crash on empty quicklist. 7 years ago
  antirez e91f0ea1b3 Defrag: fix comments & code to conform to the Redis code base. 7 years ago
  antirez 173d692bc2 Defrag: activate it only if running modified version of Jemalloc. 7 years ago
  Jan-Erik Rediger afaaa91885 Initialize help only in repl mode 7 years ago
  oranagra 5ab6a54cc6 active defrag improvements 8 years ago