summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Add explicit message for unsupported binary signatureDavid Kalnischkies2019-03-031-2/+16
* Fix various typos in the documentationJakub Wilk2019-02-101-1/+1
* Use std::to_string() for HashStringList::FileSize() getterJulian Andres Klode2019-02-041-3/+1
* Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode2019-02-041-2/+6
* gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode2019-02-043-2/+13
* Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode2019-02-046-7/+83
|\
| * Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2019-02-016-4/+63
| * Introduce experimental 'never' pinning for sourcesJulian Andres Klode2019-02-011-3/+20
* | Merge branch 'pu/refuseunsignedlines' into 'master'Julian Andres Klode2019-02-013-182/+279
|\ \
| * | Drop buffered writing from clearsigned message extractionDavid Kalnischkies2019-02-011-1/+1
| * | Avoid boolean flags by splitting writeTo functionsDavid Kalnischkies2019-02-011-14/+20
| * | Reuse APT::StringView more in LineBufferDavid Kalnischkies2019-01-291-32/+9
| * | Rework ifs to use not instead of == false/trueDavid Kalnischkies2019-01-291-54/+66
| * | Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies2019-01-281-9/+37
| * | Use more abstraction to handle the current line bufferDavid Kalnischkies2019-01-281-83/+133
| * | Explicitly remove the whitespaces defined by RFCDavid Kalnischkies2019-01-281-4/+20
| * | Merge and reuse tmp file handling across the boardDavid Kalnischkies2019-01-243-62/+33
| * | 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