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. Aug 06, 2013
  2. Aug 05, 2013
  3. Aug 04, 2013
  4. Aug 03, 2013
    • Jack Nagel's avatar
      Always load net/https before referencing related constants · ba968516
      Jack Nagel authored
      I put this require inside the method body, because eager-loading
      net/https is slow compared to the rest of Homebrew, and utils.rb is
      loaded for each `brew` invocation.
      
      It's probably worth breaking up global.rb a bit, to reduce the amount of
      code we are loading unnecessarily, but hopefully also to make inter-file
      dependencies a bit more obvious.
      
      Fixes Homebrew/homebrew#21617.
      ba968516
  5. Aug 02, 2013
  6. Aug 01, 2013
  7. Jul 31, 2013
  8. Jul 30, 2013
  9. Jul 29, 2013
  10. 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
  11. Jul 27, 2013
  12. Jul 25, 2013
  13. Jul 24, 2013
  14. Jul 23, 2013
Loading