summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Do not package names representing .dsc/.deb/... filesJulian Andres Klode1-2/+13
2017-01-02ParseDepends: Support passing the desired architectureNiels Thykier1-3/+25
2016-11-22Do not use MD5SumValue for Description_md5()Julian Andres Klode1-11/+7
2016-11-22debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode1-8/+7
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode1-14/+6
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode1-1/+1
2016-11-22debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode1-39/+41
2016-11-11add hidden config to set packages as Essential/ImportantDavid Kalnischkies1-2/+14
2016-09-18VersionHash: Do not skip too long dependency linesJulian Andres Klode1-2/+2
2016-07-01reinstalling local deb file is no downgradeDavid Kalnischkies1-1/+1
2016-06-28Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode1-2/+6
2016-03-06get group again after potential remap in Source: parseDavid Kalnischkies1-1/+3
2016-01-26convert Version() and Architecture() to APT::StringViewDavid Kalnischkies1-14/+14
2016-01-26remove unused Description methods in listparsersDavid Kalnischkies1-19/+1
2016-01-26parse version correctly from binary Source fieldDavid Kalnischkies1-1/+1
2016-01-25treat an empty dependency field just like it doesn't existDavid Kalnischkies1-1/+1
2016-01-15use APT::StringView for GrabWordDavid Kalnischkies1-10/+10
2016-01-14fix M-A:foreign provides creation for unknown archsDavid Kalnischkies1-0/+4
2016-01-08debListParser: Convert another ParseDepends to StringViewJulian Andres Klode1-2/+2
2016-01-08AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode1-2/+9
2016-01-08Replace compare() == 0 checks with this == other checksJulian Andres Klode1-4/+4
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode1-44/+72
2015-12-27ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode1-2/+2
2015-12-27debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode1-2/+4
2015-12-27debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode1-1/+2
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode1-16/+16
2015-12-11Convert package names from Packages files to lower caseJulian Andres Klode1-1/+6
2015-10-23deblistparser: Make PrioList constJulian Andres Klode1-2/+2
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies1-16/+60
2015-09-14M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies1-8/+12
2015-09-14store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies1-2/+7
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies1-2/+2
2015-08-27Do not parse Status fields from remote sourcesJulian Andres Klode1-1/+6
2015-08-17Cleanup includes after running iwyuMichael Vogt1-2/+0
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies1-3/+3
2015-08-10drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies1-1/+2
2015-08-10parse packages from all architectures into the cacheDavid Kalnischkies1-35/+4
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies1-3/+4
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-1/+1
2015-08-10just-in-time creation for (explicit) negative depsDavid Kalnischkies1-25/+5
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies1-16/+4
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-4/+4
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-5/+0
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies1-6/+5
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2015-06-12store Release files data in the CacheDavid Kalnischkies1-37/+0
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies1-1/+1
2015-04-12parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies1-1/+1
2015-03-16parse arch-qualified Provides correctlyHelmut Grohne1-0/+6
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies1-0/+2