1. 31 Oct, 2014 1 commit
  2. 30 Oct, 2014 1 commit
  3. 29 Oct, 2014 4 commits
  4. 27 Oct, 2014 6 commits
  5. 24 Oct, 2014 3 commits
  6. 23 Oct, 2014 1 commit
  7. 22 Oct, 2014 3 commits
  8. 17 Oct, 2014 10 commits
  9. 16 Oct, 2014 6 commits
  10. 15 Oct, 2014 4 commits
  11. 14 Oct, 2014 1 commit
    • antirez's avatar
      rio.c fdset target: tolerate (and report) a subset of FDs in error. · 2a436aae
      antirez authored
      Fdset target is used when we want to write an RDB file directly to
      slave's sockets. In this setup as long as there is a single slave that
      is still receiving our payload, we want to continue sennding instead of
      aborting. However rio calls should abort of no FD is ok.
      
      Also we want the errors reported so that we can signal the parent who is
      ok and who is broken, so there is a new set integers with the state of
      each fd. Zero is ok, non-zero is the errno of the failure, if avaialble,
      or a generic EIO.
      2a436aae