summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Use std::to_string() for HashStringList::FileSize() getterJulian Andres Klode1-3/+1
2019-02-04gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode3-2/+13
2019-02-04Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode2-0/+48
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2-0/+48
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 Kalnischkies2-55/+29
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-22Remove `register` keywordKhem Raj1-1/+1
2018-12-26configuration: Compare size first during lookupJulian Andres Klode1-1/+1
2018-12-04Override FileFd copy constructor to prevent copyingJulian Andres Klode1-0/+1
2018-11-29Use quoted tagnames in config dumpsDavid Kalnischkies1-1/+1
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies2-2/+2
2018-10-14Merge branch 'feature/subkeys' into 'master'Julian Andres Klode1-4/+7
2018-10-05Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode1-0/+3
2018-09-11Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies1-4/+7
2018-05-28Use a steady clock source for progress reportingDavid Kalnischkies1-5/+12
2018-05-11don't try SRV requests based on IP addressesDavid Kalnischkies1-0/+10
2018-05-07Remove obsolete RCS keywordsGuillem Jover29-29/+0
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies2-3/+3
2018-05-05Avoid implicitly promotion of float to doubleDavid Kalnischkies1-1/+1
2018-04-13zstd: Implement support for multi-frame filesJulian Andres Klode1-4/+12
2018-04-13Implement compression level handling for zstdJulian Andres Klode1-1/+18
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode2-2/+209
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies1-6/+21
2017-12-13support multiline values in LookupTagDavid Kalnischkies1-23/+69
2017-12-13deal with floats without old-style castDavid Kalnischkies1-2/+3
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies1-19/+14
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies6-17/+19
2017-12-13deprecate the single-line deprecation ignoring macroDavid Kalnischkies1-0/+1
2017-12-13explicitly name token in auth.conf parsing errorDavid Kalnischkies1-2/+12
2017-10-22Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode3-1/+13
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode5-10/+10
2017-08-24Redefine APT_CONST to mean APT_PUREJulian Andres Klode1-1/+2
2017-08-04don't keep configuration files open needlesslyDavid Kalnischkies1-1/+1
2017-07-26reimplement and document auth.confDavid Kalnischkies2-187/+116
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies3-9/+16
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies3-20/+57
2017-07-20Fix memory leak in C++-thread-local _error implementationJulian Andres Klode1-2/+2
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode1-25/+3
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode29-133/+127
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies1-1/+1
2017-06-30Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode1-1/+16
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies1-3/+7