summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2.3.92.3.9Julian Andres Klode2021-09-075-6/+23
* Improve error handling of cycling delayed queuesJulian Andres Klode2021-09-061-5/+8
* Merge branch 'fix/recursivemark' into 'main'Julian Andres Klode2021-09-0611-129/+281
|\
| * Increase recursion limits from 100 to 3000David Kalnischkies2021-08-293-5/+78
| * Stop autoremover from endlessly exploring cyclic providersDavid Kalnischkies2021-08-282-1/+31
| * 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
| * Inhibit autoremove calculation in apt-mark and apt showDavid Kalnischkies2021-08-282-0/+5
| * Try to show core dump info in test frameworkDavid Kalnischkies2021-08-284-5/+65
|/
* Dutch manpages translation updateFrans Spiesschaert2021-08-181-25/+13
* Release 2.3.82.3.8Julian Andres Klode2021-08-145-6/+13
* Bump to C++17Julian Andres Klode2021-08-092-2/+2
* Release 2.3.72.3.7Julian Andres Klode2021-07-2915-37/+160
* Merge branch 'pu/fetch-at' into 'main'Julian Andres Klode2021-07-297-17/+139
|\
| * tests (retry-downloads): Avoid delay in second testJulian Andres Klode2021-07-291-1/+1
| * Enhance test to check time spentJulian Andres Klode2021-07-291-1/+17
| * Add support for a maximum delay and testing of delayJulian Andres Klode2021-07-283-3/+20
| * 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-286-4/+51
| * pkgAcqIndex::CommonFailed: Set StatIdle before calling Init()Julian Andres Klode2021-07-131-1/+1
|/
* Merge branch 'fix/dpkgchroot' into 'main'Julian Andres Klode2021-07-054-30/+34
|\
| * Restore dpkg::chroot-directory functionalityDavid Kalnischkies2021-06-104-30/+34
* | Merge branch 'fix/sizesharing' into 'main'Julian Andres Klode2021-07-0518-43/+173
|\ \
| * | 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-102-1/+9
| * | Use full item description in broken repo errorDavid Kalnischkies2021-06-102-4/+3
| |/
* | Check sources.list could be parsed before adding volatile filesJulian Andres Klode2021-07-012-0/+17
* | apt.conf(5): indicate # is also used for commentsDillon Brock2021-06-251-0/+1
|/
* Release 2.3.62.3.6Julian Andres Klode2021-06-095-6/+15
* Merge branch 'fix/uriencodefilename' into 'main'Julian Andres Klode2021-06-098-37/+91
|\
| * No URL decode and quoting support for Files in SourcesDavid Kalnischkies2021-06-042-16/+24
| * Do not use filename of local sources in 'apt download'David Kalnischkies2021-06-043-12/+14
| * URI encode Filename field of Packages files (again)David Kalnischkies2021-06-045-15/+59
|/
* Release 2.3.52.3.5Julian Andres Klode2021-05-175-6/+12
* policy: Apply phasing to uninstalled packages tooJulian Andres Klode2021-05-172-4/+4
* Release 2.3.42.3.4Julian Andres Klode2021-05-125-6/+16
* Turn TLS handshake issues into transient errorsJulian Andres Klode2021-05-122-1/+44
* 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
* | Release 2.3.32.3.3Julian Andres Klode2021-04-295-6/+24
* | Temporarily Revert "2.3-only: Warn that the 0.1 protocol is deprecated"Julian Andres Klode2021-04-292-12/+7
* | Merge branch 'BrianMurray-main-patch-26842' into 'main'Julian Andres Klode2021-04-291-1/+1
|\ \
| * | Fix a typo in json-hooks-protocol.mdBrian Murray2021-04-281-1/+1
* | | Merge branch 'pu/upgradecounter' into 'main'Julian Andres Klode2021-04-299-42/+108
|\ \ \
| * | | Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-259-42/+108
| |/ /
* | | Merge branch 'pu/autoremove' into 'main'Julian Andres Klode2021-04-2914-94/+288
|\ \ \