1. 24 Feb, 2014 1 commit
  2. 23 Feb, 2014 2 commits
  3. 18 Feb, 2014 1 commit
  4. 16 Feb, 2014 1 commit
    • Check for EWOULDBLOCK as well as EAGAIN on write. · 0197d410
      On some systems, notably HP PA-RISC systems running Linux or HP-UX,
      EWOULDBLOCK and EAGAIN are not the same value.  POSIX (and these OSes) allow
      EWOULDBLOCK to occur on write(2) (and send(2), etc.), so check explicitly
      for this case as well as EAGAIN by defining and using a macro GIT_ISBLOCKED
      that considers both.
      
      The macro is necessary because MSYS does not provide EWOULDBLOCK and
      compilation fails if an attempt is made to use it unconditionally.  On most
      systems, where the two values are the same, the compiler will simply
      optimize this check out and it will have no effect.
      brian m. carlson committed
  5. 12 Feb, 2014 4 commits
  6. 11 Feb, 2014 1 commit
  7. 10 Feb, 2014 3 commits
  8. 09 Feb, 2014 6 commits
  9. 08 Feb, 2014 5 commits
  10. 07 Feb, 2014 2 commits
  11. 06 Feb, 2014 4 commits
  12. 05 Feb, 2014 10 commits