summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2020-02-06Fix remaining usec vs sec time-delta calculation typosDavid Kalnischkies
2020-02-03patterns: test for empty terms, reject themJulian Andres Klode
2020-02-03Correctly stop parsing short form arguments on space, also on ?Julian Andres Klode
2020-02-03patterns: Implement parsing of (...) groupsJulian Andres Klode
2020-02-03Implement | as orJulian Andres Klode
2020-02-03patterns: Allow rendering patterns as patterns instead of json-ishJulian Andres Klode
2020-02-03patterns: Parse sequence of patterns as ?andJulian Andres Klode
2020-02-03patterns: Allow bare words only in argumentsJulian Andres Klode
2020-02-03patterns: Implement unary !Julian Andres Klode
2020-02-03Implement short patterns (patterns starting with ~)Julian Andres Klode
2020-02-03patterns: Use _sv literalsJulian Andres Klode
2020-02-03patterns: Provide Node constructor, simplify error throwingJulian Andres Klode
2020-02-03patterns: Make offset a size_t instead of off_tJulian Andres Klode
2020-02-03StringView: Implement operator ""_svJulian Andres Klode
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Алексей Шилин