summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2015-12-08bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07bitbake: wget.py: parse only <a> tagsAlexander Kanavin
2015-11-16bitbake: fetch2: Remove crazy code in unpackRichard Purdie
2015-10-27bitbake: fetcher: svn: Add support for checkout to a custom pathJens Rehsack
2015-10-16bitbake: fetch2/hg: Include missing errno importLogan Buchy
2015-09-19bitbake: bitbake: bb.fetch2.git: Import errno moduleRomain Perier
2015-09-18bitbake: bb.fetch2.{git, hg}: remove tarball if it needs updatingChristopher Larson
2015-09-18bitbake: tests/fetch.py: Fix recursion failure in url mappingMark Hatle
2015-09-18bitbake: fetch2/__init__.py: uri_replace regex handlingMark Hatle
2015-09-04bitbake: bb.fetch: don't remove the clone when an update failsChristopher Larson
2015-09-04bitbake: bb.fetch: handle checksums consistently for mirrorsChristopher Larson
2015-09-04bitbake: bb.fetch.git: remove leading '.' from gitsrcnameChristopher Larson
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2015-08-01bitbake: wget.py: fix incorrect regexesAlexander Kanavin
2015-07-22bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22bitbake: fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22bitbake: fetch2/git.py: latest_versionstring search in all tagsAníbal Limón
2015-07-12bitbake: fetch2/wget.py: checkstatus disable SSL cert validation.Aníbal Limón
2015-07-12bitbake: fetch2/wget.py: checkstatus fix using proxy handlerAníbal Limón
2015-07-12bitbake: fetch2/wget.py: Add support of connection cache in checkstatus.Aníbal Limón
2015-07-12bitbake: fetch2/sftp: Set BatchMode=yes as argument to sftpOlof Johansson
2015-07-12bitbake: git.py: create a branch when checkoutRobert Yang
2015-07-09bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón
2015-07-09bitbake: fetch2/__init__.py: Add FetchConnectionCache classAníbal Limón
2015-07-07bitbake: fetch2: Checkout to correct ref begore init and update submodulesFelipe F. Tonello
2015-06-27bitbake: bitbake: fetch2/hg.py: fix unpack error and mirror tarballRobert Yang
2015-06-27bitbake: fetch/perforce: Fix single file checkoutsRichard Purdie
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-26bitbake: fetch/hg: Disable checksums for archived downloadsAsh Charles
2015-05-24bitbake: fetch2/git.py: Add gitpkgv_revision alternative version informationMike Looijmans
2015-05-24bitbake: fetch2/__init__.py: Make get_srcrev output configurableMike Looijmans
2015-05-19bitbake: fetch/git: Fix uri in git checkstatusMarcin Smoczyński
2015-05-19bitbake: fetch2/hg.py: add clean functionRobert Yang
2015-05-16bitbake: fetch2: Improve mirror building function error handlingRichard Purdie
2015-05-16bitbake: fetch2: Allow GIT_SMART_HTTP to be passed throughLiam R. Howlett
2015-05-15bitbake: bitbake: fetch2/git: Add URL when latest_revision generates an excep...Mariano Lopez
2015-05-15bitbake: fetch2/git: ensure the unpacked origin remote points upstreamPaul Eggleton
2015-05-12bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett
2015-05-12bitbake: fetch/hg: support submodulesDaniel McGregor
2015-05-12bitbake: fetch2: Allow git to use a different CA Bundle with private keysJason Wessel
2015-04-17bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander
2015-03-09bitbake: fetch2: Revalidate checksums, YOCTO #5571Clemens Lang
2015-02-16bitbake: fetch2: wget remove scape of - in regexes don't neededAníbal Limón
2015-02-16bitbake: fetch2: wget _modelate_version improvmentsAníbal Limón
2015-02-16bitbake: fetch2: wget latest_versionstring improvments in get version by dirAníbal Limón
2015-02-16bitbake: fetch2: wget add _check_latest_version_by_dirAníbal Limón
2015-02-16bitbake: fetch2: wget latest_versionstring _check_latest_version improvmentsAníbal Limón
2015-02-16bitbake: fetch2: wget latest_versionstring improve _parse_pathAníbal Limón
2015-01-21bitbake: fetcher: use os.path.splitext() instead of string.split()Ross Burton
2015-01-21bitbake: bb/fetch2/wget.py: latest_versionstring escape packagename when buil...Aníbal Limón