summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2018-10-14Merge branch 'feature/subkeys' into 'master'Julian Andres Klode2-55/+69
2018-10-13Default to https: scheme for fetching Debian changelogsBen Hutchings1-1/+1
2018-10-05Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode2-0/+6
2018-09-24pkgCacheFile: Only unlock in destructor if locked beforeJulian Andres Klode2-5/+21
2018-09-24Fix calculation of elapsed usec in downloadsJulian Andres Klode1-2/+2
2018-09-11Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies1-4/+7
2018-09-11Support subkeys properly in Signed-By optionsDavid Kalnischkies1-51/+62
2018-09-11Reorder progress report messagesDavid Kalnischkies1-9/+9
2018-09-11Don't expect duplicated dpkg status-fd messagesDavid Kalnischkies1-21/+12
2018-09-11Process status-fd completely before finishing dpkg callDavid Kalnischkies1-15/+36
2018-08-29Fix typos reported by codespell & spellintianDavid Kalnischkies6-11/+11
2018-08-29Don't use invalid iterator in Fallback-Of handlingDavid Kalnischkies1-0/+1
2018-08-20clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies1-21/+24
2018-08-08Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode1-0/+5
2018-08-07Add support for dpkg frontend lockJulian Andres Klode5-7/+91
2018-07-06Use cheaper entropy source for randomizing items to fetchJulian Andres Klode1-2/+3
2018-06-13Fix lock counting in debSystemJulian Andres Klode1-1/+1
2018-05-28Use a steady clock source for progress reportingDavid Kalnischkies2-32/+47
2018-05-28Don't show acquire warning for "hidden" componentsDavid Kalnischkies1-2/+17
2018-05-24Merge branch 'feature/morevolatilesupport' into 'master'Julian Andres Klode3-30/+12
2018-05-24Merge branch 'feature/byhashviaalturl' into 'master'Julian Andres Klode3-197/+189
2018-05-21Increase debug verbosity in `apt-get autoremove`Filipe Brandenburger2-16/+23
2018-05-11Don't force the same mirror for by-hash URIsDavid Kalnischkies1-19/+40
2018-05-11Handle by-hash URI construction more centrallyDavid Kalnischkies2-115/+74
2018-05-11Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies3-102/+114
2018-05-11Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies2-14/+2
2018-05-11Start pkg records for deb files with dpkg outputDavid Kalnischkies1-16/+10
2018-05-11don't try SRV requests based on IP addressesDavid Kalnischkies1-0/+10
2018-05-07Remove obsolete RCS keywordsGuillem Jover69-69/+0
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies12-18/+18
2018-05-05Avoid implicitly promotion of float to doubleDavid Kalnischkies2-2/+2
2018-04-20CMake: Fix builds without zstdJulian Andres Klode1-2/+2
2018-04-15Merge branch 'pu/zstd' into 'master'Julian Andres Klode4-2/+244
2018-04-13zstd: Implement support for multi-frame filesJulian Andres Klode1-4/+12
2018-04-13Implement compression level handling for zstdJulian Andres Klode1-1/+18
2018-04-07fix communication typo in https manpageDavid Kalnischkies1-1/+1
2018-03-19Bump cache major version to allow different 1.5 and 1.6 updatesJulian Andres Klode1-1/+1
2018-03-15Use https for Ubuntu changelogsJulian Andres Klode1-1/+1
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode4-2/+219
2018-02-19Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode6-43/+126
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode6-43/+126
2018-02-19ensure correct file permissions for auxfilesDavid Kalnischkies2-1/+5
2018-02-19indexcopy: Copy uncompressed indices from cdrom againJulian Andres Klode1-2/+2
2018-01-19allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies2-18/+36
2018-01-17Introduce inrelease-path option for sources.listJulian Andres Klode4-5/+29
2018-01-05dpkg status parsing: check if name is valid before useDavid Kalnischkies1-2/+17
2018-01-04simplify translating "lists directory missing" msgDavid Kalnischkies2-7/+7
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies6-56/+106
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies1-19/+6
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies7-22/+229