Age | Commit message (Expand) | Author |
2018-05-28 | Use a steady clock source for progress reporting | David Kalnischkies |
2018-05-11 | don't try SRV requests based on IP addresses | David Kalnischkies |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2018-05-05 | Fix various typos reported by spellcheckers | David Kalnischkies |
2018-05-05 | Avoid implicitly promotion of float to double | David Kalnischkies |
2018-04-13 | zstd: Implement support for multi-frame files | Julian Andres Klode |
2018-04-13 | Implement compression level handling for zstd | Julian Andres Klode |
2018-03-12 | apt-pkg: Add support for zstd | Julian Andres Klode |
2018-01-02 | Support cleartext signed InRelease files with CRLF line endings | David Kalnischkies |
2017-12-13 | support multiline values in LookupTag | David Kalnischkies |
2017-12-13 | deal with floats without old-style cast | David Kalnischkies |
2017-12-13 | avoid some useless casts reported by -Wuseless-cast | David Kalnischkies |
2017-12-13 | convert various c-style casts to C++-style | David Kalnischkies |
2017-12-13 | deprecate the single-line deprecation ignoring macro | David Kalnischkies |
2017-12-13 | explicitly name token in auth.conf parsing error | David Kalnischkies |
2017-10-22 | Run the ProxyAutoDetect script in the sandbox again | Julian Andres Klode |
2017-08-24 | Replace APT_CONST with APT_PURE everywhere | Julian Andres Klode |
2017-08-24 | Redefine APT_CONST to mean APT_PURE | Julian Andres Klode |
2017-08-04 | don't keep configuration files open needlessly | David Kalnischkies |
2017-07-26 | reimplement and document auth.conf | David Kalnischkies |
2017-07-26 | show warnings instead of errors if files are unreadable | David Kalnischkies |
2017-07-26 | use FileFd to parse all apt configuration files | David Kalnischkies |
2017-07-20 | Fix memory leak in C++-thread-local _error implementation | Julian Andres Klode |
2017-07-20 | Use C++11 threading support instead of pthread | Julian Andres Klode |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-08 | fix various typos reported by codespell & spellintian | David Kalnischkies |
2017-06-30 | Allow http(s) and socks5h for http and https in proxy auto detect | Julian Andres Klode |
2017-06-26 | fix some unlikely memory leaks in error cases | David Kalnischkies |
2017-06-26 | clean archives without changing directory | David Kalnischkies |
2017-06-26 | ident a CD without changing directory | David Kalnischkies |
2017-06-26 | Avoid chdir in acquire clean with unlinkat | David Kalnischkies |
2017-06-26 | Show permission error if ProxyAutoDetect cmd can't be executed | David Kalnischkies |
2017-06-26 | avoid explicit types for pkg counts by auto | David Kalnischkies |
2017-03-19 | Fix and avoid quoting in CommandLine::AsString | David Kalnischkies |
2017-02-11 | Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat() | Julian Andres Klode |
2017-01-27 | avoid malloc if option whitelist is disabled (default) | David Kalnischkies |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-19 | fix various typos reported by codespell | David Kalnischkies |
2017-01-17 | strutl: Provide an APT::String::Join() function | Julian Andres Klode |
2016-12-31 | allow warning generation for non-whitelisted options | David Kalnischkies |
2016-12-31 | warn if clearsigned file has ignored content parts | David Kalnischkies |
2016-12-08 | gpgv: Flush the files before checking for errors | Julian Andres Klode |
2016-12-08 | SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252) | Julian Andres Klode |
2016-11-24 | report apt-key errors via status-fd messages | David Kalnischkies |
2016-11-22 | Compare size before data when ordering cache bucket entries | Julian Andres Klode |
2016-11-22 | Optimize VersionHash() to not need temporary copy of input | Julian Andres Klode |
2016-11-22 | Introduce tolower_ascii_unsafe() and use it for hashing | Julian Andres Klode |
2016-11-11 | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance | David Kalnischkies |
2016-11-09 | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges | David Kalnischkies |
2016-11-09 | add support for Build-Depends/Conflicts-Arch | Johannes Schauer |