summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Defrag: fix test false positive.4.0-rc3antirez2017-04-221-3/+4
* Redis 4.0.0-RC3 (3.9.103).antirez2017-04-222-1/+488
* add test for active defragoranagra2017-04-221-0/+45
* Revert "Jemalloc updated to 4.4.0."antirez2017-04-22150-17142/+6259
* PSYNC2: discard pending transactions from cached master.antirez2017-04-201-1/+3
* Fix PSYNC2 incomplete command bug as described in #3899.antirez2017-04-203-8/+47
* Fix getKeysUsingCommandTable() in cluster mode.antirez2017-04-201-1/+14
* update block->free after some diff data are written to the child process张文康2017-04-201-0/+1
* Reorder to make dict-benchmark compile on LinuxJan-Erik Rediger2017-04-181-2/+2
* Fix #3848 by closing the descriptor on error.antirez2017-04-181-1/+2
* Clarify why we save ziplist elements in revserse order.antirez2017-04-181-7/+13
* rdb: saving skiplist in reversed order to accelerate the deserialisation processspinlock2017-04-181-7/+8
* Cluster: discard pong times in the future.antirez2017-04-181-1/+8
* Test: fix, hopefully, false PSYNC failure like in issue #2715.antirez2017-04-181-1/+1
* Cluster: always add PFAIL nodes at end of gossip section.antirez2017-04-182-23/+71
* Cluster: fix gossip section ping/pong times encoding.antirez2017-04-181-3/+4
* Cluster: add clean-logs command to create-cluster script.antirez2017-04-182-1/+9
* Cluster: decrease ping/pong traffic by trusting other nodes reports.antirez2017-04-181-0/+13
* Cluster: collect more specific bus messages stats.antirez2017-04-182-31/+82
* Add a top comment in crucial functions inside networking.c.antirez2017-04-181-1/+23
* Set lua-time-limit default value at safe place.antirez2017-04-182-1/+1
* Fix preprocessor if/else chain broken in order to fix #3927.antirez2017-04-181-0/+3
* Fix typo in feedReplicationBacklog() top comment.antirez2017-04-181-1/+1
* Expire: Update comment of activeExpireCycle functionlorneli2017-04-181-1/+1
* Fix zmalloc_get_memory_size() ifdefs to actually use the else branch.antirez2017-04-181-2/+0
* Make more obvious why there was issue #3843.antirez2017-04-181-0/+3
* Fix modules blocking commands awake delay.antirez2017-04-183-0/+42
* Rax library updated.antirez2017-04-183-265/+152
* Cluster: hash slots tracking using a radix tree.antirez2017-04-189-65/+2115
* fix #3847: add close socket before return ANET_ERR.vienna2017-04-181-1/+3
* fixed free of blocked client before refering to itDvir Volk2017-04-181-1/+1
* add LFU policies to the test suite, just for coverageOran Agra2017-03-221-2/+2
* Use sha256 instead of sha1 to generate tarball hashes.antirez2017-03-221-2/+2
* Makefile: fix building with Solaris C compiler, 64 bit.Salvatore Sanfilippo2017-03-221-0/+7
* Use ARM unaligned accesses ifdefs for SPARC as well.Salvatore Sanfilippo2017-03-223-2/+11
* Fix BITPOS unaligned memory access.Salvatore Sanfilippo2017-03-221-7/+14
* Solaris fixes about tail usage and atomic vars.antirez2017-03-224-7/+7
* Test: replication-psync, wait more to detect write load.antirez2017-03-221-1/+1
* Test: fix conditional execution of HINCRBYFLOAT representation test.antirez2017-03-221-1/+1
* SipHash 2-4 -> SipHash 1-2.antirez2017-02-211-14/+15
* freeMemoryIfNeeded(): improve code and lazyfree handling.antirez2017-02-211-19/+42
* Use locale agnostic tolower() in dict.c hash function.antirez2017-02-213-17/+27
* SipHash x86 optimizations.antirez2017-02-211-2/+23
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-2112-82/+361
* ARM: Avoid fast path for BITOP.Salvatore Sanfilippo2017-02-211-1/+5
* ARM: Use libc malloc by default.Salvatore Sanfilippo2017-02-211-3/+6
* ARM: Avoid memcpy() in MurmurHash64A() if we are using 64 bit ARM.Salvatore Sanfilippo2017-02-213-1/+5
* ARM: Fix 64 bit unaligned access in MurmurHash64A().Salvatore Sanfilippo2017-02-212-0/+10
* 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