summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Drop buffered writing from clearsigned message extractionDavid Kalnischkies1-1/+1
2019-02-01Avoid boolean flags by splitting writeTo functionsDavid Kalnischkies1-14/+20
2019-01-29Reuse APT::StringView more in LineBufferDavid Kalnischkies1-32/+9
2019-01-29Rework ifs to use not instead of == false/trueDavid Kalnischkies1-54/+66
2019-01-28Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies1-9/+37
2019-01-28Use more abstraction to handle the current line bufferDavid Kalnischkies1-83/+133
2019-01-28Explicitly remove the whitespaces defined by RFCDavid Kalnischkies1-4/+20
2019-01-24Merge and reuse tmp file handling across the boardDavid Kalnischkies3-62/+33
2019-01-23Fail on non-signature lines in Release.gpgDavid Kalnischkies1-20/+64
2019-01-23Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies1-106/+99
2019-01-22Merge branch 'pu/gpgvsignedby' into 'master'Julian Andres Klode2-4/+17
2019-01-22SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode1-0/+6
2019-01-22Communicate back which key(s) were used for signingDavid Kalnischkies2-4/+17
2019-01-22Remove `register` keywordKhem Raj1-1/+1
2019-01-05hash32: Tighten to multiversion to x86-64 ELF and use uint32_tJulian Andres Klode1-3/+3
2018-12-26debListParser: Avoid native arch lookup in ParseDependsJulian Andres Klode2-3/+4
2018-12-26configuration: Compare size first during lookupJulian Andres Klode1-1/+1
2018-12-26cache hash: Use sse4.2 CRC32c on x86-64 where availableJulian Andres Klode1-7/+51
2018-12-10Merge branch 'pu/dpkg-path' into 'master'Julian Andres Klode3-0/+10
2018-12-10Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode3-0/+10
2018-12-04Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode1-0/+1
2018-12-04Override FileFd copy constructor to prevent copyingJulian Andres Klode1-0/+1
2018-12-04Merge branch 'bugfix/spaceinconfig' into 'master'Julian Andres Klode2-2/+2
2018-12-04Merge branch 'remove_old_derivatives' into 'master'Julian Andres Klode1-2/+0
2018-11-29Use quoted tagnames in config dumpsDavid Kalnischkies2-2/+2
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies7-9/+9
2018-10-30Fix typos encountered while updating de translationChris Leick1-1/+1
2018-10-26Remove "Tanglu" config for Acquire::Changelogs and as vendorManuel A. Fernandez Montecelo1-1/+0
2018-10-26Remove "Ultimedia" config for Acquire::ChangelogsManuel A. Fernandez Montecelo1-1/+0
2018-10-14Merge branch 'feature/subkeys' into 'master'Julian Andres Klode2-55/+69
2018-10-13Default to https: scheme for fetching Debian changelogsBen Hutchings1-1/+1
2018-10-05Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode2-0/+6
2018-09-24pkgCacheFile: Only unlock in destructor if locked beforeJulian Andres Klode2-5/+21
2018-09-24Fix calculation of elapsed usec in downloadsJulian Andres Klode1-2/+2
2018-09-11Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies1-4/+7
2018-09-11Support subkeys properly in Signed-By optionsDavid Kalnischkies1-51/+62
2018-09-11Reorder progress report messagesDavid Kalnischkies1-9/+9
2018-09-11Don't expect duplicated dpkg status-fd messagesDavid Kalnischkies1-21/+12
2018-09-11Process status-fd completely before finishing dpkg callDavid Kalnischkies1-15/+36
2018-08-29Fix typos reported by codespell & spellintianDavid Kalnischkies6-11/+11
2018-08-29Don't use invalid iterator in Fallback-Of handlingDavid Kalnischkies1-0/+1
2018-08-20clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies1-21/+24
2018-08-08Set DPKG_FRONTEND_LOCKED as needed when doing selection changesJulian Andres Klode1-0/+5
2018-08-07Add support for dpkg frontend lockJulian Andres Klode5-7/+91
2018-07-06Use cheaper entropy source for randomizing items to fetchJulian Andres Klode1-2/+3
2018-06-13Fix lock counting in debSystemJulian Andres Klode1-1/+1
2018-05-28Use a steady clock source for progress reportingDavid Kalnischkies2-32/+47
2018-05-28Don't show acquire warning for "hidden" componentsDavid Kalnischkies1-2/+17
2018-05-24Merge branch 'feature/morevolatilesupport' into 'master'Julian Andres Klode3-30/+12
2018-05-24Merge branch 'feature/byhashviaalturl' into 'master'Julian Andres Klode3-197/+189