- 30 Oct, 2011 1 commit
-
-
Ben Noordhuis authored
-
- 03 Oct, 2011 2 commits
-
-
antirez authored
Revert "Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident." After talking with Pieter he changed my mind about this, it is better to have a simpler install script that works everywhere, and the complex one can be always executed if needed by hand. We'll make possibly a new target for the full featured installation script, and even suggest it after a Make install. This reverts commit f1e60d75.
-
antirez authored
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
-
- 23 Sep, 2011 2 commits
-
-
antirez authored
Lua math.random and math.randomseed replaced with our own version based on redisSrand48(). Seed initialized to the same value at every EVAL/EVALSHA call.
-
antirez authored
libc neutral random function derived from a drand48() implementation added. Will be used to replace Lua's math.random implementation.
-
- 13 Sep, 2011 2 commits
- 27 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Jul, 2011 1 commit
-
-
antirez authored
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
-
- 13 Jul, 2011 1 commit
-
-
antirez authored
top level Makefile now just a proxy. Doing make clean inside src now does a full clean including deps, not just Redis source. Thanks to Pieter for the top level Makefile proxy trick.
-
- 12 Jul, 2011 1 commit
-
-
antirez authored
-
- 11 Jul, 2011 4 commits
- 30 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 24 Jun, 2011 1 commit
-
-
Damian Janowski authored
-
- 20 Jun, 2011 4 commits
- 09 Jun, 2011 1 commit
-
-
Hampus Wessman authored
echo with escape sequences isn't portable. Use printf instead.
-
- 08 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 May, 2011 2 commits
- 13 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 05 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 04 May, 2011 2 commits
- 13 Apr, 2011 1 commit
-
-
antirez authored
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 09 Mar, 2011 1 commit
-
-
antirez authored
zipmaps are now endianess agnostic, needed for on disk serialization of zipmaps without convertions layers
-
- 28 Dec, 2010 1 commit
-
-
antirez authored
-
- 23 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 08 Nov, 2010 2 commits