summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* NewProvidesAllArch: Check if group is empty before using itJulian Andres Klode2020-01-161-0/+28
* Merge branch 'pu/apt-regex-cli' into 'master'Julian Andres Klode2020-01-151-10/+1
|\
| * apt(8): Disable regular expressions and fnmatchJulian Andres Klode2020-01-151-10/+1
* | netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode2020-01-151-0/+2
|/
* Deprecate the Summation classes and mark them for removalJulian Andres Klode2020-01-141-31/+35
* gtests: Fix netrc parser test regression from https-only changesJulian Andres Klode2020-01-071-24/+57
* Add support for GTest 1.9, do not fail silently if its missingJulian Andres Klode2020-01-071-24/+31
* satisfy: Fix segmentation fault when called with empty argumentJulian Andres Klode2019-12-061-0/+4
* Merge branch 'pu/patterns-phase2' into 'master'Julian Andres Klode2019-12-021-4/+52
|\
| * patterns: Add ?sectionJulian Andres Klode2019-11-261-2/+7
| * patterns: Add ?all-versionsJulian Andres Klode2019-11-261-0/+3
| * patterns: Implement ?narrow(...), as ?any-version(?and(...))Julian Andres Klode2019-11-261-0/+4
| * patterns: Add ?any-versionJulian Andres Klode2019-11-261-0/+14
| * patterns: Add ?originJulian Andres Klode2019-11-251-0/+6
| * patterns: Add ?archiveJulian Andres Klode2019-11-251-0/+5
| * patterns: Add ?source-name and ?source-versionJulian Andres Klode2019-11-251-2/+9
| * patterns: Add ?versionJulian Andres Klode2019-11-251-0/+4
* | netrc: Restrict auth.conf entries to https by defaultJulian Andres Klode2019-12-021-9/+33
* | Remove failed trusted signature instead of index on IMS hitDavid Kalnischkies2019-11-271-0/+2
* | Use correct filename on IMS-hit reverify for indicesDavid Kalnischkies2019-11-271-0/+73
* | Fix skip-bug-601016-description-translation testDavid Kalnischkies2019-11-261-6/+7
|/
* Search in all available description translationsАлексей Шилин2019-11-251-0/+107
* Parse 'show' arguments for the 'info' alias as wellJulian Andres Klode2019-09-271-0/+76
* Fix use of GTest to adjust for GTest 1.9Julian Andres Klode2019-09-191-1/+1
* Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode2019-09-191-0/+29
* Add ?virtual patternJulian Andres Klode2019-08-151-0/+6
* Add the ?exact-name patternJulian Andres Klode2019-08-151-0/+4
* Add ?essential patternJulian Andres Klode2019-08-151-0/+3
* Add ?broken patternJulian Andres Klode2019-08-151-0/+3
* Add ?config-files and ?installed patternsJulian Andres Klode2019-08-151-0/+18
* Add ?obsolete and ?upgradable patternsJulian Andres Klode2019-08-151-0/+10
* Add ?automatic and ?garbage patternsJulian Andres Klode2019-08-151-0/+6
* Add patterns for the existing CacheFilter::Matcher classesJulian Andres Klode2019-08-151-0/+62
* Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode2019-08-151-0/+61
* Add initial support for parsing patterns into parse treesJulian Andres Klode2019-08-151-0/+95
* test: Use valgrind to ensure Acquire::Queue-Mode=access does not crashJulian Andres Klode2019-08-152-1/+23
* Fix segfault in pkgAcquire::Enqueue() with Acquire::Queue-Mode=accessJulian Andres Klode2019-08-151-0/+3
* Fix typos reported by codespell in code commentsDavid Kalnischkies2019-07-102-4/+4
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-2/+2
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-121-0/+1
* http: Fix Host header in proxied https connectionsSimon Körner2019-06-111-0/+22
* Introduce apt satisfy and apt-get satisfyJulian Andres Klode2019-06-111-0/+72
* Make APT::StringView publicJulian Andres Klode2019-06-111-3/+0
* CMake: Enforce "override" use on overriden methodsJulian Andres Klode2019-05-061-0/+2
* Use debDebFile to get control file instead of dpkg-debJulian Andres Klode2019-05-061-3/+3
* Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-062-3/+3
* Add test case for local-only packages pinned to neverJulian Andres Klode2019-04-151-1/+14
* Add explicit message for unsupported binary signatureDavid Kalnischkies2019-03-031-0/+22
* Fix various typos in the documentationJakub Wilk2019-02-102-2/+2
* Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode2019-02-042-3/+123
|\