1. 12 May, 2012 1 commit
    • Fix readdir_r() usage for Solaris · 6fb1c0b4
      On Solaris, struct dirent is defined differently than Linux. The field
      containing the path name is of size 0, rather than NAME_MAX. So, we need to
      use a properly sized buffer on Solaris to avoid a stack overflow.
      
      Also fix some DIR* leaks on cleanup.
      Scott J. Goldman committed
  2. 11 May, 2012 2 commits
  3. 10 May, 2012 1 commit
  4. 09 May, 2012 11 commits
  5. 08 May, 2012 22 commits
  6. 07 May, 2012 3 commits