summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* | depcache: Cache our InRootSetFuncJulian Andres Klode2021-01-042-8/+24
|/
* Don't re-encode encoded URIs in pkgAcqFileDavid Kalnischkies2020-12-181-1/+2
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-189-43/+140
* Do not require libxxhash-dev for including pkgcachegen.hJulian Andres Klode2020-12-171-1/+3
* Unroll pkgCache::sHash 8 time, break up dependencyJulian Andres Klode2020-12-151-2/+16
* Use XXH3 for cache, hash table hashingJulian Andres Klode2020-12-153-64/+20
* Raise APT::Cache-HashtableSize to 196613Julian Andres Klode2020-12-101-1/+1
* CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiBJulian Andres Klode2020-12-091-0/+10
* CVE-2020-27350: debfile: integer overflow: Limit control size to 64 MiBJulian Andres Klode2020-12-091-0/+15