summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
Commit message (Expand)AuthorAgeFilesLines
* cache: Introduce partial SourceVersion supportJulian Andres Klode2025-02-151-4/+4
* Drop APT::StringViewнаб2025-02-141-19/+0
* APT::StringView -> std::string_view [textonly]наб2025-02-141-4/+4
* Ensure we can build with APT_PKG_ABI > 601Julian Andres Klode2025-01-051-1/+2
* Fix accidental ABI break in debListParser::ParseDependsJulian Andres Klode2024-11-281-0/+18
* (+=)+= -> append().append()наб2024-11-141-1/+1
* apt-pkg/deb/deblistparser.cc: APT::StringView -> std::string_viewнаб2024-11-121-30/+31
* apt-pkg/pkgcachegen.cc, apt-pkg/pkgcachegen.h: APT::StringView -> std::string...наб2024-11-121-29/+29
* apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_viewнаб2024-11-121-1/+1
* Deal better with spurious spaces in arch restrictionsDavid Kalnischkies2024-05-161-44/+41
* Allow parsing an empty Provides lineDavid Kalnischkies2024-04-261-1/+1
* Allow no spaces for the last dependency in ParseDepends, tooDavid Kalnischkies2024-04-171-1/+1
* Parse unsupported != relation in dependenciesDavid Kalnischkies2024-03-071-1/+11
* Modernize standard library includesJulian Andres Klode2024-02-201-3/+3
* Stop calculating Description-md5 if missingJulian Andres Klode2023-10-041-19/+1
* Use pkgTagSection::Key in more places in src:aptDavid Kalnischkies2022-04-011-11/+10
* Drop support for long obsoleted Suggests alias: OptionalDavid Kalnischkies2022-04-011-4/+1
* Barbarian M-A:allowed don't satisfy :any deps of other archsDavid Kalnischkies2021-09-041-4/+13
* Store size from volatile sources for already installed versionsDavid Kalnischkies2021-06-101-1/+6
* 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