summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-26clean archives without changing directoryDavid Kalnischkies1-1/+1
2017-06-26ident a CD without changing directoryDavid Kalnischkies1-23/+23
2017-06-26Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2-0/+16
2017-06-26Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies1-1/+5
2017-06-26avoid explicit types for pkg counts by autoDavid Kalnischkies1-3/+3
2017-03-19Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies1-4/+10
2017-02-11Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode1-1/+1
2017-01-27avoid malloc if option whitelist is disabled (default)David Kalnischkies1-3/+8
2017-01-19fix various typos reported by spellintianDavid Kalnischkies7-11/+11
2017-01-19fix various typos reported by codespellDavid Kalnischkies1-1/+1
2017-01-17strutl: Provide an APT::String::Join() functionJulian Andres Klode2-0/+14
2016-12-31allow warning generation for non-whitelisted optionsDavid Kalnischkies1-1/+160
2016-12-31warn if clearsigned file has ignored content partsDavid Kalnischkies1-2/+17
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode1-0/+6
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode1-1/+22
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies1-10/+53
2016-11-22Compare size before data when ordering cache bucket entriesJulian Andres Klode1-0/+11
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2-0/+5
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode1-0/+5
2016-11-11add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies1-9/+20