summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace multi-statement macro with lambdaDavid Kalnischkies2021-03-091-42/+32
|/
* Ensure all index files sent custom tags to the methodsDavid Kalnischkies2021-03-071-5/+6
* Start pdiff patching from the last possible starting pointDavid Kalnischkies2021-03-071-18/+8
* Rename pdiff merge patches only after they are all downloadedDavid Kalnischkies2021-03-071-5/+4
* regression fix: do require force-loopbreak for ConflictsJulian Andres Klode2021-03-011-1/+18
* RunScripts: Do not reset SIGQUIT and SIGINT to SIG_DFLJulian Andres Klode2021-03-011-4/+0
* configuration: Add missing #include <array>Julian Andres Klode2021-02-241-0/+1
* Do not require force-loopbreak on Protected packagesJulian Andres Klode2021-02-232-4/+5
* kernels: Avoid std::regex for escaping '.' and '+'Julian Andres Klode2021-02-121-6/+10
* Do not make DefaultRootSetFunc2 public symbolJulian Andres Klode2021-02-121-1/+1
* Merge branch 'pu/fuzzerpatches' into 'master'Julian Andres Klode2021-02-0917-294/+310
|\
| * Use size of the old cache as APT::Cache-Start defaultDavid Kalnischkies2021-02-042-5/+29
| * Limit on first patch size only for server-merged patchesDavid Kalnischkies2021-02-041-17/+22
| * Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-045-28/+46
| * Avoid undefined pointer arithmetic while growing mmapDavid Kalnischkies2021-02-044-46/+29
| * Avoid overstepping bounds in config file parsingDavid Kalnischkies2021-02-032-60/+80
| * Forbid negative values in unsigned StrToNum explicitlyDavid Kalnischkies2021-02-031-25/+16
| * Remove Word size limit from ParseQuote and CWordDavid Kalnischkies2021-02-031-26/+17
| * Don't parse \x and \0 past the end in DeEscapeStringDavid Kalnischkies2021-02-031-4/+8