- 30 May, 2016 3 commits
-
-
antirez authored
I'm the author of this line but I can't see a good reason for it to don't be a typo, a step of 26 should be valid with 52 bits per coordinate, moreover the line was: if (step > 26) step = 25; So a step of 26 was actually already used, except when one of 27 was computed (which is invalid) only then it was trimmed to 25 instead of 26. All tests passing after the change.
-
antirez authored
-
antirez authored
Close #3266
-
- 22 May, 2016 1 commit
-
-
Salvatore Sanfilippo authored
Remove debug printing
-
- 21 May, 2016 1 commit
-
-
Jan-Erik Rediger authored
-
- 18 May, 2016 10 commits
-
-
antirez authored
Compiling Redis worked as a side effect of jemalloc target specifying -ldl as needed linker options, otherwise it is not provided during linking and dlopen() API will remain unresolved symbols.
-
Salvatore Sanfilippo authored
minor fixes - mainly signalModifiedKey, and GEORADIUS
-
antirez authored
Related to #3239.
-
Salvatore Sanfilippo authored
fixed bad transfer of ownership in HashSet causing a potential crash
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
fix crash in BITFIELD GET when key is integer encoded
-
antirez authored
-
antirez authored
-
antirez authored
This change is documented in deps/README.md but was lost in one way or the other, neutralizing the benefits of 24 bytes size classes (and others). Close #3208.
-
- 17 May, 2016 2 commits
-
-
Dvir Volk authored
-
Salvatore Sanfilippo authored
reduce struct padding by reordering members
-
- 16 May, 2016 1 commit
-
-
oranagra authored
-
- 14 May, 2016 1 commit
-
-
antirez authored
-
- 10 May, 2016 21 commits
-
-
antirez authored
-
antirez authored
-
oranagra authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Dvir Volk authored
-
Itamar Haber authored
-
Dvir Volk authored
-
Ramon Snir authored
-
Dvir Volk authored
-
Dvir Volk authored
-
Dvir Volk authored
-
antirez authored
-
Itamar Haber authored
-
antirez authored
-
Ramon Snir authored
-
Dvir Volk authored
-
antirez authored
-
antirez authored
-