aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
AgeCommit message (Expand)Author
2016-05-04Don't report cask to analytics.Mike McQuaid
2016-05-03analytics: move to a class. Mike McQuaid
2016-05-01add `brew analytics` command (#173)Xu Cheng
2016-04-30analytics: relocate UUID to homebrew.analyticsuuid in .git/configZhiming Wang
2016-04-26Analytics: Separate user-supplied and internal-use DISABLE_ANALYTICS (#155)Andrew Janke
2016-04-26fix setup-analytics (#154)Xu Cheng
2016-04-25More analytics tweaks.Mike McQuaid
2016-04-23Ship analytics for Homebrew.Mike McQuaid
2016-04-21brew-audit: pull style checks in to main audit outputAndrew Janke
2016-04-21analytics: roll tracking ID.Mike McQuaid
2016-04-16analytics: add more documentation, Linuxbrew ID. (#98)Mike McQuaid
2016-04-12Document disabling of opt-in Homebrew analytics. (#79)Mike McQuaid
2016-04-12Homebrew (opt-in) Analytics tweaks. (#57)Mike McQuaid
2016-04-07analytics: avoid unnecessary string interpolationMartin Afanasjew
2016-04-07always prefer HOMEBREW_CURL over plain 'curl'Martin Afanasjew
2016-04-04utils/analytics: fix usage of undefined variable.Carlos D'Agostino
2016-04-04utils: add analytics functions.Mike McQuaid
2016-04-02git: check homebrew/core existence before installing brewed gitXu Cheng
2016-03-21utils/git: various improvementXu Cheng
2015-12-26Revert "minor perf improvements"Baptiste Fontaine
2015-12-26minor perf improvementsBaptiste Fontaine
2015-09-09FormulaInstaller: reset git_available? when installing gitXu Cheng
2015-09-09doctor: use Utils.git_available? instead of git?Xu Cheng
2015-09-09git_available?: cache the resultXu Cheng
2015-09-02add git utilsXu Cheng
2015-08-29More API documentation.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
2015-05-12Close the socket after sending the file descriptor to the childJack Nagel
2015-04-28The forked build process should never run at_exit handlersJack Nagel
2015-04-25Keep subprocess code inside begin blockJack Nagel
2015-04-25Clean up socket and filesystem resources separatelyJack Nagel
2015-04-15move safe_fork into a standalone methodXu Cheng
2014-09-28Make inreplace errors fatalJack Nagel
2014-07-11Read if no block is passed to Utils.popen_readJack Nagel
2014-07-05Add popen wrapper that does not invoke the shellJack Nagel
2014-06-18Expose inreplace as a class methodJack Nagel
2014-03-26Replace files atomically in inreplaceJack Nagel
2014-03-26Drop intermediate variableJack Nagel
2013-11-12inreplace: odie for Homebrew developers.Mike McQuaid
2013-09-17inreplace: Open the file as binaryShaun Jackman
2013-08-17let inreplace take a symbolJason Whittle
2013-07-12Move inreplace off of ObjectJack Nagel
2013-06-22Use OkJson directlyJack Nagel
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel