summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Merge branch 'pu/dpkg-path' into 'master'Julian Andres Klode3-0/+10
2018-12-10Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode3-0/+10
2018-12-04Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode1-0/+1
2018-12-04Override FileFd copy constructor to prevent copyingJulian Andres Klode1-0/+1
2018-12-04Merge branch 'bugfix/spaceinconfig' into 'master'Julian Andres Klode2-2/+2
2018-12-04Merge branch 'remove_old_derivatives' into 'master'Julian Andres Klode1-2/+0
2018-11-29Use quoted tagnames in config dumpsDavid Kalnischkies2-2/+2
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies7-9/+9
2018-10-30Fix typos encountered while updating de translationChris Leick1-1/+1
2018-10-26Remove "Tanglu" config for Acquire::Changelogs and as vendorManuel A. Fernandez Montecelo1-1/+0
2018-10-26Remove "Ultimedia" config for Acquire::ChangelogsManuel A. Fernandez Montecelo1-1/+0
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