aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
2015-04-26Add support for extracting LHA archivesMisty De Meo
2015-04-24download_strategy: allow anoncvs.Geoff Nixon
2015-04-10download_strategy: automatically use apache.org https mirrorViktor Szakats
2015-03-15download_strategy: allow ssl apache mirror links.Felix Bùˆnemann
2015-03-09Update AWS SDK dependency of S3DownloadStrategyrstata-verticloud
2015-03-08download_strategy: raise on wrong tag revision.Mike McQuaid
2015-02-26Remove SourceForge references.Mike McQuaid
2015-02-14Stage entire git repo into build directoryJack Nagel
2015-02-14Remove unnecessary use of Dir[]Jack Nagel
2015-02-13Support older git without "submodule sync --recursive"Jack Nagel
2015-02-08Quote entire path passed to checkout-indexJack Nagel
2015-02-08Revert "download_strategy: escape spaces in git submodule path."Jack Nagel
2015-02-08download_strategy: escape spaces in git submodule path.Kashif Rasul
2015-02-03GitDownloadStrategy: support submodule changesChristian Moritz
2015-01-05Avoid shell quoting issues when extracting xz and lz archivesJack Nagel
2015-01-05Buffer 16K at a timeJack Nagel
2015-01-04Remove unused assignmentJack Nagel
2015-01-04Decouple LocalBottleDownloadStrategy from CurlDownloadStrategyJack Nagel
2015-01-04Extract non-curl parts of CurlDownloadStrategy into a base classJack Nagel
2015-01-04Use more https in urls and updated some lost linksViktor Szakats
2014-12-29Move exception text into exception objectJack Nagel
2014-12-23Mark cached_location as an attributeJack Nagel
2014-12-23Avoid check-then-act pattern in clear_cacheJack Nagel
2014-12-23Document download strategy interfaceJack Nagel
2014-12-22Mark deprecated download strategies as suchJack Nagel
2014-12-22Assume CVS module name when none is givenJack Nagel
2014-12-22Allow :module => "name" for CVS URLsJack Nagel
2014-12-18Fix references to urlJack Nagel
2014-12-18Add :using => :fossilJack Nagel
2014-12-18Move url munging to initializeJack Nagel
2014-12-18Start versioning cached git clonesJack Nagel
2014-12-18Revert "Start versioning cached git clones"Mike McQuaid
2014-12-17Start versioning cached git clonesJack Nagel
2014-12-16Use Utils.popen_read to avoid shelling out in a few placesJack Nagel
2014-12-10Provide version reader methodJack Nagel
2014-12-10Prefer cached_location over tarball_pathJack Nagel
2014-12-10Reorganize methods in CurlDownloadStrategyJack Nagel
2014-12-09Add more general support for passing credentials to curlJack Nagel
2014-12-09Pull strategy for downloading from research.att.com into coreJack Nagel
2014-12-09Provide access to the specs hash indirectly via a meta attributeJack Nagel
2014-12-09Move tool path methods to AbstractDownloadStrategyJack Nagel
2014-12-09Use quiet_safe_system to silence CVS checkoutsJack Nagel
2014-12-09Include FileUtils in AbstractDownloadStrategyJack Nagel
2014-12-09Prefer cached_location method over @clone ivarJack Nagel
2014-12-09Stop returning a path from CurlDownloadStrategy#fetchJack Nagel
2014-12-06Use quiet_safe_system to silence submodule updatesJack Nagel
2014-12-06Use quiet_safe_system to silence submodule checkoutsJack Nagel
2014-12-06Use quiet_safe_system to silence bzr updatesJack Nagel
2014-12-06Use quiet_safe_system to silence CVS updatesJack Nagel
2014-12-06Simplify fossil checkoutsJack Nagel