summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
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-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-24bitbake: fetch2/__init__.py: Make get_srcrev output configurableMike Looijmans
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-12bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett
2015-05-12bitbake: fetch2: Allow git to use a different CA Bundle with private keysJason Wessel
2015-03-09bitbake: fetch2: Revalidate checksums, YOCTO #5571Clemens Lang
2015-01-21bitbake: fetcher: use os.path.splitext() instead of string.split()Ross Burton
2015-01-21bitbake: lib/fetch2: Tweak get_srcrev() function descriptionRichard Purdie
2015-01-08bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2014-12-09bitbake: fetch2: add means of disabling SRC_URI checksumsPaul Eggleton
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-07-21bitbake: fetch2: Add module for ClearCase (ccrc://)Dennis Meier
2014-05-30bitbake: fetch2: improve handling of two classes of URL parameter mistakesPaul Eggleton
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-28bitbake: Revert "fetch2: Cleanup file checksum generation"Richard Purdie
2014-04-27bitbake: fetch2: Cleanup file checksum generationJacob Kroon
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-02bitbake: fetch2: Drop svk fetcherRichard Purdie
2014-02-24bitbake: fetch2: Fix mirror repo tarball creationRichard 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
2014-01-18bitbake: fetch2: Don't allow '/' in user:pass, fix branch containing '@'Martin Jansa
2014-01-08bitbake: bitbake: gitannex.py: Add Git Annex supportOtavio Salvador
2014-01-02bitbake: bitbake: fetcher2: clean(): remove the .patch.doneRobert Yang
2014-01-02bitbake: bitbake: replace 3 spaces with 4Robert Yang
2013-12-22bitbake: fetch2: avoid printing "no checksum" error message twicePaul Eggleton
2013-12-22bitbake: fetch2: fail checksum validation if SRC_URI checksums set to ""Paul Eggleton
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-11-22bitbake: fetch2: Clean up some url parameters to functionsRichard Purdie
2013-11-19bitbake: fetch2: Fix handling of SCM mirrors in MIRRORSRichard Purdie
2013-07-31bitbake: fetch2: fix unpack of .xz filesAndré Draszik
2013-06-20bitbake: Correct a typoPeter Kjellerstedt
2013-06-20bitbake: Allow checksums to be used for files retrieved using SFTPPeter Kjellerstedt