summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2019-05-07Prevent shutdown while running dpkgJulian Andres Klode
2019-02-05Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2019-02-05Introduce experimental 'never' pinning for sourcesJulian Andres Klode
2019-01-25SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode
2019-01-14Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2018-10-09Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode
2018-09-28pkgCacheFile: Only unlock in destructor if locked beforeJulian Andres Klode
2018-09-28Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode
2018-09-28Add support for dpkg frontend lockJulian Andres Klode
2018-08-20clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies
2018-06-25Fix lock counting in debSystemJulian Andres Klode
2018-04-20CMake: Fix builds without zstdJulian Andres Klode
2018-04-15Merge branch 'pu/zstd' into 'master'Julian Andres Klode
2018-04-13zstd: Implement support for multi-frame filesJulian Andres Klode
2018-04-13Implement compression level handling for zstdJulian Andres Klode
2018-04-07fix communication typo in https manpageDavid Kalnischkies
2018-03-19Bump cache major version to allow different 1.5 and 1.6 updatesJulian Andres Klode
2018-03-15Use https for Ubuntu changelogsJulian Andres Klode
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode
2018-02-19Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode
2018-02-19ensure correct file permissions for auxfilesDavid Kalnischkies
2018-02-19indexcopy: Copy uncompressed indices from cdrom againJulian Andres Klode
2018-01-19allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies
2018-01-17Introduce inrelease-path option for sources.listJulian Andres Klode
2018-01-05dpkg status parsing: check if name is valid before useDavid Kalnischkies
2018-01-04simplify translating "lists directory missing" msgDavid Kalnischkies
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies
2018-01-03refactor message generation for methodsDavid Kalnischkies
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies
2017-12-24do not remap current files if nullptrs in cache generationDavid Kalnischkies
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies
2017-12-13give the methods more metadata about the files to acquireDavid Kalnischkies
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies
2017-12-13support multiline values in LookupTagDavid Kalnischkies
2017-12-13deal with floats without old-style castDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies
2017-12-13fix over-calculating dpkg commandline lengthDavid Kalnischkies
2017-12-13explicitly name token in auth.conf parsing errorDavid Kalnischkies
2017-12-13don't auto-switch candidate if installed is good enoughDavid Kalnischkies
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies
2017-11-19allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies
2017-10-28use store: instead of gzip: to open local changelogsDavid Kalnischkies
2017-10-25Don't segfault if receiving a method warning on empty queueJulian Andres Klode
2017-10-22Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode