summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pu/patterns-phase2' into 'master'Julian Andres Klode2019-12-022-1/+185
|\
| * patterns: Add ?sectionJulian Andres Klode2019-11-262-0/+12
| * patterns: Add ?all-versionsJulian Andres Klode2019-11-262-0/+21
| * patterns: Implement ?narrow(...), as ?any-version(?and(...))Julian Andres Klode2019-11-261-1/+3
| * patterns: Add ?any-versionJulian Andres Klode2019-11-262-0/+13
| * patterns: Add ?originJulian Andres Klode2019-11-252-0/+17
| * patterns: Add ?archiveJulian Andres Klode2019-11-252-0/+17
| * patterns: Add ?source-name and ?source-versionJulian Andres Klode2019-11-252-0/+24
| * patterns: Add ?versionJulian Andres Klode2019-11-252-0/+27
| * patterns: Add base class for regular expression matchingJulian Andres Klode2019-11-252-0/+51
* | netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode2019-12-021-1/+21
* | Remove failed trusted signature instead of index on IMS hitDavid Kalnischkies2019-11-271-0/+5
* | Use correct filename on IMS-hit reverify for indicesDavid Kalnischkies2019-11-271-11/+6
* | Fix some style warnings from cppcheckDavid Kalnischkies2019-11-264-18/+22
* | Fix progress bar width for multibyte charsetsАлексей Шилин2019-11-251-1/+1
* | strutl: Add APT::String::DisplayLength() functionАлексей Шилин2019-11-252-0/+50
|/
* Search in all available description translationsАлексей Шилин2019-11-252-23/+26
* Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode2019-09-191-0/+1
* srvrec: Use re-entrant resolver functionsJulian Andres Klode2019-08-221-2/+7
* patterns: Allow more complex wordsJulian Andres Klode2019-08-191-6/+4
* patterns: Improve error reporting at end of argument listJulian Andres Klode2019-08-151-1/+3
* Add ?virtual patternJulian Andres Klode2019-08-152-0/+10
* Add the ?exact-name patternJulian Andres Klode2019-08-152-0/+12
* Add ?essential patternJulian Andres Klode2019-08-152-0/+9
* Add ?broken patternJulian Andres Klode2019-08-152-0/+14
* Add ?config-files and ?installed patternsJulian Andres Klode2019-08-152-0/+23
* Add ?obsolete and ?upgradable patternsJulian Andres Klode2019-08-152-0/+39
* Add ?automatic and ?garbage patternsJulian Andres Klode2019-08-152-0/+30
* Add patterns for the existing CacheFilter::Matcher classesJulian Andres Klode2019-08-151-0/+30
* Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode2019-08-155-2/+105
* Add initial support for parsing patterns into parse treesJulian Andres Klode2019-08-152-0/+308
* Fix segfault in pkgAcquire::Enqueue() with Acquire::Queue-Mode=accessJulian Andres Klode2019-08-151-4/+6
* Merge branch 'pu/locking-msg' into 'master'Julian Andres Klode2019-08-051-2/+53
|\
| * Improve locking messaging - pid and name, "do not remove lock file"Julian Andres Klode2019-06-211-2/+53
* | Fix typos reported by codespell in code commentsDavid Kalnischkies2019-07-107-8/+8
* | Apply various suggestions by cppcheckDavid Kalnischkies2019-07-085-12/+12
* | Show details about the package with bad ProvidesDavid Kalnischkies2019-07-081-3/+4
* | Distribute host-less work based on backlog of the queuesDavid Kalnischkies2019-07-081-44/+66
|/
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-175-4/+16
* policy: Get rid of Pins arrayJulian Andres Klode2019-06-142-20/+13
* policy: Remove GetMatch and GetPriority(pkgIterator)Julian Andres Klode2019-06-142-22/+1
* Remove deprecated cacheset methodsJulian Andres Klode2019-06-142-34/+16
* Bump cache MajorVersion to 16Julian Andres Klode2019-06-121-1/+1
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-122-5/+7
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-1248-265/+0
* Do not include squashfs file systems in df output.Brian Murray2019-06-111-1/+1
* Update symbols and hide some pkgTagSection ABIJulian Andres Klode2019-06-111-2/+2
* Merge the ParseDepends functionsJulian Andres Klode2019-06-112-64/+17
* Allow comparing string to StringViewJulian Andres Klode2019-06-111-0/+2
* Make APT::StringView publicJulian Andres Klode2019-06-1113-239/+31