summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies1-11/+9
2019-07-10Fix typos reported by codespell in code commentsDavid Kalnischkies2-5/+6
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies10-22/+16
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode1-1/+1
2019-06-11http: Fix Host header in proxied https connectionsSimon Körner1-3/+3
2019-06-11Merge tag '1.8.2'Julian Andres Klode1-28/+51
2019-05-21methods: https: handle requests for TLS re-handshakeMichael Zhivich1-28/+51
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode9-17/+17
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode1-1/+1
2019-04-16Fix new gcc-9 warning -Wpessimizing-moveDavid Kalnischkies1-1/+1
2019-02-05aptmethod.h: Do not have gcc warning about ignoring write() resultJulian Andres Klode1-0/+7
2019-01-22Communicate back which key(s) were used for signingDavid Kalnischkies1-19/+60
2019-01-22Refactor internal Signers information storage in gpgvDavid Kalnischkies1-73/+67
2018-12-04Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode1-11/+36
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies1-1/+1
2018-11-25Allow setting Referer header for http methodDavid Kalnischkies1-0/+4
2018-11-13Revert "http: Fix handling of server connection closure"Julian Andres Klode1-3/+4
2018-11-12http: Fix handling of server connection closureJulian Andres Klode1-4/+3
2018-10-14Merge branch 'feature/subkeys' into 'master'Julian Andres Klode1-18/+64
2018-09-18http: Stop pipeline after close only if it was not filled beforeJulian Andres Klode2-6/+21
2018-09-11Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies1-11/+29
2018-09-11Support subkeys properly in Signed-By optionsDavid Kalnischkies1-8/+36
2018-08-19Report (soon) worthless keys if gpg uses fpr for GOODSIGDavid Kalnischkies1-35/+24
2018-05-29Use steady clock source for bandwidth limitationDavid Kalnischkies2-10/+11
2018-05-28Remove unused time-tracking from http methodDavid Kalnischkies2-20/+0
2018-05-24Lower default timeout from 120s to 30sJulian Andres Klode4-5/+5
2018-05-24Handle a missed case of timed out ip addressesJulian Andres Klode1-0/+1
2018-05-19Reword error for timed out read/write on SOCKS proxyDavid Kalnischkies1-1/+6
2018-05-11use 127.0.0.1 instead of localhost as default Tor proxyDavid Kalnischkies1-1/+1
2018-05-07Remove obsolete RCS keywordsGuillem Jover13-16/+3
2018-04-06Allow restart_syscall() syscall in seccomp sandboxesJulian Andres Klode1-0/+1
2018-04-06Turn off seccomp sandboxing by defaultJulian Andres Klode1-1/+1
2018-02-19use a more standard approach to disable security for cdrom methodDavid Kalnischkies1-2/+8
2018-01-03non-local mirrorlists shouldn't redirect to localDavid Kalnischkies2-3/+47
2018-01-03add tag-based control over mirror choices from the listDavid Kalnischkies1-34/+103
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies1-1/+1
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies6-478/+251
2018-01-03Correctly report transient errors againJulian Andres Klode1-4/+8
2018-01-03Add rapid "happy eyeballs" connection fallback (RFC 8305)Julian Andres Klode1-26/+100
2018-01-03connect: Extract Connection::CheckError() methodJulian Andres Klode1-0/+6
2018-01-03connect: Store the IP used when picking a connectionJulian Andres Klode1-9/+5
2018-01-03connect: Extract a Connection structJulian Andres Klode1-8/+36
2018-01-03connect: Alternate address families for addressesJulian Andres Klode1-24/+48
2017-12-13report transient errors as transient errorsDavid Kalnischkies9-232/+433
2017-12-13mark some 500 HTTP codes as transient acquire errorsDavid Kalnischkies1-1/+13
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies1-1/+1
2017-11-19Also look at https_proxy for https URLsJulian Andres Klode1-4/+13
2017-11-12Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode1-1/+37
2017-10-27seccomp: Allow clock_nanosleep() and nanosleep() syscallsJulian Andres Klode1-0/+2
2017-10-26Drop unused gzip, lzma, bzip2, and xz symlinks of storeJulian Andres Klode1-1/+1