summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
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
* 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-042-0/+48
|\
| * Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2019-02-012-0/+48
* | 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-242-55/+29
* | 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
|/
* Remove `register` keywordKhem Raj2019-01-221-1/+1
* configuration: Compare size first during lookupJulian Andres Klode2018-12-261-1/+1
* Override FileFd copy constructor to prevent copyingJulian Andres Klode2018-12-041-0/+1
* Use quoted tagnames in config dumpsDavid Kalnischkies2018-11-291-1/+1
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-252-2/+2
* Merge branch 'feature/subkeys' into 'master'Julian Andres Klode2018-10-141-4/+7
|\
| * Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies2018-09-111-4/+7
* | Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode2018-10-051-0/+3
|/
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-281-5/+12
* don't try SRV requests based on IP addressesDavid Kalnischkies2018-05-111-0/+10
* Remove obsolete RCS keywordsGuillem Jover2018-05-0729-29/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-052-3/+3
* Avoid implicitly promotion of float to doubleDavid Kalnischkies2018-05-051-1/+1
* 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-122-2/+209
* Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies2018-01-021-6/+21
* support multiline values in LookupTagDavid Kalnischkies2017-12-131-23/+69
* deal with floats without old-style castDavid Kalnischkies2017-12-131-2/+3
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-19/+14
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-136-17/+19
* deprecate the single-line deprecation ignoring macroDavid Kalnischkies2017-12-131-0/+1
* explicitly name token in auth.conf parsing errorDavid Kalnischkies2017-12-131-2/+12
* Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode2017-10-223-1/+13
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-245-10/+10
* Redefine APT_CONST to mean APT_PUREJulian Andres Klode2017-08-241-1/+2
* don't keep configuration files open needlesslyDavid Kalnischkies2017-08-041-1/+1
* reimplement and document auth.confDavid Kalnischkies2017-07-262-187/+116
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-263-9/+16
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-263-20/+57
* Fix memory leak in C++-thread-local _error implementationJulian Andres Klode2017-07-201-2/+2
* Use C++11 threading support instead of pthreadJulian Andres Klode2017-07-201-25/+3
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1229-133/+127
* fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-081-1/+1