summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2017-08-24Redefine APT_CONST to mean APT_PUREJulian Andres Klode
2017-08-04don't keep configuration files open needlesslyDavid Kalnischkies
2017-07-26reimplement and document auth.confDavid Kalnischkies
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies
2017-07-20Fix memory leak in C++-thread-local _error implementationJulian Andres Klode
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies
2017-06-30Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies
2017-06-26clean archives without changing directoryDavid Kalnischkies
2017-06-26ident a CD without changing directoryDavid Kalnischkies
2017-06-26Avoid chdir in acquire clean with unlinkatDavid Kalnischkies
2017-06-26Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies
2017-06-26avoid explicit types for pkg counts by autoDavid Kalnischkies
2017-03-19Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies
2017-02-11Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode
2017-01-27avoid malloc if option whitelist is disabled (default)David Kalnischkies
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2017-01-19fix various typos reported by codespellDavid Kalnischkies
2017-01-17strutl: Provide an APT::String::Join() functionJulian Andres Klode
2016-12-31allow warning generation for non-whitelisted optionsDavid Kalnischkies
2016-12-31warn if clearsigned file has ignored content partsDavid Kalnischkies
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies
2016-11-22Compare size before data when ordering cache bucket entriesJulian Andres Klode
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode
2016-11-11add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies
2016-11-09reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer
2016-10-04Do not read stderr from proxy autodetection scriptsJulian Andres Klode
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-08-31Base256ToNum: Fix uninitialized valueJulian Andres Klode
2016-08-26Make directory paths configurableJulian Andres Klode
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-08-26Add missing includes and external definitionsJulian Andres Klode
2016-08-12drop incorrect const attribute from DirectoryExistsDavid Kalnischkies
2016-08-12fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode
2016-08-12ensure a good clock() value for usage and testsDavid Kalnischkies
2016-08-11Merge branch 'feature/methods'David Kalnischkies
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-08-03ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode
2016-08-03ExecGPGV: Fork in all casesJulian Andres Klode
2016-08-03ExecGPGV: Rework file removal on exit()Julian Andres Klode
2016-08-03gpgv: Unlink the correct temp file in error caseJulian Andres Klode
2016-07-29if the FileFd failed already following calls should fail, tooDavid Kalnischkies