summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-03refactor message generation for methodsDavid Kalnischkies2-90/+102
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies1-6/+21
2017-12-24do not remap current files if nullptrs in cache generationDavid Kalnischkies1-10/+11
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies8-22/+22
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies5-159/+211
2017-12-13give the methods more metadata about the files to acquireDavid Kalnischkies3-12/+49
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies3-49/+56
2017-12-13support multiline values in LookupTagDavid Kalnischkies1-23/+69
2017-12-13deal with floats without old-style castDavid Kalnischkies3-12/+14
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies3-28/+22
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies9-26/+28
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies5-5/+16
2017-12-13fix over-calculating dpkg commandline lengthDavid Kalnischkies1-0/+2
2017-12-13explicitly name token in auth.conf parsing errorDavid Kalnischkies1-2/+12
2017-12-13don't auto-switch candidate if installed is good enoughDavid Kalnischkies1-0/+7
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies1-5/+14
2017-11-19allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies1-44/+46
2017-10-28use store: instead of gzip: to open local changelogsDavid Kalnischkies1-2/+2
2017-10-25Don't segfault if receiving a method warning on empty queueJulian Andres Klode1-1/+1
2017-10-22Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode3-1/+13
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode3-6/+38
2017-10-20Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode2-4/+7
2017-10-05send the hashes for alternative file correctlyDavid Kalnischkies1-4/+4
2017-09-26use pkgTagSection::Key in srcRecords parserDavid Kalnischkies1-32/+34
2017-09-26allow empty build-dependency fields in the parserDavid Kalnischkies1-1/+4
2017-09-13Fix translator comment location for legacy target warningJulian Andres Klode1-3/+5
2017-09-10CMake: Properly handle Udev missingJulian Andres Klode1-2/+2