summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* support multiline values in LookupTagDavid Kalnischkies2017-12-131-23/+69
* deal with floats without old-style castDavid Kalnischkies2017-12-133-12/+14
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-133-28/+22
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-139-26/+28
* deprecate the single-line deprecation ignoring macroDavid Kalnischkies2017-12-135-5/+16
* fix over-calculating dpkg commandline lengthDavid Kalnischkies2017-12-131-0/+2
* explicitly name token in auth.conf parsing errorDavid Kalnischkies2017-12-131-2/+12
* don't auto-switch candidate if installed is good enoughDavid Kalnischkies2017-12-131-0/+7
* if insecure repo is allowed continue on all http errorsDavid Kalnischkies2017-12-131-5/+14
* allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies2017-11-191-44/+46
* use store: instead of gzip: to open local changelogsDavid Kalnischkies2017-10-281-2/+2
* Don't segfault if receiving a method warning on empty queueJulian Andres Klode2017-10-251-1/+1
* Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode2017-10-223-1/+13
* Run Proxy-Auto-Detect script from main processJulian Andres Klode2017-10-223-6/+38
* Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode2017-10-202-4/+7
* send the hashes for alternative file correctlyDavid Kalnischkies2017-10-051-4/+4
* use pkgTagSection::Key in srcRecords parserDavid Kalnischkies2017-09-261-32/+34
* allow empty build-dependency fields in the parserDavid Kalnischkies2017-09-261-1/+4
* Fix translator comment location for legacy target warningJulian Andres Klode2017-09-131-3/+5
* CMake: Properly handle Udev missingJulian Andres Klode2017-09-101-2/+2
* Directly link against libudev on Linux systemsJulian Andres Klode2017-09-093-52/+28
* cdrom: Don't hardcode "Files" field for copying source filesJulian Andres Klode2017-09-091-1/+15
* Do not warn about duplicate "legacy" targetsJulian Andres Klode2017-09-091-2/+3
* drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies2017-09-093-13/+0
* don't ask an uninit _system for supported archsDavid Kalnischkies2017-09-091-1/+1
* don't write & chmod /dev/null log filesDavid Kalnischkies2017-09-091-8/+8
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-2419-66/+66
* Redefine APT_CONST to mean APT_PUREJulian Andres Klode2017-08-241-1/+2
* don't hang if multiple sources use unavailable methodDavid Kalnischkies2017-08-041-3/+6
* don't keep configuration files open needlesslyDavid Kalnischkies2017-08-041-1/+1
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-261-15/+0
* reimplement and document auth.confDavid Kalnischkies2017-07-262-187/+116
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-267-49/+44
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-265-28/+69
* send weak-only hashes to methodsDavid Kalnischkies2017-07-261-15/+8
* don't move failed pdiff indexes out of partialDavid Kalnischkies2017-07-261-4/+1
* don't try to rename failed pdiff patches twiceDavid Kalnischkies2017-07-261-2/+0