summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Only allow full Signed-By keys where filenames are allowedJulian Andres Klode2021-10-181-3/+5
* Add support for embedding PGP keys into Signed-By in deb822 sourcesJulian Andres Klode2021-10-181-0/+17
* acquire-item: Quote Signed-By before sending itJulian Andres Klode2021-10-181-2/+2
* Merge branch 'fix/file-https-proxy' into 'main'Julian Andres Klode2021-10-181-5/+5
|\
| * Read and work with canonical file-URIs from sources.listsDavid Kalnischkies2021-09-131-5/+5
* | Merge branch 'bug-989558' into 'main'Julian Andres Klode2021-10-182-0/+19
|\ \
| * | add pattern to select packages by priority (closes: #989558)Johannes Schauer Marin Rodrigues2021-10-042-0/+19
* | | Merge branch 'feature/barbarianarchs' into 'main'Julian Andres Klode2021-10-187-52/+67
|\ \ \ | |_|/ |/| |
| * | Streamline access to barbarian architecture functionalityDavid Kalnischkies2021-09-043-19/+30
| * | Barbarian M-A:allowed don't satisfy :any deps of other archsDavid Kalnischkies2021-09-041-4/+13
| * | Do not make provides of M-A:allowed implicit M-A:foreignDavid Kalnischkies2021-09-041-5/+5
| * | Refactor architecture handling in EDSP/EIPP codeDavid Kalnischkies2021-09-041-20/+18
| * | All pkgCaches are MultiArch cachesDavid Kalnischkies2021-09-042-5/+2
| |/
* | Improve error handling of cycling delayed queuesJulian Andres Klode2021-09-061-5/+8
* | Increase recursion limits from 100 to 3000David Kalnischkies2021-08-291-4/+4
* | Stop autoremover from endlessly exploring cyclic providersDavid Kalnischkies2021-08-281-1/+1
* | Don't venture too deeply in AutoRemovers MarkPackageDavid Kalnischkies2021-08-281-9/+16
* | Move hidden MarkPackage to a static functionDavid Kalnischkies2021-08-282-113/+93
* | Simplify selection of highest source version providersDavid Kalnischkies2021-08-281-6/+3
|/
* Add support for a maximum delay and testing of delayJulian Andres Klode2021-07-281-1/+4
* Properly convert PulseInterval to timevalJulian Andres Klode2021-07-281-6/+3
* Convert to monotonic clockJulian Andres Klode2021-07-285-22/+33
* acquire: Automatically reduce select() timeout as neededJulian Andres Klode2021-07-281-1/+35
* Implement exponential delay between retriesJulian Andres Klode2021-07-285-3/+48
* pkgAcqIndex::CommonFailed: Set StatIdle before calling Init()Julian Andres Klode2021-07-131-1/+1
* Merge branch 'fix/dpkgchroot' into 'main'Julian Andres Klode2021-07-053-30/+26
|\
| * Restore dpkg::chroot-directory functionalityDavid Kalnischkies2021-06-103-30/+26
* | Store size from volatile sources for already installed versionsDavid Kalnischkies2021-06-101-1/+6
* | Use full item description in broken repo errorDavid Kalnischkies2021-06-101-3/+2
|/
* No URL decode and quoting support for Files in SourcesDavid Kalnischkies2021-06-041-16/+14
* URI encode Filename field of Packages files (again)David Kalnischkies2021-06-042-8/+9
* policy: Apply phasing to uninstalled packages tooJulian Andres Klode2021-05-171-1/+1
* Merge branch 'master' of https://github.com/kraj/aptJulian Andres Klode2021-05-051-0/+7
|\
| * srvrec: Keep support for older resolverKhem Raj2021-03-201-0/+7
* | Merge branch 'pu/upgradecounter' into 'main'Julian Andres Klode2021-04-291-1/+2
|\ \
| * | Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-251-1/+2
* | | Merge branch 'pu/autoremove' into 'main'Julian Andres Klode2021-04-294-68/+120
|\ \ \
| * | | Store versioned kernel package detectors in d-pointerDavid Kalnischkies2021-04-261-8/+8
| * | | Call MarkAndSweep only manually in apt-get for autoremoveDavid Kalnischkies2021-04-264-16/+32
| * | | Reexplore providers of marked packages if some didn't satisfy beforeDavid Kalnischkies2021-04-261-78/+82
| * | | Mark only provides from protected versioned kernel packagesDavid Kalnischkies2021-04-251-26/+58
| |/ /
* | | Allow superfluous commas in build-dependency linesDavid Kalnischkies2021-04-251-3/+8
* | | Streamline or-group closing after other arch-specific packageDavid Kalnischkies2021-04-251-7/+3
|/ /
* | Support deconfiguring Essential packagesJulian Andres Klode2021-04-231-4/+4
* | Do not pass --force-remove-protected with --auto-deconfigureJulian Andres Klode2021-04-211-3/+0
* | Automatically retry failed downloads 3 timesJulian Andres Klode2021-04-151-1/+1
* | Error on packages without a Size field (option Acquire::AllowUnsizedPackages)Julian Andres Klode2021-04-131-0/+7
* | Merge the three RAII vectors managing args lifetimeDavid Kalnischkies2021-03-091-90/+108
* | Handle multi-arch pkgnames for dpkg call via RAIIDavid Kalnischkies2021-03-091-11/+5
* | Use RAII to clean up tmp dir for dpkg recursive installDavid Kalnischkies2021-03-091-10/+7