1. 16 Apr, 2014 37 commits
  2. 25 Mar, 2014 3 commits
    • antirez's avatar
      Redis 2.8.8. · d2e59c27
      antirez authored
      d2e59c27
    • antirez's avatar
      adjustOpenFilesLimit() refactoring. · 3580bb48
      antirez authored
      In this commit:
      * Decrement steps are semantically differentiated from the reserved FDs.
        Previously both values were 32 but the meaning was different.
      * Make it clear that we save setrlimit errno.
      * Don't explicitly handle wrapping of 'f', but prevent it from
        happening.
      * Add comments to make the function flow more readable.
      
      This integrates PR #1630
      3580bb48
    • Matt Stancliff's avatar
      Fix potentially incorrect errno usage · c3510af1
      Matt Stancliff authored
      errno may be reset by the previous call to redisLog, so capture
      the original value for proper error reporting.
      c3510af1