summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
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
2019-08-15Fix segfault in pkgAcquire::Enqueue() with Acquire::Queue-Mode=accessJulian Andres Klode
2019-08-05Merge branch 'pu/locking-msg' into 'master'Julian Andres Klode
2019-07-10Fix typos reported by codespell in code commentsDavid Kalnischkies
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies
2019-07-08Show details about the package with bad ProvidesDavid Kalnischkies
2019-07-08Distribute host-less work based on backlog of the queuesDavid Kalnischkies
2019-06-21Improve locking messaging - pid and name, "do not remove lock file"Julian Andres Klode
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode
2019-06-14policy: Get rid of Pins arrayJulian Andres Klode
2019-06-14policy: Remove GetMatch and GetPriority(pkgIterator)Julian Andres Klode
2019-06-14Remove deprecated cacheset methodsJulian Andres Klode
2019-06-12Bump cache MajorVersion to 16Julian Andres Klode
2019-06-12Adjust code for missing includes/using std::stringJulian Andres Klode
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode
2019-06-11Do not include squashfs file systems in df output.Brian Murray