- 23 Sep, 2011 3 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
-
antirez authored
libc neutral random function derived from a drand48() implementation added. Will be used to replace Lua's math.random implementation.
-
- 22 Sep, 2011 4 commits
-
-
antirez authored
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
-
antirez authored
make sure to return just 1 for rio.c write when the target is a buffer, as we do when the target is a file.
-
antirez authored
comment on top of the _rio structure modified for correctness as actually fwrite/fread semantics is different in general, but was 0/1 in our old usage before rio.c as we always used 1 as number items, and the actual number of bytes to read as item length.
-
antirez authored
-
- 21 Sep, 2011 3 commits
-
-
Salvatore Sanfilippo authored
redis-cli segfaults with single numeric argument greater than zero
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
antirez authored
-
- 20 Sep, 2011 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Spelling fixes.
-
Salvatore Sanfilippo authored
Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan;
-
Salvatore Sanfilippo authored
Fixed compilation on Mac/PPC
-
Salvatore Sanfilippo authored
[issue 620] don't segfault if number of arguments is less than 1
-
antirez authored
-
- 19 Sep, 2011 3 commits
- 16 Sep, 2011 11 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
fixed flushAppendOnlyFile() function prototype to reflect the new implementation, fixing compilation.
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
Added aof_backgronud_fsync() function, and use it in the bacground rewrite done handler when the fsync policy is everysec.
-
- 15 Sep, 2011 8 commits