summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode2017-06-301-1/+16
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-261-3/+7
* clean archives without changing directoryDavid Kalnischkies2017-06-261-1/+1
* ident a CD without changing directoryDavid Kalnischkies2017-06-261-23/+23
* Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-262-0/+16
* Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies2017-06-261-1/+5
* avoid explicit types for pkg counts by autoDavid Kalnischkies2017-06-261-3/+3
* Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies2017-03-191-4/+10
* Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode2017-02-111-1/+1
* avoid malloc if option whitelist is disabled (default)David Kalnischkies2017-01-271-3/+8
* fix various typos reported by spellintianDavid Kalnischkies2017-01-197-11/+11
* fix various typos reported by codespellDavid Kalnischkies2017-01-191-1/+1
* strutl: Provide an APT::String::Join() functionJulian Andres Klode2017-01-172-0/+14
* allow warning generation for non-whitelisted optionsDavid Kalnischkies2016-12-311-1/+160
* warn if clearsigned file has ignored content partsDavid Kalnischkies2016-12-311-2/+17
* gpgv: Flush the files before checking for errorsJulian Andres Klode2016-12-081-0/+6
* SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode2016-12-081-1/+22
* report apt-key errors via status-fd messagesDavid Kalnischkies2016-11-241-10/+53
* Compare size before data when ordering cache bucket entriesJulian Andres Klode2016-11-221-0/+11
* Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2016-11-222-0/+5
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-221-0/+5
* add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies2016-11-111-9/+20
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-091-0/+20
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-1/+1