index
:
buildroot.git
master
odroid-xu4-v1
Buildroot
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
pkg-download.mk
Age
Commit message (
Expand
)
Author
2014-12-11
pkg-download: verify the hashes from the download wrapper
Yann E. MORIN
2014-12-11
pkg-download: check for already downloaded file in the download wrapper
Yann E. MORIN
2014-12-11
support/download: add option parsing to the download wrapper
Yann E. MORIN
2014-12-08
pkg-download: VERIFY_HASH: use same hash file for host and target downloads
Peter Korsgaard
2014-10-25
check-hash: silence hash ok messages when make -s is used
Peter Korsgaard
2014-10-07
.mk files: bulk aligment and whitespace cleanup of assignments
Thomas De Schampheleire
2014-08-04
support/download: convert wget to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert svn to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert scp to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert Hg to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert git to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert cvs to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert localfiles to use the wrapper
Yann E. MORIN
2014-08-04
support/download: convert bzr to use the wrapper
Yann E. MORIN
2014-07-18
pkg-download: Fix DOWNLOAD_LOCALFILES
Andreas Naumann
2014-07-04
pkg-infra: add possiblity to check downloaded files against known hashes
Yann E. MORIN
2014-07-03
pkg-infra: move the cp (aka localfiles) download helper to a script
Yann E. MORIN
2014-07-03
pkg-infra: move the scp download helper to a script
Yann E. MORIN
2014-07-03
pkg-infra: move the bzr download helper to a script
Yann E. MORIN
2014-07-03
pkg-infra: move the wget download helper to a script
Yann E. MORIN
2014-07-02
pkg-infra: move the hg download helper to a script
Yann E. MORIN
2014-07-02
pkg-infra: move the cvs download helper to a script
Yann E. MORIN
2014-07-02
pkg-infra: move the svn download helper to a script
Yann E. MORIN
2014-07-02
pkg-infra: move the git download helper to a script
Yann E. MORIN
2014-06-29
pkg-download: fix svn download for deleted path
Ryan Barnett
2014-06-04
replace github with GitHub
Simon Dawson
2014-04-06
pkg-download: update the github helper
Samuel Martin
2014-03-02
pkg-infra: DOWNLOAD is never called with two arguments
Yann E. MORIN
2014-02-11
Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG
Arnout Vandecappelle
2014-02-09
infra: replace BUILDROOT_DL_DIR with BR2_DL_DIR.
Arnout Vandecappelle
2014-02-04
pkg-download: make sure git downloads fail for unknown versions
Thomas Petazzoni
2013-12-25
package: make package download from Mercurial repositories more robust
Mathias De Maré
2013-12-06
infra: introduce github helper function
Mischa Jonker
2013-09-13
downloads: add basic CVS support
Gustavo Zacarias
2013-07-20
fix white spaces
Jerzy Grzegorek
2013-06-06
Normalize separator size to 80
Alexandre Belloni
2012-12-09
pkg-download.mk: fix multiple matches in shallow clone test
Danomi Manchego
2012-12-02
pkg-download.mk: Fix shallow clone
Stephan Hoffmann
2012-11-04
pkg-download: Make a shallow clone for git downloads
Arnout Vandecappelle (Essensium/Mind)
2012-09-10
pkg-download: allow relative BR2_DL_DIR
Peter Korsgaard
2012-07-22
Package downloads: allow restricting to primary site only
Thomas De Schampheleire
2012-07-22
pkg-download.mk: support detection of URI schemes in DOWNLOAD
Thomas De Schampheleire
2012-07-22
pkg-download.mk: use stripurischeme function in localfiles download method
Thomas De Schampheleire
2012-07-22
pkg-download.mk: allow using localfiles outside of package infrastructure
Thomas De Schampheleire
2012-07-01
pkg-download: handle interrupted wget downloads
Arnout Vandecappelle
2012-05-23
pkg-download.mk: Add missing argument when downloading from primary mirror (scp)
Thomas De Schampheleire
2012-05-05
pkg-download.mk: Add missing argument when downloading from primary mirror
Markos Chandras
2012-04-19
pkg-*.mk: add some comments, update some existing comments
Thomas Petazzoni
2012-04-19
Split Makefile.package.in in pkg-download.mk, pkg-utils.mk and pkg-gentargets.mk
Thomas Petazzoni