summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fail on non-signature lines in Release.gpgDavid Kalnischkies2019-01-231-20/+64
| * | Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies2019-01-231-106/+99
| |/
* | Step over empty sections in TagFiles with commentsDavid Kalnischkies2019-02-011-2/+6
* | Merge branch 'pu/verify-method-messages-2' into 'master'Julian Andres Klode2019-01-311-0/+31
|\ \
| * | Verify data being sent by methods in SendMessage()Julian Andres Klode2019-01-301-0/+31
| |/
* / Disable deprecated methods (ftp, rsh, ssh) by defaultJulian Andres Klode2019-01-311-0/+2
|/
* Merge branch 'pu/gpgvsignedby' into 'master'Julian Andres Klode2019-01-222-4/+17
|\
| * Communicate back which key(s) were used for signingDavid Kalnischkies2019-01-222-4/+17
* | SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode2019-01-221-0/+6
|/
* Remove `register` keywordKhem Raj2019-01-221-1/+1
* hash32: Tighten to multiversion to x86-64 ELF and use uint32_tJulian Andres Klode2019-01-051-3/+3
* debListParser: Avoid native arch lookup in ParseDependsJulian Andres Klode2018-12-262-3/+4
* configuration: Compare size first during lookupJulian Andres Klode2018-12-261-1/+1
* cache hash: Use sse4.2 CRC32c on x86-64 where availableJulian Andres Klode2018-12-261-7/+51
* Merge branch 'pu/dpkg-path' into 'master'Julian Andres Klode2018-12-103-0/+10
|\
| * Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode2018-12-103-0/+10
* | Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode2018-12-041-0/+1
|/
* Override FileFd copy constructor to prevent copyingJulian Andres Klode2018-12-041-0/+1
* Merge branch 'bugfix/spaceinconfig' into 'master'Julian Andres Klode2018-12-042-2/+2
|\
| * Use quoted tagnames in config dumpsDavid Kalnischkies2018-11-292-2/+2
* | Merge branch 'remove_old_derivatives' into 'master'Julian Andres Klode2018-12-041-2/+0
|\ \ | |/ |/|
| * Remove "Tanglu" config for Acquire::Changelogs and as vendorManuel A. Fernandez Montecelo2018-10-261-1/+0
| * Remove "Ultimedia" config for Acquire::ChangelogsManuel A. Fernandez Montecelo2018-10-261-1/+0
* | Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-257-9/+9
* | Fix typos encountered while updating de translationChris Leick2018-10-301-1/+1
|/
* Merge branch 'feature/subkeys' into 'master'Julian Andres Klode2018-10-142-55/+69
|\
| * Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies2018-09-111-4/+7
| * Support subkeys properly in Signed-By optionsDavid Kalnischkies2018-09-111-51/+62
* | Default to https: scheme for fetching Debian changelogsBen Hutchings2018-10-131-1/+1
* | Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode2018-10-052-0/+6
* | pkgCacheFile: Only unlock in destructor if locked beforeJulian Andres Klode2018-09-242-5/+21
* | Fix calculation of elapsed usec in downloadsJulian Andres Klode2018-09-241-2/+2
* | Reorder progress report messagesDavid Kalnischkies2018-09-111-9/+9
* | Don't expect duplicated dpkg status-fd messagesDavid Kalnischkies2018-09-111-21/+12
* | Process status-fd completely before finishing dpkg callDavid Kalnischkies2018-09-111-15/+36
|/
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-296-11/+11
* Don't use invalid iterator in Fallback-Of handlingDavid Kalnischkies2018-08-291-0/+1
* clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies2018-08-201-21/+24
* Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode2018-08-081-0/+5
* Add support for dpkg frontend lockJulian Andres Klode2018-08-075-7/+91
* Use cheaper entropy source for randomizing items to fetchJulian Andres Klode2018-07-061-2/+3
* Fix lock counting in debSystemJulian Andres Klode2018-06-131-1/+1
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-282-32/+47
* Don't show acquire warning for "hidden" componentsDavid Kalnischkies2018-05-281-2/+17
* Merge branch 'feature/morevolatilesupport' into 'master'Julian Andres Klode2018-05-243-30/+12
|\
| * Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies2018-05-112-14/+2
| * Start pkg records for deb files with dpkg outputDavid Kalnischkies2018-05-111-16/+10
* | Merge branch 'feature/byhashviaalturl' into 'master'Julian Andres Klode2018-05-243-197/+189
|\ \
| * | Don't force the same mirror for by-hash URIsDavid Kalnischkies2018-05-111-19/+40
| * | Handle by-hash URI construction more centrallyDavid Kalnischkies2018-05-112-115/+74