summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2019-01-14Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2018-09-28http: Stop pipeline after close only if it was not filled beforeJulian Andres Klode
2018-06-25Lower default timeout from 120s to 30sJulian Andres Klode
2018-06-25Handle a missed case of timed out ip addressesJulian Andres Klode
2018-04-06Allow restart_syscall() syscall in seccomp sandboxesJulian Andres Klode
2018-04-06Turn off seccomp sandboxing by defaultJulian Andres Klode
2018-02-19use a more standard approach to disable security for cdrom methodDavid Kalnischkies
2018-01-03non-local mirrorlists shouldn't redirect to localDavid Kalnischkies
2018-01-03add tag-based control over mirror choices from the listDavid Kalnischkies
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies
2018-01-03Correctly report transient errors againJulian Andres Klode
2018-01-03Add rapid "happy eyeballs" connection fallback (RFC 8305)Julian Andres Klode
2018-01-03connect: Extract Connection::CheckError() methodJulian Andres Klode
2018-01-03connect: Store the IP used when picking a connectionJulian Andres Klode
2018-01-03connect: Extract a Connection structJulian Andres Klode
2018-01-03connect: Alternate address families for addressesJulian Andres Klode
2017-12-13report transient errors as transient errorsDavid Kalnischkies
2017-12-13mark some 500 HTTP codes as transient acquire errorsDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-11-19Also look at https_proxy for https URLsJulian Andres Klode
2017-11-12Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode
2017-10-27seccomp: Allow clock_nanosleep() and nanosleep() syscallsJulian Andres Klode
2017-10-26Drop unused gzip, lzma, bzip2, and xz symlinks of storeJulian Andres Klode
2017-10-26seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sortJulian Andres Klode
2017-10-26Print syscall number and arch to stderr when trapped by seccompJulian Andres Klode
2017-10-25Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errorsJulian Andres Klode
2017-10-25methods: Enable additional syscalls (SYSV IPC) in fakerootJulian Andres Klode
2017-10-23CMake: methods: Cleanup link libraries, use OBJECT librariesJulian Andres Klode
2017-10-23seccomp: Conditionalize statx() whitelistingJulian Andres Klode
2017-10-23seccomp: Add missing syscalls for ppc64el, i386, and othersJulian Andres Klode
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode
2017-10-22methods/basehttp.cc: Remove proxy autodetect debugging codeJulian Andres Klode
2017-10-22methods/mirror: Enable sandboxing and other aptMethod featuresJulian Andres Klode
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode
2017-09-26proper error reporting for v3 onion servicesDavid Kalnischkies
2017-09-24Drop curl method and apt-transport-https packageJulian Andres Klode
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies
2017-07-26lookup login info for proxies in auth.confDavid Kalnischkies
2017-07-26reimplement and document auth.confDavid Kalnischkies
2017-07-26fail early in http if server answer is too small as wellDavid Kalnischkies
2017-07-26fail earlier if server answers with too much dataDavid Kalnischkies
2017-07-26don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12methods/aptmethod.h: Add missing fileutl.h includeJulian Andres Klode
2017-07-03Stop bragging about old speeds in http.cc commentsJulian Andres Klode
2017-07-03don't set ip addresses as server names for SNIDavid Kalnischkies
2017-07-03Swap file descriptors before the handshakeJulian Andres Klode
2017-07-03Do not error out, only warn if ca certificates are not availableJulian Andres Klode
2017-07-03tls: Add more details to error messages, and detect more errorsJulian Andres Klode