summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'fix/dpkgchroot' into 'main'Julian Andres Klode2021-07-051-0/+8
|\ \
| * | Restore dpkg::chroot-directory functionalityDavid Kalnischkies2021-06-101-0/+8
* | | Merge branch 'fix/sizesharing' into 'main'Julian Andres Klode2021-07-0516-39/+165
|\ \ \
| * | | Test that tiny differences result in different versionsDavid Kalnischkies2021-06-101-0/+98
| * | | Give our test packages proper size informationDavid Kalnischkies2021-06-1016-41/+66
| * | | Store size from volatile sources for already installed versionsDavid Kalnischkies2021-06-101-0/+3
| * | | Use full item description in broken repo errorDavid Kalnischkies2021-06-101-1/+1
| |/ /
* / / Check sources.list could be parsed before adding volatile filesJulian Andres Klode2021-07-011-0/+15
|/ /
* | No URL decode and quoting support for Files in SourcesDavid Kalnischkies2021-06-041-0/+10
* | Do not use filename of local sources in 'apt download'David Kalnischkies2021-06-042-6/+4
* | URI encode Filename field of Packages files (again)David Kalnischkies2021-06-043-7/+50
* | policy: Apply phasing to uninstalled packages tooJulian Andres Klode2021-05-171-3/+3
* | Turn TLS handshake issues into transient errorsJulian Andres Klode2021-05-121-0/+43
* | Temporarily Revert "2.3-only: Warn that the 0.1 protocol is deprecated"Julian Andres Klode2021-04-291-11/+7
* | Merge branch 'pu/upgradecounter' into 'main'Julian Andres Klode2021-04-291-2/+17
|\ \
| * | Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-251-2/+17
* | | Merge branch 'pu/autoremove' into 'main'Julian Andres Klode2021-04-297-18/+150
|\ \ \
| * | | Call MarkAndSweep only manually in apt-get for autoremoveDavid Kalnischkies2021-04-265-21/+18
| * | | Reexplore providers of marked packages if some didn't satisfy beforeDavid Kalnischkies2021-04-263-3/+35
| * | | Mark only provides from protected versioned kernel packagesDavid Kalnischkies2021-04-251-0/+103
| |/ /
* / / Allow superfluous commas in build-dependency linesDavid Kalnischkies2021-04-251-1/+2
|/ /
* | Support deconfiguring Essential packagesJulian Andres Klode2021-04-231-23/+30
* | test/json: Make the test hook more reliableJulian Andres Klode2021-04-231-4/+11
* | 2.3-only: Warn that the 0.1 protocol is deprecatedJulian Andres Klode2021-04-231-7/+11
* | json: Hook protocol 0.2 (added upgrade,downgrade,reinstall modes)Julian Andres Klode2021-04-231-15/+73
* | json: Add `package-list` and `statistics` install hooksJulian Andres Klode2021-04-231-0/+24
* | upgrade: Add JSON hook support (AptCli::Hooks::Upgrade)Julian Andres Klode2021-04-231-4/+41
* | json: Add origins fields to versionJulian Andres Klode2021-04-231-6/+10
* | test: Set -e in our test hookJulian Andres Klode2021-04-231-0/+1
* | json: Encode NULL strings as nullJulian Andres Klode2021-04-231-0/+8
* | json: Actually pop statesJulian Andres Klode2021-04-231-0/+16
* | json: Escape strings using \u escape sequences, add testJulian Andres Klode2021-04-231-0/+45
* | Automatically retry failed downloads 3 timesJulian Andres Klode2021-04-151-0/+9
* | Error on packages without a Size field (option Acquire::AllowUnsizedPackages)Julian Andres Klode2021-04-132-0/+9
* | Fix downloads of unsized files that are largest in pipelineJulian Andres Klode2021-04-131-0/+38
* | Check for and discard expected warning from MaybeAddAuthJulian Andres Klode2021-03-311-0/+5
* | Harden test for no new acquires after transaction abortHEADmasterDavid Kalnischkies2021-03-111-9/+3
* | Ensure all index files sent custom tags to the methodsDavid Kalnischkies2021-03-071-0/+10
* | Start pdiff patching from the last possible starting pointDavid Kalnischkies2021-03-071-0/+3
* | Rename pdiff merge patches only after they are all downloadedDavid Kalnischkies2021-03-072-8/+9
* | Allow merging with empty pdiff patchesDavid Kalnischkies2021-03-061-2/+3
* | regression fix: do require force-loopbreak for ConflictsJulian Andres Klode2021-03-011-15/+21
* | Do not require force-loopbreak on Protected packagesJulian Andres Klode2021-02-231-1/+56
* | Adjust loops to use size_t instead of intJulian Andres Klode2021-02-091-3/+3
* | Fix test suite regression from StrToNum fixesJulian Andres Klode2021-02-092-56/+44
* | Prevent temporary directory from triggering failure greppingDavid Kalnischkies2021-02-041-0/+1
* | Avoid overstepping bounds in config file parsingDavid Kalnischkies2021-02-031-0/+8
* | Forbid negative values in unsigned StrToNum explicitlyDavid Kalnischkies2021-02-031-0/+56
* | Don't parse \x and \0 past the end in DeEscapeStringDavid Kalnischkies2021-02-031-0/+6
* | Fix incorrect base64 encoding due to int promotionDavid Kalnischkies2021-02-031-0/+4