1. 13 Oct, 2008 7 commits
  2. 12 Oct, 2008 30 commits
  3. 11 Oct, 2008 3 commits
    • Rémi Denis-Courmont's avatar
      Decomp: vmsplice support · 8ccbbab4
      Rémi Denis-Courmont authored
      8ccbbab4
    • Rémi Denis-Courmont's avatar
      Typos · b9cf76e8
      Rémi Denis-Courmont authored
      b9cf76e8
    • Rémi Denis-Courmont's avatar
      Set close-on-exec file for file inputs · 90ba04f4
      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.
      90ba04f4