summaryrefslogtreecommitdiffstats
path: root/package/pkg-download.mk
AgeCommit message (Expand)Author
2014-12-11pkg-download: verify the hashes from the download wrapperYann E. MORIN
2014-12-11pkg-download: check for already downloaded file in the download wrapperYann E. MORIN
2014-12-11support/download: add option parsing to the download wrapperYann E. MORIN
2014-12-08pkg-download: VERIFY_HASH: use same hash file for host and target downloadsPeter Korsgaard
2014-10-25check-hash: silence hash ok messages when make -s is usedPeter Korsgaard
2014-10-07.mk files: bulk aligment and whitespace cleanup of assignmentsThomas De Schampheleire
2014-08-04support/download: convert wget to use the wrapperYann E. MORIN
2014-08-04support/download: convert svn to use the wrapperYann E. MORIN
2014-08-04support/download: convert scp to use the wrapperYann E. MORIN
2014-08-04support/download: convert Hg to use the wrapperYann E. MORIN
2014-08-04support/download: convert git to use the wrapperYann E. MORIN
2014-08-04support/download: convert cvs to use the wrapperYann E. MORIN
2014-08-04support/download: convert localfiles to use the wrapperYann E. MORIN
2014-08-04support/download: convert bzr to use the wrapperYann E. MORIN
2014-07-18pkg-download: Fix DOWNLOAD_LOCALFILESAndreas Naumann
2014-07-04pkg-infra: add possiblity to check downloaded files against known hashesYann E. MORIN
2014-07-03pkg-infra: move the cp (aka localfiles) download helper to a scriptYann E. MORIN
2014-07-03pkg-infra: move the scp download helper to a scriptYann E. MORIN
2014-07-03pkg-infra: move the bzr download helper to a scriptYann E. MORIN
2014-07-03pkg-infra: move the wget download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the hg download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the cvs download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the svn download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the git download helper to a scriptYann E. MORIN
2014-06-29pkg-download: fix svn download for deleted pathRyan Barnett
2014-06-04replace github with GitHubSimon Dawson
2014-04-06pkg-download: update the github helperSamuel Martin
2014-03-02pkg-infra: DOWNLOAD is never called with two argumentsYann E. MORIN
2014-02-11Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIGArnout Vandecappelle
2014-02-09infra: replace BUILDROOT_DL_DIR with BR2_DL_DIR.Arnout Vandecappelle
2014-02-04pkg-download: make sure git downloads fail for unknown versionsThomas Petazzoni
2013-12-25package: make package download from Mercurial repositories more robustMathias De Maré
2013-12-06infra: introduce github helper functionMischa Jonker
2013-09-13downloads: add basic CVS supportGustavo Zacarias
2013-07-20fix white spacesJerzy Grzegorek
2013-06-06Normalize separator size to 80Alexandre Belloni
2012-12-09pkg-download.mk: fix multiple matches in shallow clone testDanomi Manchego
2012-12-02pkg-download.mk: Fix shallow cloneStephan Hoffmann
2012-11-04pkg-download: Make a shallow clone for git downloadsArnout Vandecappelle (Essensium/Mind)
2012-09-10pkg-download: allow relative BR2_DL_DIRPeter Korsgaard
2012-07-22Package downloads: allow restricting to primary site onlyThomas De Schampheleire
2012-07-22pkg-download.mk: support detection of URI schemes in DOWNLOADThomas De Schampheleire
2012-07-22pkg-download.mk: use stripurischeme function in localfiles download methodThomas De Schampheleire
2012-07-22pkg-download.mk: allow using localfiles outside of package infrastructureThomas De Schampheleire
2012-07-01pkg-download: handle interrupted wget downloadsArnout Vandecappelle
2012-05-23pkg-download.mk: Add missing argument when downloading from primary mirror (scp)Thomas De Schampheleire
2012-05-05pkg-download.mk: Add missing argument when downloading from primary mirrorMarkos Chandras
2012-04-19pkg-*.mk: add some comments, update some existing commentsThomas Petazzoni
2012-04-19Split Makefile.package.in in pkg-download.mk, pkg-utils.mk and pkg-gentargets.mkThomas Petazzoni