aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
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
2015-01-21bitbake: lib/fetch2: Tweak get_srcrev() function descriptionRichard Purdie
2015-01-14bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón
2015-01-14bitbake: fetch/git: Improve ls-remote handling for latest_revisionRichard Purdie
2015-01-08bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2015-01-08bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie
2014-12-25bitbake: fetch2/wget: Fix horrible temp file handlingRichard Purdie
2014-12-23bitbake: bb/fetch2/wget.py: latest_versionstring fix multithread and remove d...Aníbal Limón
2014-12-09bitbake: fetch2: add means of disabling SRC_URI checksumsPaul Eggleton
2014-11-28bitbake: fetch/wget: latest_versionstring clean improvments minorAníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring remove newuri set because is previo...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring add support for search in RAW html ...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring remove unnecessary usage for name i...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring improvments in searchingAníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring add package_custom_regex_compAníbal Limón
2014-11-28bitbake: fetch/wget: Improve REGEX_URI handlingAníbal Limón
2014-11-28bitbake: fetch/wget: _init_regexes rename variables to be more consistent and...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring create _init_regex method for have ...Aníbal Limón
2014-11-12bitbake: fetch/wget: Add latest_versionstring methodAníbal Limón
2014-11-12bitbake: fetch/git: Add latest_versionstring methodAníbal Limón
2014-11-06bitbake: fetch2/git: Allow other namespaces than refs/heads to be searched.Fredrik Svensson
2014-10-28bitbake: fetch2: add .lz compression supportKoen Kooi
2014-10-11bitbake: fetcher: fix getVar call due to incorrect argument datatypeAlejandro Hernandez
2014-10-06bitbake: fetcher: fix BB_STRICT_CHECKSUM datatype checkAlejandro Hernandez
2014-09-29bitbake: fetch: Extend testing of subdir unpack parameter and fixRichard Purdie
2014-09-29bitbake: fetch: SRC_URI parameter "subdir" does not work for local filesRoxana
2014-09-23bitbake: fetch2/perforce: Use replace (1 line) instead of find (3 lines)Chad Nelson
2014-09-23bitbake: fetch2/perforce: Fix localfile name if labels are usedChad Nelson
2014-08-28bitbake: fetch2/hg: Fix username/password handlingRichard Purdie
2014-08-19bitbake: fetch2/local.py: fix first line indent of search path debug outputAndre McCurdy
2014-07-21bitbake: fetch2: Add module for ClearCase (ccrc://)Dennis Meier
2014-07-04bitbake: fetch2/svn: Add transportuser parameterRichard Purdie
2014-05-30bitbake: fetch2: improve handling of two classes of URL parameter mistakesPaul Eggleton
2014-05-28bitbake: fetch2/hg: Fix missing proto param for hg checkout with user and pwVolker Vogelhuber
2014-05-19bitbake: fetch2/gitsm: Documentation improvements for gitsm:// fetcherChris Morgan
2014-05-11bitbake: fetch2/perforce: Ensure command has a defaultRichard Purdie
2014-05-11bitbake: fix cloning of mercurial repository with username and password speci...Volker Vogelhuber
2014-05-08bitbake: Fix refetch of local files when they are read onlyNick Lewis
2014-04-29bitbake: fetch2: Cleanup file checksum generation, v2Jacob Kroon
2014-04-29bitbake: HG Fetch with username and password in urlVolker Vogelhuber
2014-04-28bitbake: Revert "fetch2: Cleanup file checksum generation"Richard Purdie
2014-04-27bitbake: fetch2: Cleanup file checksum generationJacob Kroon
2014-04-27bitbake: fetch2/git: Stop git from triggering fsync() callsRichard Purdie
2014-04-08bitbake: fetch2: fix traceback when a wildcard matches a directoryPaul Eggleton
2014-04-08bitbake: fetch2: handle wildcards correctly when recording file checksumsPaul Eggleton