aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/fork.rb
AgeCommit message (Collapse)Author
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-08-25safe_fork: Improve the error messageShaun Jackman
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-12Close the socket after sending the file descriptor to the childJack Nagel
Fixes Homebrew/homebrew#39691.
2015-04-28The forked build process should never run at_exit handlersJack Nagel
We don't use at_exit anywhere that matters, but the test framework does.
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