summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
Commit message (Expand)AuthorAgeFilesLines
* Include all translations when building the cacheJulian Andres Klode2021-01-271-1/+1
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-081-0/+7
* Determine autoremovable kernels at run-timeJulian Andres Klode2021-01-041-1/+7
* Add basic support for the Protected fieldJulian Andres Klode2020-06-291-0/+2
* Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies2020-06-141-5/+4
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-2/+2
* Remove CRC-16 implementationJulian Andres Klode2020-02-181-1/+0
* Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode2020-02-181-4/+4
* Allow querying all binaries built by a source packageJulian Andres Klode2020-01-171-22/+12
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-3/+3
* Avoid extra out-of-cache hash table deduplication for package namesJulian Andres Klode2020-01-081-2/+5
* Show details about the package with bad ProvidesDavid Kalnischkies2019-07-081-3/+4
* Merge the ParseDepends functionsJulian Andres Klode2019-06-111-35/+5
* debListParser: Avoid native arch lookup in ParseDependsJulian Andres Klode2018-12-261-3/+3
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-3/+3
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* Strip 0: epochs from the version hashJulian Andres Klode2017-06-281-0/+5
* Do not package names representing .dsc/.deb/... filesJulian Andres Klode2017-02-101-2/+13
* ParseDepends: Support passing the desired architectureNiels Thykier2017-01-021-3/+25
* Do not use MD5SumValue for Description_md5()Julian Andres Klode2016-11-221-11/+7
* debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode2016-11-221-8/+7
* Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2016-11-221-14/+6
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-221-1/+1
* debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode2016-11-221-39/+41
* add hidden config to set packages as Essential/ImportantDavid Kalnischkies2016-11-111-2/+14
* VersionHash: Do not skip too long dependency linesJulian Andres Klode2016-09-181-2/+2
* reinstalling local deb file is no downgradeDavid Kalnischkies2016-07-011-1/+1
* Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode2016-06-281-2/+6
* get group again after potential remap in Source: parseDavid Kalnischkies2016-03-061-1/+3
* convert Version() and Architecture() to APT::StringViewDavid Kalnischkies2016-01-261-14/+14
* remove unused Description methods in listparsersDavid Kalnischkies2016-01-261-19/+1
* parse version correctly from binary Source fieldDavid Kalnischkies2016-01-261-1/+1
* treat an empty dependency field just like it doesn't existDavid Kalnischkies2016-01-251-1/+1
* use APT::StringView for GrabWordDavid Kalnischkies2016-01-151-10/+10
* fix M-A:foreign provides creation for unknown archsDavid Kalnischkies2016-01-141-0/+4
* debListParser: Convert another ParseDepends to StringViewJulian Andres Klode2016-01-081-2/+2
* AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode2016-01-081-2/+9
* Replace compare() == 0 checks with this == other checksJulian Andres Klode2016-01-081-4/+4
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-44/+72
* ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode2015-12-271-2/+2
* debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode2015-12-271-2/+4
* debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode2015-12-271-1/+2
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-271-16/+16
* Convert package names from Packages files to lower caseJulian Andres Klode2015-12-111-1/+6
* deblistparser: Make PrioList constJulian Andres Klode2015-10-231-2/+2
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-16/+60
* M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies2015-09-141-8/+12
* store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies2015-09-141-2/+7