Cronologia Commit

Autore SHA1 Messaggio Data
  antirez 0285c2714b SipHash 2-4 -> SipHash 1-2. 7 anni fa
  antirez 84fa8230e5 Use locale agnostic tolower() in dict.c hash function. 7 anni fa
  antirez 05ea8c6122 SipHash x86 optimizations. 7 anni fa
  antirez adeed29a99 Use SipHash hash function to mitigate HashDos attempts. 7 anni fa
  John.Koepi 9b05aafb50 fix #2883, #2857 pipe fds leak when fork() failed on bg aof rw 8 anni fa
  antirez 76d87f47c7 Don't leak file descriptor on syncWithMaster(). 7 anni fa
  antirez f917e0da4c Fix MIGRATE closing of cached socket on error. 7 anni fa
  antirez 0dbfb1d154 Fix ziplist fix... 7 anni fa
  antirez c495d095ae Ziplist: insertion bug under particular conditions fixed. 7 anni fa
  antirez 3a7410a8a6 ziplist: better comments, some refactoring. 7 anni fa
  antirez 27e29f4fe6 Jemalloc updated to 4.4.0. 7 anni fa
  Salvatore Sanfilippo 713fe0b7d7 Merge pull request #3784 from badboy/dont-divide-by-zero 7 anni fa
  Jan-Erik Rediger 3c9b817217 Don't divide by zero 7 anni fa
  Salvatore Sanfilippo 2e4f53a711 Merge pull request #3778 from MiterV1/unstable 7 anni fa
  miter 3ec1a001fb Change switch statment to if statment 7 anni fa
  Salvatore Sanfilippo 41d16f7a4a Merge pull request #3657 from itamarhaber/patch-9 7 anni fa
  Salvatore Sanfilippo 432699845c Merge pull request #3712 from oranagra/fix_assert_debug_digest 7 anni fa
  antirez 17ac46ea78 Add panic() into redisassert.h. 7 anni fa
  antirez 53b8bf2c89 serverPanic(): allow printf() alike formatting. 7 anni fa
  antirez 2cd1ae736f Ziplist: remove static from functions, they prevent good crash reports. 7 anni fa
  Salvatore Sanfilippo d21aabcedc Merge pull request #3734 from badboy/avoid-command 7 anni fa
  antirez 636c693f44 Use const in modules types mem_usage method. 7 anni fa
  antirez 3f79b2f883 Defrag: don't crash when a module value is encountered. 7 anni fa
  antirez baa9898821 MEMORY USAGE: support for modules data types. 7 anni fa
  antirez 634b096610 Defrag: document the feature in redis.conf. 7 anni fa
  antirez 6ad34a4b78 Defrag: not enabled by default. Error on CONFIG SET if not available. 7 anni fa
  antirez 86192f3038 Defrag: fix function name typo defarg -> defrag. 7 anni fa
  antirez 4186879675 Defrag: do not crash on empty quicklist. 7 anni fa
  antirez e91f0ea1b3 Defrag: fix comments & code to conform to the Redis code base. 7 anni fa
  antirez 173d692bc2 Defrag: activate it only if running modified version of Jemalloc. 7 anni fa