Age | Commit message (Expand) | Author |
2017-12-14 | relax test to accept various connection failures | David Kalnischkies |
2017-12-13 | Merge branch 'feature/altretries' | David Kalnischkies |
2017-12-13 | implement fallback to alternative URIs for all items | David Kalnischkies |
2017-12-13 | give the methods more metadata about the files to acquire | David Kalnischkies |
2017-12-13 | implement Acquire::Retries support for all items | David Kalnischkies |
2017-12-13 | report transient errors as transient errors | David Kalnischkies |
2017-12-13 | mark some 500 HTTP codes as transient acquire errors | David Kalnischkies |
2017-12-13 | support multiline values in LookupTag | David Kalnischkies |
2017-12-13 | Merge branch 'feature/happy-gcc' | 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 | don't name unused parameter in apt-helper waitonline | David Kalnischkies |
2017-12-13 | clearing object via constructor instead of memset | David Kalnischkies |
2017-12-13 | fix over-calculating dpkg commandline length | David Kalnischkies |
2017-12-13 | explicitly name token in auth.conf parsing error | David Kalnischkies |
2017-12-13 | update libapt-pkg symbols file | David Kalnischkies |
2017-12-13 | use the newest available git-clang-format in PATH | David Kalnischkies |
2017-12-13 | don't auto-switch candidate if installed is good enough | David Kalnischkies |
2017-12-13 | if insecure repo is allowed continue on all http errors | David Kalnischkies |
2017-11-22 | tests: Improve handling profiling messages on CI | Julian Andres Klode |
2017-11-20 | Translate shared documentation parts again | Julian Andres Klode |
2017-11-20 | allow apt_auth.conf(5) to be translated | David Kalnischkies |
2017-11-19 | support COLUMNS environment variable in apt tools | David Kalnischkies |
2017-11-19 | allow multivalue fields in deb822 sources to be folded | David Kalnischkies |
2017-11-19 | Run wrap-and-sort | Julian Andres Klode |
2017-11-19 | Also look at https_proxy for https URLs | Julian Andres Klode |
2017-11-16 | Add Breaks: aptitude (<< 0.8.10) for gzip method removal | Julian Andres Klode |
2017-11-12 | Release 1.6~alpha51.6_alpha5 | Julian Andres Klode |
2017-11-12 | Dutch manpage translation update | Frans Spiesschaert |
2017-11-12 | Do not attempt seccomp under qemu-user and drop EFAULT workaround | Julian Andres Klode |
2017-11-05 | [amend] Use a versioned breaks for a-t-https in apt1.6_alpha4 | Julian Andres Klode |
2017-11-05 | Release 1.6~alpha4 | Julian Andres Klode |
2017-11-05 | Add ${misc:Depends} to apt-transport-https depends | Julian Andres Klode |
2017-11-05 | Re-introduce a transitional apt-transport-https | Julian Andres Klode |
2017-10-29 | debian: Bump Standards-Version to 4.1.1 | Julian Andres Klode |
2017-10-29 | debian: Set Rules-Requires-Root: no | Julian Andres Klode |
2017-10-28 | Release 1.6~alpha31.6_alpha3 | Julian Andres Klode |
2017-10-28 | use store: instead of gzip: to open local changelogs | David Kalnischkies |
2017-10-28 | Also use FindULL for checking if the size tags is valid | Julian Andres Klode |
2017-10-28 | Prevent overflow in Installed-Size (and Size) in apt show | Julian Andres Klode |
2017-10-27 | seccomp: Allow clock_nanosleep() and nanosleep() syscalls | Julian Andres Klode |
2017-10-26 | Drop unused gzip, lzma, bzip2, and xz symlinks of store | Julian Andres Klode |
2017-10-26 | seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sort | Julian Andres Klode |
2017-10-26 | debian/tests/control: Add dpkg so we get triggered by it | Julian Andres Klode |
2017-10-26 | Release 1.6~alpha21.6_alpha2 | Julian Andres Klode |
2017-10-26 | CMake: Get rid of some debugging messages | Julian Andres Klode |
2017-10-26 | Print syscall number and arch to stderr when trapped by seccomp | Julian Andres Klode |
2017-10-25 | Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errors | Julian Andres Klode |