summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2020-12-23connect: use ServiceNameOrPort, not Port, as the cache keyFaidon Liambotis
2020-12-23connect: convert a C-style string to std::stringFaidon Liambotis
2020-12-23basehttp: also consider Access when a Server's URIFaidon Liambotis
2020-12-18Implement encoded URI handling in all methodsDavid Kalnischkies
2020-11-07Support compressed output from rred similar to apt-helper cat-fileDavid Kalnischkies
2020-11-07Support reading compressed patches in rred direct call modesDavid Kalnischkies
2020-11-07Prepare rred binary for external usageDavid Kalnischkies
2020-08-11Rewrite HttpServerState::Die()Julian Andres Klode
2020-08-11http: Fully flush local file both before/after server readJulian Andres Klode
2020-08-11http: Do not use non-blocking local I/OJulian Andres Klode
2020-08-11http: Restore successful exits from Die()Julian Andres Klode
2020-08-10Do not retry on failure to fetchJulian Andres Klode
2020-08-05basehttp: Correctly handle non-transient failure from RunData()Julian Andres Klode
2020-08-05http: Fix infinite loop on read errorsJulian Andres Klode
2020-08-04Merge branch 'pu/http-fixes-2' into 'master'Julian Andres Klode
2020-08-04Merge branch 'pu/less-slaves' into 'master'Julian Andres Klode
2020-08-04gpgv: Rename master to primaryJulian Andres Klode
2020-08-04http: Always write to the file if there's something to writeJulian Andres Klode
2020-07-24http: Redesign reading of pending dataJulian Andres Klode
2020-07-24http: On select timeout, error out directly, do not call Die()Julian Andres Klode
2020-07-24http: Finish copying data from server to file before sending stuff to serverJulian Andres Klode
2020-07-24http: Die(): Do not flush the buffer, error out insteadJulian Andres Klode
2020-07-24http: Only return false for EOF if we actually did not read anythingJulian Andres Klode
2020-07-24http: Die(): Merge flushing code from Flush()Julian Andres Klode
2020-07-24http: Always Close() the connection in Die()Julian Andres Klode
2020-07-14CMake: Rename add_slaves() to add_links()Julian Andres Klode
2020-07-02Reorder config check before checking systemd for non-interactive httpDavid Kalnischkies
2020-06-23Replace some magic 64*1024 with APT_BUFFER_SIZEJulian Andres Klode
2020-04-09ubuntu: http: Add non-interactive to user agent if run by systemdJulian Andres Klode
2020-02-26cdrom: Remove old udev dlopen stuffJulian Andres Klode
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
2020-02-10seccomp: Allow recvmmsg_time64() and futex_time64()Julian Andres Klode
2020-02-09seccomp: Allow time64 variants (>402,<415) of allowed syscallsJulian Andres Klode
2020-01-15netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode
2020-01-07Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode
2019-11-26Fix some style warnings from cppcheckDavid Kalnischkies
2019-07-10Fix typos reported by codespell in code commentsDavid Kalnischkies
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode
2019-06-11http: Fix Host header in proxied https connectionsSimon Körner
2019-06-11Merge tag '1.8.2'Julian Andres Klode
2019-05-21methods: https: handle requests for TLS re-handshakeMichael Zhivich
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode
2019-04-16Fix new gcc-9 warning -Wpessimizing-moveDavid Kalnischkies
2019-02-05aptmethod.h: Do not have gcc warning about ignoring write() resultJulian Andres Klode
2019-01-22Communicate back which key(s) were used for signingDavid Kalnischkies
2019-01-22Refactor internal Signers information storage in gpgvDavid Kalnischkies
2018-12-04Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies