summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pu/zstd' into 'master'Julian Andres Klode2018-04-154-2/+244
|\
| * zstd: Implement support for multi-frame filesJulian Andres Klode2018-04-131-4/+12
| * Implement compression level handling for zstdJulian Andres Klode2018-04-131-1/+18
| * apt-pkg: Add support for zstdJulian Andres Klode2018-03-124-2/+219
* | fix communication typo in https manpageDavid Kalnischkies2018-04-071-1/+1
* | Bump cache major version to allow different 1.5 and 1.6 updatesJulian Andres Klode2018-03-191-1/+1
* | Use https for Ubuntu changelogsJulian Andres Klode2018-03-151-1/+1
|/
* Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode2018-02-196-43/+126
|\
| * Check that Date of Release file is not in the futureJulian Andres Klode2018-02-196-43/+126
* | ensure correct file permissions for auxfilesDavid Kalnischkies2018-02-192-1/+5
* | indexcopy: Copy uncompressed indices from cdrom againJulian Andres Klode2018-02-191-2/+2
|/
* allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies2018-01-192-18/+36
* 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