aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
2013-09-17Download strategies take a resource nowJack Nagel
2013-09-16Treat target as binary when unpacking gzip-only archivesJack Nagel
2013-08-15SubversionDownloadStrategy: fix reference to removed methodJack Nagel
2013-08-13Remove outdated commentJack Nagel
2013-08-13Avoid reading whole files into memory during decompressionJack Nagel
2013-08-08alphabetize listAdam Vandenberg
2013-08-08Add SourceForge hg patternAdam Vandenberg
2013-08-06Enable connection timeouts when mirrors are availableJack Nagel
2013-08-05Add support for the :ssl3 download-strategy.Tijs Zwinkels - TinkerTank
2013-06-27Fix :gzip_only extractionMisty De Meo
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel
2013-06-08Sniff for non-tarred gzipsAdam Vandenberg
2013-06-08Use new download strategy for local bottles.Mike McQuaid
2013-06-07CurlDownloadStrategy no longer uses `?` in downloaded filenamesAdam Vandenberg
2013-06-07CurlDownloadStrategy: use opt path for xzJack Nagel
2013-06-07CurlDownloadStrategy: use with_system_path to locate tarShaun Jackman
2013-06-04mercurial: Install python bindings properlySamuel John
2013-06-03Python 2.x and 3.x supportSamuel John
2013-05-26Add required methods to AbstractDownloadStrategyJack Nagel
2013-05-16CurlDownloadStrategy: remove "tarball_path" accessorJack Nagel
2013-05-13Retry downloads if a server doesn't support byte rangesAdam Vandenberg
2013-04-16Fix download strategy for SVN HEADXiyue Deng
2013-04-16Only dup and shift when specs hash is populatedJack Nagel
2013-04-15Avoid expensive Pathname concatenationJack Nagel
2013-04-15Clean up remaining DownloadStrategy initializersJack Nagel
2013-04-08SubversionDownloadStrategy: *really* fix pathname concatenationJack Nagel
2013-04-08SubversionDownloadStrategy: fix pathname concatenationJack Nagel
2013-04-07Download strategies require a usable nameJack Nagel
2013-04-07Tests for AbstractDownloadStrategyJack Nagel
2013-04-07Unify indentation of access modifiersJack Nagel
2013-03-28Suppress uninitialized instance variable warningsJack Nagel
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