summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* explicitly name token in auth.conf parsing errorDavid Kalnischkies2017-12-131-2/+12
* update libapt-pkg symbols fileDavid Kalnischkies2017-12-131-11/+7
* use the newest available git-clang-format in PATHDavid Kalnischkies2017-12-131-1/+8
* don't auto-switch candidate if installed is good enoughDavid Kalnischkies2017-12-132-0/+31
* if insecure repo is allowed continue on all http errorsDavid Kalnischkies2017-12-133-8/+39
* tests: Improve handling profiling messages on CIJulian Andres Klode2017-11-221-10/+12
* Translate shared documentation parts againJulian Andres Klode2017-11-202-10/+29
* allow apt_auth.conf(5) to be translatedDavid Kalnischkies2017-11-201-0/+1
* support COLUMNS environment variable in apt toolsDavid Kalnischkies2017-11-193-6/+44
* allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies2017-11-193-47/+143
* Run wrap-and-sortJulian Andres Klode2017-11-191-4/+6
* Also look at https_proxy for https URLsJulian Andres Klode2017-11-191-4/+13
* Add Breaks: aptitude (<< 0.8.10) for gzip method removalJulian Andres Klode2017-11-161-1/+1
* Release 1.6~alpha51.6_alpha5Julian Andres Klode2017-11-125-6/+17
* Dutch manpage translation updateFrans Spiesschaert2017-11-121-72/+50
* Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode2017-11-121-1/+37
* [amend] Use a versioned breaks for a-t-https in apt1.6_alpha4Julian Andres Klode2017-11-051-1/+1
* Release 1.6~alpha4Julian Andres Klode2017-11-055-6/+14
* Add ${misc:Depends} to apt-transport-https dependsJulian Andres Klode2017-11-051-1/+1
* Re-introduce a transitional apt-transport-httpsJulian Andres Klode2017-11-051-0/+9
* debian: Bump Standards-Version to 4.1.1Julian Andres Klode2017-10-291-1/+1
* debian: Set Rules-Requires-Root: noJulian Andres Klode2017-10-291-0/+1
* Release 1.6~alpha31.6_alpha3Julian Andres Klode2017-10-285-6/+21
* use store: instead of gzip: to open local changelogsDavid Kalnischkies2017-10-281-2/+2
* Also use FindULL for checking if the size tags is validJulian Andres Klode2017-10-281-2/+2
* Prevent overflow in Installed-Size (and Size) in apt showJulian Andres Klode2017-10-282-2/+14
* seccomp: Allow clock_nanosleep() and nanosleep() syscallsJulian Andres Klode2017-10-271-0/+2
* Drop unused gzip, lzma, bzip2, and xz symlinks of storeJulian Andres Klode2017-10-261-1/+1
* seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sortJulian Andres Klode2017-10-261-0/+2
* debian/tests/control: Add dpkg so we get triggered by itJulian Andres Klode2017-10-261-1/+1
* Release 1.6~alpha21.6_alpha2Julian Andres Klode2017-10-265-6/+17
* CMake: Get rid of some debugging messagesJulian Andres Klode2017-10-261-2/+0
* Print syscall number and arch to stderr when trapped by seccompJulian Andres Klode2017-10-262-0/+34
* Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errorsJulian Andres Klode2017-10-251-3/+5
* Don't segfault if receiving a method warning on empty queueJulian Andres Klode2017-10-251-1/+1
* methods: Enable additional syscalls (SYSV IPC) in fakerootJulian Andres Klode2017-10-251-0/+10
* CMake: methods: Cleanup link libraries, use OBJECT librariesJulian Andres Klode2017-10-233-18/+20
* seccomp: Conditionalize statx() whitelistingJulian Andres Klode2017-10-231-0/+2
* Release 1.6~alpha11.6_alpha1Julian Andres Klode2017-10-2348-93/+121
* seccomp: Add missing syscalls for ppc64el, i386, and othersJulian Andres Klode2017-10-231-0/+11
* Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode2017-10-2215-19/+291
* methods/basehttp.cc: Remove proxy autodetect debugging codeJulian Andres Klode2017-10-221-2/+0
* methods/mirror: Enable sandboxing and other aptMethod featuresJulian Andres Klode2017-10-221-1/+1
* Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode2017-10-223-1/+13
* Run Proxy-Auto-Detect script from main processJulian Andres Klode2017-10-225-7/+48
* Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode2017-10-204-6/+13
* Dutch program translation updateFrans Spiesschaert2017-10-201-7/+10
* zh_CN.po: Update Simplified Chinese programs translationMo Zhou2017-10-081-6/+6
* avoid using NULL in varadic function for cmdline parsingDavid Kalnischkies2017-10-051-20/+13
* remove pointless va_copy to avoid cleanup danceDavid Kalnischkies2017-10-051-18/+12