aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
2013-03-11Add with_system_path to run using system PATHs.Mike McQuaid
2013-02-17GitDownloadStrategy: force checkoutsJack Nagel
2013-02-17GitDownloadStrategy: reset after checkout during updatesJack Nagel
2013-02-17GitDownloadStrategy: factor out checkout argsJack Nagel
2013-02-17GitDownloadStrategy: generalize has_tag? to has_ref?Jack Nagel
2013-02-14GitDownloadStrategy: default to remote HEAD during checkoutJack Nagel
2013-02-14GitDownloadStrategy: quiet reset in non-verbose modeJack Nagel
2013-02-14GitDownloadStrategy: only fetch from remote when necessaryJack Nagel
2013-02-14GitDownloadStrategy: extract checkout from #stageJack Nagel
2013-02-14GitDownloadStrategy: split up submodule update and checkoutJack Nagel
2013-02-14GitDownloadStrategy: split #fetch into several methodsJack Nagel
2013-02-11Avoid nil in URL specsJack Nagel
2013-02-11Catch JSON decoding errors in Apache download strategyJack Nagel
2013-02-10kill dead codeJack Nagel
2013-02-10CurlDownloadStrategy: remove pointless type introspectionJack Nagel
2013-02-07download_strategy: move requires out of methodJack Nagel
2013-02-02download_strategy: fix typoJack Nagel
2013-02-02Make `CurlDownloadStrategy` resume aborted downloadsSimon Sigurdhsson
2013-01-30Add SourceForge bottle mirror selection.Mike McQuaid
2013-01-29Cleanup old bottle syntax.Mike McQuaid
2013-01-23CurlApacheMirrorDownloadStrategy: fetch mirrors in JSON formatJack Nagel
2012-12-01Support installing bottles from local files.Mike McQuaid
2012-11-25Copy rather than move e.g. war files.Mike McQuaid
2012-10-29Add support for 7zip archivesSijawusz Pur Rahnama
2012-10-15Test coverage for DownloadStrategyDetectorJack Nagel
2012-10-15GitDownloadStrategy: avoid unnecessary checkoutJack Nagel
2012-10-15GitDownloadStrategy: silence checkout actions in non-verbose modeJack Nagel
2012-10-15GitDownloadStrategy: silence status checkJack Nagel
2012-09-28Remove extra newlineJack Nagel
2012-09-28Make VCS download strategies work without user pathsJack Nagel
2012-09-28_Really_ fix hg strategyJack Nagel
2012-09-27Fix hg strategy under stdenvJack Nagel
2012-09-25MercurialDownloadStrategy can find hg againMax Howell
2012-08-29Always find git and svn without trying hardMax Howell
2012-08-22Cache found svn binaryAdam Vandenberg
2012-08-22Honor GIT env varAdam Vandenberg
2012-08-18Deprecate MacOS.version? style methodsJack Nagel
2012-08-09download_strategy: Use MacOS.locate to find svnsamueljohn
2012-07-19MercurialDownloadStrategy: remove redundant chdirJack Nagel
2012-07-19MercurialDownloadStrategy: check out subreposFelipe Navarro V
2012-07-06DownloadStrategy: Detect classesMisty De Meo
2012-07-04Teach download strategies to take a SoftwareSpecJack Nagel
2012-07-04Refactor download strategy detectionJack Nagel
2012-06-15warn if unrar is needed but not found.samueljohn
2012-05-10Detect http://svn... as svnAdam Vandenberg
2012-05-07Unify 'which' and which_s' utility methodsJack Nagel
2012-05-03Detect uncompressed tarsAdam Vandenberg
2012-05-03GitDownloadStrategy: don't pass --depth to fetchJack Nagel
2012-05-02Extract detection of compression typesAdam Vandenberg
2012-05-02GitDownloadStrategy: don't assume --single-branch is availableJack Nagel