- 07 Jan, 2012 6 commits
-
-
antirez authored
Redis test: when assertion fails print not just the expression but also expanded values in the error message.
-
antirez authored
-
antirez authored
Protections against protocol desyncs, leading to infinite query buffer growing, due to nul-terms in specific bytes of the request or indefinitely long multi bulk or bulk count strings without newlines. This bug is related to Issue #141 as well.
-
antirez authored
Fixed replication when multiple slaves are attaching at the same time. The output buffer was not copied correctly between slaves. This fixes issue #141.
-
antirez authored
-
antirez authored
-
- 23 Dec, 2011 3 commits
- 20 Dec, 2011 3 commits
- 19 Dec, 2011 3 commits
- 18 Dec, 2011 1 commit
-
-
antirez authored
-
- 01 Dec, 2011 1 commit
-
-
antirez authored
-
- 30 Nov, 2011 2 commits
- 28 Nov, 2011 2 commits
- 25 Nov, 2011 6 commits
- 24 Nov, 2011 3 commits
- 21 Nov, 2011 9 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
code generating the CLIENT LIST output refactored to have a function that is able to render a single client into a client info string.
-
antirez authored
-
antirez authored
Max log message length set to 4k to avoid truncated INFO output in logs on Redis crash. This is just a workaround and it is handled better in the unstable branch.
-
- 16 Nov, 2011 1 commit
-
-
Chris Lamb authored
I believe that you should be able to drop 'defined(__sun)' completely from this clause, as Solaris on x86 hardware probably does not have strict alignment requirements, but I don't have a way to test that. Thanks to Jurij Smakov <jurij@wooyd.org>. Signed-off-by:
Chris Lamb <lamby@debian.org>
-