summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón2015-07-094-13/+13
* bitbake: fetch2/__init__.py: Add FetchConnectionCache classAníbal Limón2015-07-091-0/+36
* bitbake: fetch2: Checkout to correct ref begore init and update submodulesFelipe F. Tonello2015-07-071-0/+1
* bitbake: bitbake: fetch2/hg.py: fix unpack error and mirror tarballRobert Yang2015-06-271-13/+66
* bitbake: fetch/perforce: Fix single file checkoutsRichard Purdie2015-06-271-1/+1
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-233-4/+4
* bitbake: fetch/hg: Disable checksums for archived downloadsAsh Charles2015-05-261-0/+7
* bitbake: fetch2/git.py: Add gitpkgv_revision alternative version informationMike Looijmans2015-05-241-0/+25
* bitbake: fetch2/__init__.py: Make get_srcrev output configurableMike Looijmans2015-05-241-3/+6
* bitbake: fetch/git: Fix uri in git checkstatusMarcin Smoczyński2015-05-191-2/+1
* bitbake: fetch2/hg.py: add clean functionRobert Yang2015-05-191-0/+5
* bitbake: fetch2: Improve mirror building function error handlingRichard Purdie2015-05-161-1/+3
* bitbake: fetch2: Allow GIT_SMART_HTTP to be passed throughLiam R. Howlett2015-05-161-0/+1
* bitbake: bitbake: fetch2/git: Add URL when latest_revision generates an excep...Mariano Lopez2015-05-151-1/+2
* bitbake: fetch2/git: ensure the unpacked origin remote points upstreamPaul Eggleton2015-05-151-14/+17
* bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett2015-05-121-0/+53
* bitbake: fetch/hg: support submodulesDaniel McGregor2015-05-121-19/+36
* bitbake: fetch2: Allow git to use a different CA Bundle with private keysJason Wessel2015-05-121-0/+1
* bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander2015-04-171-1/+1
* bitbake: fetch2: Revalidate checksums, YOCTO #5571Clemens Lang2015-03-091-10/+102
* bitbake: fetch2: wget remove scape of - in regexes don't neededAníbal Limón2015-02-161-9/+9
* bitbake: fetch2: wget _modelate_version improvmentsAníbal Limón2015-02-161-3/+3
* bitbake: fetch2: wget latest_versionstring improvments in get version by dirAníbal Limón2015-02-161-71/+37
* bitbake: fetch2: wget add _check_latest_version_by_dirAníbal Limón2015-02-161-6/+46
* bitbake: fetch2: wget latest_versionstring _check_latest_version improvmentsAníbal Limón2015-02-161-26/+25
* bitbake: fetch2: wget latest_versionstring improve _parse_pathAníbal Limón2015-02-161-20/+24
* bitbake: fetcher: use os.path.splitext() instead of string.split()Ross Burton2015-01-211-3/+3
* bitbake: bb/fetch2/wget.py: latest_versionstring escape packagename when buil...Aníbal Limón2015-01-211-1/+1
* bitbake: lib/fetch2: Tweak get_srcrev() function descriptionRichard Purdie2015-01-211-2/+4
* bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón2015-01-141-1/+2
* bitbake: fetch/git: Improve ls-remote handling for latest_revisionRichard Purdie2015-01-141-4/+11
* bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie2015-01-081-17/+18
* bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie2015-01-081-21/+33
* bitbake: fetch2/wget: Fix horrible temp file handlingRichard Purdie2014-12-251-2/+1
* bitbake: bb/fetch2/wget.py: latest_versionstring fix multithread and remove d...Aníbal Limón2014-12-231-17/+13
* bitbake: fetch2: add means of disabling SRC_URI checksumsPaul Eggleton2014-12-091-1/+2
* bitbake: fetch/wget: latest_versionstring clean improvments minorAníbal Limón2014-11-281-3/+2
* bitbake: fetch/wget: latest_versionstring remove newuri set because is previo...Aníbal Limón2014-11-281-2/+0
* bitbake: fetch/wget: latest_versionstring add support for search in RAW html ...Aníbal Limón2014-11-281-1/+6
* bitbake: fetch/wget: latest_versionstring remove unnecessary usage for name i...Aníbal Limón2014-11-281-2/+2
* bitbake: fetch/wget: latest_versionstring improvments in searchingAníbal Limón2014-11-281-14/+23
* bitbake: fetch/wget: latest_versionstring add package_custom_regex_compAníbal Limón2014-11-281-4/+11
* bitbake: fetch/wget: Improve REGEX_URI handlingAníbal Limón2014-11-281-26/+29
* bitbake: fetch/wget: _init_regexes rename variables to be more consistent and...Aníbal Limón2014-11-281-12/+18
* bitbake: fetch/wget: latest_versionstring create _init_regex method for have ...Aníbal Limón2014-11-281-5/+10
* bitbake: fetch/wget: Add latest_versionstring methodAníbal Limón2014-11-121-0/+239
* bitbake: fetch/git: Add latest_versionstring methodAníbal Limón2014-11-121-0/+38
* bitbake: fetch2/git: Allow other namespaces than refs/heads to be searched.Fredrik Svensson2014-11-061-1/+4
* bitbake: fetch2: add .lz compression supportKoen Kooi2014-10-281-1/+5
* bitbake: fetcher: fix getVar call due to incorrect argument datatypeAlejandro Hernandez2014-10-111-1/+1