summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2020-01-27NewGroup: Create GrpIterator after allocation (fix segfault)Julian Andres Klode
2020-01-17mmap: Do not look for empty pool unless we need toJulian Andres Klode
2020-01-16pkgcache.cc: Mix PACKAGE_VERSION into the cache hashJulian Andres Klode
2020-01-16NewProvidesAllArch: Check if group is empty before using itJulian Andres Klode
2020-01-15Merge branch 'pu/apt-regex-cli' into 'master'Julian Andres Klode
2020-01-15apt(8): Disable regular expressions and fnmatchJulian Andres Klode
2020-01-15netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode
2020-01-14Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode
2020-01-14Deprecate the Summation classes and mark them for removalJulian Andres Klode
2020-01-14Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode
2020-01-14Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiBJulian Andres Klode
2020-01-14hashes: Use Libgcrypt for hashing purposesJulian Andres Klode
2020-01-09Merge branch 'pu/source-groups' into 'master'Julian Andres Klode
2020-01-08acquire: Move queue startup after calling log's Start()Julian Andres Klode
2020-01-08Avoid extra out-of-cache hash table deduplication for package namesJulian Andres Klode
2020-01-07Only define likely/unlikely if APT_COMPILING_APT setJulian Andres Klode
2020-01-07Remove various unused macros like MAX/MIN/ABS/APT_CONSTJulian Andres Klode
2020-01-07Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode
2020-01-07Avoid #define _error, use anonymous C++ struct insteadJulian Andres Klode
2019-12-02Merge branch 'pu/patterns-phase2' into 'master'Julian Andres Klode
2019-12-02netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode
2019-11-27Remove failed trusted signature instead of index on IMS hitDavid Kalnischkies
2019-11-27Use correct filename on IMS-hit reverify for indicesDavid Kalnischkies
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies
2019-11-26patterns: Add ?sectionJulian Andres Klode
2019-11-26patterns: Add ?all-versionsJulian Andres Klode
2019-11-26patterns: Implement ?narrow(...), as ?any-version(?and(...))Julian Andres Klode
2019-11-26patterns: Add ?any-versionJulian Andres Klode
2019-11-25Fix progress bar width for multibyte charsetsАлексей Шилин
2019-11-25strutl: Add APT::String::DisplayLength() functionАлексей Шилин
2019-11-25patterns: Add ?originJulian Andres Klode
2019-11-25patterns: Add ?archiveJulian Andres Klode
2019-11-25patterns: Add ?source-name and ?source-versionJulian Andres Klode
2019-11-25patterns: Add ?versionJulian Andres Klode
2019-11-25patterns: Add base class for regular expression matchingJulian Andres Klode
2019-11-25Search in all available description translationsАлексей Шилин
2019-09-19Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode
2019-08-22srvrec: Use re-entrant resolver functionsJulian Andres Klode
2019-08-19patterns: Allow more complex wordsJulian Andres Klode
2019-08-15patterns: Improve error reporting at end of argument listJulian Andres Klode
2019-08-15Add ?virtual patternJulian Andres Klode
2019-08-15Add the ?exact-name patternJulian Andres Klode
2019-08-15Add ?essential patternJulian Andres Klode
2019-08-15Add ?broken patternJulian Andres Klode
2019-08-15Add ?config-files and ?installed patternsJulian Andres Klode
2019-08-15Add ?obsolete and ?upgradable patternsJulian Andres Klode
2019-08-15Add ?automatic and ?garbage patternsJulian Andres Klode
2019-08-15Add patterns for the existing CacheFilter::Matcher classesJulian Andres Klode
2019-08-15Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode
2019-08-15Add initial support for parsing patterns into parse treesJulian Andres Klode