summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* Allow restart_syscall() syscall in seccomp sandboxesJulian Andres Klode2018-04-061-0/+1
* Turn off seccomp sandboxing by defaultJulian Andres Klode2018-04-061-1/+1
* use a more standard approach to disable security for cdrom methodDavid Kalnischkies2018-02-191-2/+8
* non-local mirrorlists shouldn't redirect to localDavid Kalnischkies2018-01-032-3/+47
* add tag-based control over mirror choices from the listDavid Kalnischkies2018-01-031-34/+103
* require methods to request AuxRequest capability at startupDavid Kalnischkies2018-01-031-1/+1
* reimplement and simplify mirror:// methodDavid Kalnischkies2018-01-036-478/+251
* Correctly report transient errors againJulian Andres Klode2018-01-031-4/+8
* Add rapid "happy eyeballs" connection fallback (RFC 8305)Julian Andres Klode2018-01-031-26/+100
* connect: Extract Connection::CheckError() methodJulian Andres Klode2018-01-031-0/+6
* connect: Store the IP used when picking a connectionJulian Andres Klode2018-01-031-9/+5
* connect: Extract a Connection structJulian Andres Klode2018-01-031-8/+36
* connect: Alternate address families for addressesJulian Andres Klode2018-01-031-24/+48
* report transient errors as transient errorsDavid Kalnischkies2017-12-139-232/+433
* mark some 500 HTTP codes as transient acquire errorsDavid Kalnischkies2017-12-131-1/+13
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-1/+1
* Also look at https_proxy for https URLsJulian Andres Klode2017-11-191-4/+13
* Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode2017-11-121-1/+37
* 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
* Print syscall number and arch to stderr when trapped by seccompJulian Andres Klode2017-10-261-0/+33
* Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errorsJulian Andres Klode2017-10-251-3/+5
* 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-231-17/+14
* seccomp: Conditionalize statx() whitelistingJulian Andres Klode2017-10-231-0/+2
* 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-228-19/+240
* 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 Proxy-Auto-Detect script from main processJulian Andres Klode2017-10-222-1/+10
* proper error reporting for v3 onion servicesDavid Kalnischkies2017-09-261-3/+3
* Drop curl method and apt-transport-https packageJulian Andres Klode2017-09-243-655/+1
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-267-27/+47
* lookup login info for proxies in auth.confDavid Kalnischkies2017-07-261-1/+1
* reimplement and document auth.confDavid Kalnischkies2017-07-266-8/+25
* fail early in http if server answer is too small as wellDavid Kalnischkies2017-07-264-6/+37
* fail earlier if server answers with too much dataDavid Kalnischkies2017-07-263-7/+17
* don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies2017-07-261-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1221-96/+95
* methods/aptmethod.h: Add missing fileutl.h includeJulian Andres Klode2017-07-121-0/+1
* Stop bragging about old speeds in http.cc commentsJulian Andres Klode2017-07-031-8/+0
* don't set ip addresses as server names for SNIDavid Kalnischkies2017-07-031-2/+12
* Swap file descriptors before the handshakeJulian Andres Klode2017-07-031-2/+4
* Do not error out, only warn if ca certificates are not availableJulian Andres Klode2017-07-031-5/+5
* tls: Add more details to error messages, and detect more errorsJulian Andres Klode2017-07-031-9/+11
* http: A response with Content-Length: 0 has no contentJulian Andres Klode2017-07-011-1/+4
* Make Verify-Host and Verify-Peer independent againJulian Andres Klode2017-07-011-2/+2
* TLS support: Error out on unsupported curl optionsJulian Andres Klode2017-06-301-2/+4
* Improve closing the TLS connectionJulian Andres Klode2017-06-301-3/+3