summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | Fix incorrect base64 encoding due to int promotionDavid Kalnischkies2021-02-031-1/+1
| * | Retire and deprecate _strtabexpandDavid Kalnischkies2021-02-033-40/+15
| * | Fail ConfigDir reading if directory listing failedDavid Kalnischkies2021-02-031-1/+4
| * | Free XXH3 state to avoid leak in cache hashingDavid Kalnischkies2021-02-031-1/+3
| * | Guess compressor only if no AR nember with exact name existsDavid Kalnischkies2021-02-021-25/+34
| * | Use 500 MB memory limit for xz/lzma decodingDavid Kalnischkies2021-02-021-15/+6
* | | Show 'Done' always for 'Building dependency tree'David Kalnischkies2021-02-041-0/+3
|/ /
* | Merge branch 'pu/include-all-translations' into 'master'Julian Andres Klode2021-01-271-1/+1
|\ \
| * | Include all translations when building the cacheJulian Andres Klode2021-01-271-1/+1
* | | dpkg: fix passing readonly /dev/null fd as stdout/stderrYoufu Zhang2021-01-221-1/+1
|/ /
* | pkgcachegen: Avoid write to old cache for Version::ExtraJulian Andres Klode2021-01-131-1/+2
* | Call ischroot with -tJulian Andres Klode2021-01-111-0/+1
* | kernels: Fix std::out_of_range if no kernels to protectJulian Andres Klode2021-01-111-1/+6
* | Merge branch 'pu/small-fixes' into 'master'Julian Andres Klode2021-01-082-4/+4
|\ \
| * | kernels: remove spurious || falseJulian Andres Klode2021-01-081-3/+3
| * | Fix getMachineID copy-paste errorJulian Andres Klode2021-01-081-1/+1
* | | Implement update --error-on=anyJulian Andres Klode2021-01-081-2/+19
|/ /
* | Phase using source version to be binNMU-correctJulian Andres Klode2021-01-081-1/+1
* | Add support for Phased-Update-PercentageJulian Andres Klode2021-01-089-5/+152
* | Merge branch 'pu/optional-immediate' into 'master'Julian Andres Klode2021-01-081-4/+12
|\ \
| * | Make immediate configuration optionalJulian Andres Klode2021-01-081-4/+12
* | | Merge branch 'pu/depends' into 'master'Julian Andres Klode2021-01-072-0/+100
|\ \ \ | |/ / |/| |
| * | Implement ?reverse-depends/~R and friendsJulian Andres Klode2020-12-272-0/+49
| * | patterns: Add dependency patterns ?depends, ?conflicts, etc.Julian Andres Klode2020-12-272-0/+51
* | | Only keep up to 3 (not 4) kernelsJulian Andres Klode2021-01-041-1/+1
* | | Determine autoremovable kernels at run-timeJulian Andres Klode2021-01-044-7/+228