Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 31, 2013
  2. Jul 30, 2013
  3. Jul 29, 2013
  4. Jul 28, 2013
    • Jack Nagel's avatar
      Set close-on-exec on lock file descriptors · bac6533d
      Jack Nagel authored
      The formula locks used by the installer and commands like link and
      unlink are backed by open files and flock(). The open file descriptors
      are thus leaked to any subprocesses. This can result in weird behavior
      in programs spawned from formula that do not expect to inherit these
      descriptors.
      
      Fix this by setting close-on-exec on the lock file descriptors.
      
      Fixes Homebrew/homebrew#21486.
      bac6533d
  5. Jul 27, 2013
  6. Jul 25, 2013
  7. Jul 24, 2013
  8. Jul 23, 2013
  9. Jul 22, 2013
  10. Jul 21, 2013
Loading