summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Reorder progress report messagesDavid Kalnischkies2018-09-111-9/+9
* Don't expect duplicated dpkg status-fd messagesDavid Kalnischkies2018-09-111-21/+12
* Process status-fd completely before finishing dpkg callDavid Kalnischkies2018-09-111-15/+36
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-296-11/+11
* Don't use invalid iterator in Fallback-Of handlingDavid Kalnischkies2018-08-291-0/+1
* clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies2018-08-201-21/+24
* Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode2018-08-081-0/+5
* Add support for dpkg frontend lockJulian Andres Klode2018-08-075-7/+91
* Use cheaper entropy source for randomizing items to fetchJulian Andres Klode2018-07-061-2/+3
* Fix lock counting in debSystemJulian Andres Klode2018-06-131-1/+1
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-282-32/+47
* Don't show acquire warning for "hidden" componentsDavid Kalnischkies2018-05-281-2/+17
* Merge branch 'feature/morevolatilesupport' into 'master'Julian Andres Klode2018-05-243-30/+12
|\
| * Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies2018-05-112-14/+2
| * Start pkg records for deb files with dpkg outputDavid Kalnischkies2018-05-111-16/+10
* | Merge branch 'feature/byhashviaalturl' into 'master'Julian Andres Klode2018-05-243-197/+189
|\ \
| * | Don't force the same mirror for by-hash URIsDavid Kalnischkies2018-05-111-19/+40
| * | Handle by-hash URI construction more centrallyDavid Kalnischkies2018-05-112-115/+74
| * | Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies2018-05-113-102/+114
| |/
* / Increase debug verbosity in `apt-get autoremove`Filipe Brandenburger2018-05-212-16/+23
|/
* don't try SRV requests based on IP addressesDavid Kalnischkies2018-05-111-0/+10
* Remove obsolete RCS keywordsGuillem Jover2018-05-0769-69/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-0512-18/+18
* Avoid implicitly promotion of float to doubleDavid Kalnischkies2018-05-052-2/+2
* CMake: Fix builds without zstdJulian Andres Klode2018-04-201-2/+2
* Merge branch 'pu/zstd' into 'master'Julian Andres Klode2018-04-154-2/+244
|\
| * zstd: Implement support for multi-frame filesJulian Andres Klode2018-04-131-4/+12
| * Implement compression level handling for zstdJulian Andres Klode2018-04-131-1/+18
| * apt-pkg: Add support for zstdJulian Andres Klode2018-03-124-2/+219
* | fix communication typo in https manpageDavid Kalnischkies2018-04-071-1/+1
* | Bump cache major version to allow different 1.5 and 1.6 updatesJulian Andres Klode2018-03-191-1/+1
* | Use https for Ubuntu changelogsJulian Andres Klode2018-03-151-1/+1
|/
* Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode2018-02-196-43/+126
|\
| * Check that Date of Release file is not in the futureJulian Andres Klode2018-02-196-43/+126
* | ensure correct file permissions for auxfilesDavid Kalnischkies2018-02-192-1/+5
* | indexcopy: Copy uncompressed indices from cdrom againJulian Andres Klode2018-02-191-2/+2
|/
* allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies2018-01-192-18/+36
* Introduce inrelease-path option for sources.listJulian Andres Klode2018-01-174-5/+29
* dpkg status parsing: check if name is valid before useDavid Kalnischkies2018-01-051-2/+17
* simplify translating "lists directory missing" msgDavid Kalnischkies2018-01-042-7/+7
* require methods to request AuxRequest capability at startupDavid Kalnischkies2018-01-036-56/+106
* reimplement and simplify mirror:// methodDavid Kalnischkies2018-01-031-19/+6
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-037-22/+229
* refactor message generation for methodsDavid Kalnischkies2018-01-032-90/+102
* Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies2018-01-021-6/+21
* do not remap current files if nullptrs in cache generationDavid Kalnischkies2017-12-241-10/+11
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-148-22/+22
* implement fallback to alternative URIs for all itemsDavid Kalnischkies2017-12-135-159/+211
* give the methods more metadata about the files to acquireDavid Kalnischkies2017-12-133-12/+49
* implement Acquire::Retries support for all itemsDavid Kalnischkies2017-12-133-49/+56