- 02 Nov, 2011 2 commits
- 28 Oct, 2011 1 commit
-
-
antirez authored
-
- 13 Sep, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 25 May, 2011 1 commit
-
-
antirez authored
Make sure error and status replies emitted by Lua scripts can never have more than a newline, otherwise it is a protocol violation and clients will desync.
-
- 05 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 07 Apr, 2011 1 commit
-
-
antirez authored
-
- 01 Apr, 2011 1 commit
-
-
antirez authored
DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc()+memset() in sds.c when a new string is created with NULL initialization pointer.
-
- 22 Mar, 2011 1 commit
-
-
antirez authored
-
- 20 Mar, 2011 1 commit
-
-
antirez authored
-
- 27 Jan, 2011 1 commit
-
-
antirez authored
Fixed a theoretical non exploitable security bug reported by @chrisrohlf. In theory if we undefine SDS_ABORT_ON_OOM from sds.c AND modify zmalloc.c in order to don't quit on out of memory (but this would break every other part of Redis), on out of memory there is a possible heap overflow.
-
- 10 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Move logic concerned with setting a bit in an sds to the SETBIT command instead of keeping it in sds.c. The function to grow an sds can and will be reused for a command to set a range within a string value.
-
- 09 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 23 Sep, 2010 2 commits
- 02 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 26 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 05 Aug, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 1 commit
-
-
antirez authored
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change
-
- 11 May, 2010 1 commit
-
-
antirez authored
long long to string conversion speedup applied in other places as well. Still the code has bugs, fixing right now...
-
- 10 May, 2010 1 commit
-
-
antirez authored
-
- 19 Feb, 2010 1 commit
-
-
antirez authored
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
-
- 04 Feb, 2010 1 commit
-
-
antirez authored
-
- 18 Dec, 2009 1 commit
-
-
antirez authored
-
- 15 Dec, 2009 1 commit
-
-
antirez authored
-
- 07 Oct, 2009 1 commit
-
-
antirez authored
-
- 02 Oct, 2009 1 commit
-
-
antirez authored
-
- 07 Jun, 2009 1 commit
-
-
antirez authored
Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability
-
- 27 Mar, 2009 1 commit
-
-
antirez authored
-
- 22 Mar, 2009 1 commit
-
-
antirez authored
-