An error occurred fetching the project authors.
  1. 17 Apr, 2010 2 commits
  2. 16 Apr, 2010 1 commit
  3. 10 Apr, 2010 1 commit
  4. 03 Apr, 2010 2 commits
  5. 31 Mar, 2010 3 commits
  6. 03 Mar, 2010 1 commit
  7. 14 Feb, 2010 1 commit
  8. 07 Feb, 2010 4 commits
  9. 04 Nov, 2009 2 commits
  10. 18 Aug, 2009 1 commit
  11. 15 Aug, 2009 1 commit
  12. 16 Jul, 2009 1 commit
  13. 14 May, 2009 1 commit
  14. 13 May, 2009 1 commit
  15. 07 May, 2009 1 commit
  16. 27 Jan, 2009 2 commits
    • Rémi Denis-Courmont's avatar
      Linux: (try to) set close-on-exec in open() system call · 825731a1
      Rémi Denis-Courmont authored
      This Linux-specific extension fixes the close-on-exec race.
      825731a1
    • Rémi Denis-Courmont's avatar
      utf8_open: set the close-on-exec descriptor flag · 9f59c674
      Rémi Denis-Courmont authored
      This departs from utf8_open() being a pure open() + Unicode function.
      We should really always set the flag anyway, so lets factor the code.
      There is still a tiny race between open() and the second fcntl() system
      call, but it cannot quite be fixed within the current POSIX standards.
      
      By the way, the correct way to clear the flag would be _after_ fork(),
      but I am not aware of any such case involving utf8_open() in the
      current tree.
      9f59c674
  17. 18 Nov, 2008 1 commit
  18. 17 Nov, 2008 1 commit
  19. 04 Nov, 2008 2 commits
  20. 23 Oct, 2008 2 commits
  21. 01 Oct, 2008 1 commit
  22. 30 Sep, 2008 1 commit
  23. 29 Sep, 2008 1 commit
  24. 05 Jul, 2008 1 commit
  25. 31 May, 2008 1 commit
  26. 05 May, 2008 1 commit
  27. 03 May, 2008 1 commit
  28. 30 Apr, 2008 1 commit
  29. 14 Apr, 2008 1 commit