summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2015-04-24bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander
2015-02-11bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2015-02-11bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie
2015-01-06bitbake: fetch2/git: Allow other namespaces than refs/heads to be searched.Fredrik Svensson
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 parameter1.7_M1Richard 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
2014-04-08bitbake: fetch2: avoid cache ignoring missing filesPaul Eggleton
2014-04-06bitbake: fetch2: Fix bug in file checksum generationRichard Purdie
2014-03-24bitbake: fetch2.URI: Set username/password should not change the otherOlof Johansson
2014-03-24bitbake: fetch2.URI: Support URIs with both query strings and paramsOlof Johansson
2014-03-24bitbake: fetch2.URI: add support for query parametersOlof Johansson
2014-03-24bitbake: fetch2.URI: Coerce urlparse to use netloc for all schemesOlof Johansson
2014-03-09bitbake: fetch2/wget: Fix downloadfilename functionalityRichard Purdie
2014-03-02bitbake: fetch2: Drop svk fetcherRichard Purdie
2014-03-02bitbake: fetch/wget: Separate out download and checkstatus functionsRichard Purdie
2014-03-02bitbake: fetch/wget: Start to clean up command constructionRichard Purdie
2014-03-02bitbake: wget: Drop usage of old style *COMMAND variablesRichard Purdie
2014-03-02bitbake: fetch/svk: Drop usage of old style *COMMAND variable and MKTEMPDIRCMDRichard Purdie
2014-03-02bitbake: fetch/perforce: Drop usage of old style *COMMAND variable and MKTEMP...Richard Purdie
2014-03-02bitbake: fetch/git: Separate out an ls-remote functionRichard Purdie
2014-02-28bitbake: fetch2: fix fetching git submodules with git 1.7.9.x or olderPaul Eggleton
2014-02-24bitbake: fetch2: Fix mirror repo tarball creationRichard Purdie
2014-01-27bitbake: fetch2/wget: Check downloaded file isn't zero sizeRichard Purdie
2014-01-21bitbake: fetch2/git: Dereference unresolved tags with ls-remoteRichard Purdie
2014-01-21bitbake: fetch2/git: Anchor names when using ls-remoteRichard Purdie
2014-01-21bitbake: fetch2: Improve invalid SRCREV error messageRichard Purdie
2014-01-21bitbake: fetch2: Sanity check SRCREV matches rev/tag parameterRichard Purdie
2014-01-21bitbake: fetch2: Clean up srcrev_internal_helperRichard Purdie
2014-01-19bitbake: fetch2/__init__.py: let try_mirror_url return correct valueRobert Yang