1. 12 Oct, 2008 1 commit
    • Rémi Denis-Courmont's avatar
      Set close-on-exec file for file inputs · dc92656d
      Rémi Denis-Courmont authored
      We don't want to leak descriptors to child PROCESSES (!= threads) such
      as the pseudo-CGI interface. The socket wrappers ahve already been doing
      that for a while. Unfortunately, there are still many "leaks", through
      underlying libraries, opendir(), fopen(), etc. And then, this is not
      thread-safe (we leak if another thread calls fork() between open() and
      fcntl()). This is a well-known limitation in POSIX anyway.
      (cherry picked from commit 90ba04f4)
      dc92656d
  2. 11 Oct, 2008 1 commit
  3. 10 Oct, 2008 15 commits
  4. 09 Oct, 2008 9 commits
  5. 08 Oct, 2008 2 commits
  6. 07 Oct, 2008 2 commits
  7. 06 Oct, 2008 10 commits