summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies4-18/+22
2019-11-25Fix progress bar width for multibyte charsetsАлексей Шилин1-1/+1
2019-11-25strutl: Add APT::String::DisplayLength() functionАлексей Шилин2-0/+50
2019-11-25Search in all available description translationsАлексей Шилин2-23/+26
2019-09-19Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode1-0/+1
2019-08-22srvrec: Use re-entrant resolver functionsJulian Andres Klode1-2/+7
2019-08-19patterns: Allow more complex wordsJulian Andres Klode1-6/+4
2019-08-15patterns: Improve error reporting at end of argument listJulian Andres Klode1-1/+3
2019-08-15Add ?virtual patternJulian Andres Klode2-0/+10
2019-08-15Add the ?exact-name patternJulian Andres Klode2-0/+12
2019-08-15Add ?essential patternJulian Andres Klode2-0/+9
2019-08-15Add ?broken patternJulian Andres Klode2-0/+14
2019-08-15Add ?config-files and ?installed patternsJulian Andres Klode2-0/+23
2019-08-15Add ?obsolete and ?upgradable patternsJulian Andres Klode2-0/+39
2019-08-15Add ?automatic and ?garbage patternsJulian Andres Klode2-0/+30
2019-08-15Add patterns for the existing CacheFilter::Matcher classesJulian Andres Klode1-0/+30
2019-08-15Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode5-2/+105
2019-08-15Add initial support for parsing patterns into parse treesJulian Andres Klode2-0/+308
2019-08-15Fix segfault in pkgAcquire::Enqueue() with Acquire::Queue-Mode=accessJulian Andres Klode1-4/+6
2019-08-05Merge branch 'pu/locking-msg' into 'master'Julian Andres Klode1-2/+53
2019-07-10Fix typos reported by codespell in code commentsDavid Kalnischkies7-8/+8
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies5-12/+12
2019-07-08Show details about the package with bad ProvidesDavid Kalnischkies1-3/+4
2019-07-08Distribute host-less work based on backlog of the queuesDavid Kalnischkies1-44/+66
2019-06-21Improve locking messaging - pid and name, "do not remove lock file"Julian Andres Klode1-2/+53
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode5-4/+16
2019-06-14policy: Get rid of Pins arrayJulian Andres Klode2-20/+13
2019-06-14policy: Remove GetMatch and GetPriority(pkgIterator)Julian Andres Klode2-22/+1
2019-06-14Remove deprecated cacheset methodsJulian Andres Klode2-34/+16
2019-06-12Bump cache MajorVersion to 16Julian Andres Klode1-1/+1
2019-06-12Adjust code for missing includes/using std::stringJulian Andres Klode2-5/+7
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode48-265/+0
2019-06-11Do not include squashfs file systems in df output.Brian Murray1-1/+1
2019-06-11Update symbols and hide some pkgTagSection ABIJulian Andres Klode1-2/+2
2019-06-11Merge the ParseDepends functionsJulian Andres Klode2-64/+17
2019-06-11Allow comparing string to StringViewJulian Andres Klode1-0/+2
2019-06-11Make APT::StringView publicJulian Andres Klode13-239/+31
2019-06-11Merge tag '1.8.2'Julian Andres Klode1-1/+1
2019-05-21Unlock dpkg locks in reverse locking orderJulian Andres Klode1-1/+1
2019-05-07debmetaindex: Use isspace_ascii() variant to normalize Signed-ByJulian Andres Klode1-1/+1
2019-05-06CMake: Enforce "override" use on overriden methodsJulian Andres Klode1-1/+1
2019-05-06Change soname to libapt-pkg.so.5.90Julian Andres Klode1-2/+2
2019-05-06cacheset: Remove simple cases of deprecated codeJulian Andres Klode2-181/+2
2019-05-06Use debDebFile to get control file instead of dpkg-debJulian Andres Klode1-27/+16
2019-05-06Merge libapt-inst into libapt-pkgJulian Andres Klode8-0/+1115
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode4-0/+67
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode4-0/+67
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode3-4/+4
2019-04-30apt-pkg: hashes: Add 'explicit' to single argument constructorsJulian Andres Klode1-5/+5
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode12-24/+24