index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
utils
Age
Commit message (
Expand
)
Author
2016-05-04
Don't report cask to analytics.
Mike McQuaid
2016-05-03
analytics: move to a class.
Mike McQuaid
2016-05-01
add `brew analytics` command (#173)
Xu Cheng
2016-04-30
analytics: relocate UUID to homebrew.analyticsuuid in .git/config
Zhiming Wang
2016-04-26
Analytics: Separate user-supplied and internal-use DISABLE_ANALYTICS (#155)
Andrew Janke
2016-04-26
fix setup-analytics (#154)
Xu Cheng
2016-04-25
More analytics tweaks.
Mike McQuaid
2016-04-23
Ship analytics for Homebrew.
Mike McQuaid
2016-04-21
brew-audit: pull style checks in to main audit output
Andrew Janke
2016-04-21
analytics: roll tracking ID.
Mike McQuaid
2016-04-16
analytics: add more documentation, Linuxbrew ID. (#98)
Mike McQuaid
2016-04-12
Document disabling of opt-in Homebrew analytics. (#79)
Mike McQuaid
2016-04-12
Homebrew (opt-in) Analytics tweaks. (#57)
Mike McQuaid
2016-04-07
analytics: avoid unnecessary string interpolation
Martin Afanasjew
2016-04-07
always prefer HOMEBREW_CURL over plain 'curl'
Martin Afanasjew
2016-04-04
utils/analytics: fix usage of undefined variable.
Carlos D'Agostino
2016-04-04
utils: add analytics functions.
Mike McQuaid
2016-04-02
git: check homebrew/core existence before installing brewed git
Xu Cheng
2016-03-21
utils/git: various improvement
Xu Cheng
2015-12-26
Revert "minor perf improvements"
Baptiste Fontaine
2015-12-26
minor perf improvements
Baptiste Fontaine
2015-09-09
FormulaInstaller: reset git_available? when installing git
Xu Cheng
2015-09-09
doctor: use Utils.git_available? instead of git?
Xu Cheng
2015-09-09
git_available?: cache the result
Xu Cheng
2015-09-02
add git utils
Xu Cheng
2015-08-29
More API documentation.
Mike McQuaid
2015-08-03
Core files style updates.
BrewTestBot
2015-05-12
Close the socket after sending the file descriptor to the child
Jack Nagel
2015-04-28
The forked build process should never run at_exit handlers
Jack Nagel
2015-04-25
Keep subprocess code inside begin block
Jack Nagel
2015-04-25
Clean up socket and filesystem resources separately
Jack Nagel
2015-04-15
move safe_fork into a standalone method
Xu Cheng
2014-09-28
Make inreplace errors fatal
Jack Nagel
2014-07-11
Read if no block is passed to Utils.popen_read
Jack Nagel
2014-07-05
Add popen wrapper that does not invoke the shell
Jack Nagel
2014-06-18
Expose inreplace as a class method
Jack Nagel
2014-03-26
Replace files atomically in inreplace
Jack Nagel
2014-03-26
Drop intermediate variable
Jack Nagel
2013-11-12
inreplace: odie for Homebrew developers.
Mike McQuaid
2013-09-17
inreplace: Open the file as binary
Shaun Jackman
2013-08-17
let inreplace take a symbol
Jason Whittle
2013-07-12
Move inreplace off of Object
Jack Nagel
2013-06-22
Use OkJson directly
Jack Nagel
2013-06-22
Add Utils::JSON to wrap the JSON implementation
Jack Nagel