build: use mkhash to replace various quirky md5sum/openssl calls
[openwrt/staging/chunkeey.git] / include / download.mk
2017-01-05 Felix Fietkaubuild: use mkhash to replace various quirky md5sum...
2016-12-22 Felix Fietkaubuild: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR...
2016-12-17 Felix Fietkaubuild: add FIXUP option for make check
2016-12-17 Felix Fietkaubuild: implement make check and make package/X/check
2016-12-16 Felix Fietkauinclude/package.mk: sync default value for hash fallbac...
2016-12-16 Felix Fietkaubuild: remove duplicate Download/default definition...
2016-12-16 Felix Fietkaubuild: replace MD5SUM variables with HASH
2016-12-13 Felix Fietkaudownload.mk: improve download tarball reproducibility
2016-12-13 Felix Fietkaudownload.mk: remove code duplication in $(TAR) call
2016-12-13 Felix Fietkaudownload.mk: use $(error) instead of a regular shell...
2016-12-04 Florian Fainelliinclude/download.mk: Allow specify DownloadMethod speci...
2016-10-05 Daniel Engberginclude/download.mk: Use -7e compression instead of...
2016-10-04 Jo-Philipp Wichinclude/download.mk: generate reproducable SCM tarballs
2016-06-01 Jo-Philipp Wichdownload.mk: use HTTPS for git.lede-project.org
2016-04-29 John Crispininclude: add lede git server url
2016-04-03 Álvaro Fernández... download: add @GITHUB download facility
2016-04-09 John Crispindownload: add @GITHUB download facility
2016-02-29 Felix Fietkaubuildroot: improve git submodule handling for packages
2016-02-17 Jo-Philipp Wichdownload.mk: fix packed checkout mirroring support
2016-01-21 Felix Fietkaubuild: download.mk: bugfix download.pl argument call...
2016-01-20 Felix Fietkaubuild: add locking for downloads (fixes race conditions...
2016-01-17 Felix Fietkaubuild: add @APACHE download facility
2016-01-04 Felix Fietkaubuild: add a variable pointing to the main openwrt...
2015-11-22 Felix Fietkaubuild: add support for choosing a different url filenam...
2014-10-08 John Crispininclude/download.mk: Add download mirrors for tools...
2014-04-10 Felix Fietkaubuild: add support for packing version control download...
2013-10-10 Jo-Philipp WichIncorrect checkout of git submodules
2012-12-02 Jo-Philipp Wichinclude: download.mk: correct tar argument order when...
2012-06-06 Felix Fietkaudownload.mk: refuse to download mirror tarballs from...
2012-03-17 Jens MueckeEnable recursive download of git sources.
2011-03-21 Felix Fietkauadd support for md5sum checks for mirrored tarballs...
2011-03-13 Felix Fietkaudownload.mk: properly quote download urls
2010-12-18 Jo-Philipp Wichdownload.mk: support https:// downloads
2010-10-24 Florian Fainelliadd support for darcs repositories
2010-03-29 Nicolas Thilldownload.mk: fix bzr download method
2010-03-23 Jo-Philipp Wichthe svn fallback code added in r20322 is evaluated...
2010-03-20 Florian Fainellifix svn download with older svn client versions
2010-03-19 Florian Fainelliaccept unknown server certificates by default on svn...
2010-03-14 Travis KemenUpdated post r19769, integrates the missing dl_method...
2010-02-20 Travis Kementhis patch adds support for bzr in include/download...
2010-01-13 Jo-Philipp Wichallow download urls using the file:// schema (#6480)
2009-03-17 Felix Fietkaufix download reverse depends
2009-02-22 Felix Fietkaubuild system refactoring in preparation for allowing...
2009-02-19 Felix Fietkaumake cvs checkouts more flexible. packages must now...
2008-09-01 Lars-Peter ClausenAdd @GNOME download source.
2008-08-29 Florian Fainellithis adds hg (Mercurial) SCM checkout support, very...
2008-08-27 John Crispinfixes cvs download, signed-off by Bruno Randolf
2008-08-24 Felix Fietkaureplace the deprecated git-* command calls with git *
2008-07-31 Felix Fietkauallow packages to forcibly disable the svn/git mirror...
2008-07-12 Florian FainelliSVN checkouts should be made non-interactive, so that...
2008-01-02 Florian FainelliFix typo
2008-01-02 Florian FainelliAdd CVS download method #2947
2007-11-16 Felix Fietkauprefer http downloads over svn/git checkouts, remove...
2007-11-16 Felix Fietkauadd git checkout support
2007-09-29 Felix Fietkauuse $(TAR) instead of tar
2007-09-29 Felix FietkauRefactor downloading code into download.mk Support...