summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* Support compressed output from rred similar to apt-helper cat-filefeature/rredDavid Kalnischkies2020-11-071-2/+34
* Support reading compressed patches in rred direct call modesDavid Kalnischkies2020-11-071-1/+1
* Prepare rred binary for external usageDavid Kalnischkies2020-11-072-45/+88
* Rewrite HttpServerState::Die()Julian Andres Klode2020-08-111-28/+18
* http: Fully flush local file both before/after server readJulian Andres Klode2020-08-113-19/+26
* http: Do not use non-blocking local I/OJulian Andres Klode2020-08-111-10/+0
* http: Restore successful exits from Die()Julian Andres Klode2020-08-111-4/+6
* Do not retry on failure to fetchJulian Andres Klode2020-08-101-20/+13
* basehttp: Correctly handle non-transient failure from RunData()Julian Andres Klode2020-08-051-12/+3
* http: Fix infinite loop on read errorsJulian Andres Klode2020-08-051-3/+10
* Merge branch 'pu/http-fixes-2' into 'master'Julian Andres Klode2020-08-041-1/+2
|\
| * http: Always write to the file if there's something to writeJulian Andres Klode2020-08-041-1/+2
* | Merge branch 'pu/less-slaves' into 'master'Julian Andres Klode2020-08-042-7/+7
|\ \ | |/ |/|
| * gpgv: Rename master to primaryJulian Andres Klode2020-08-041-4/+4
| * CMake: Rename add_slaves() to add_links()Julian Andres Klode2020-07-141-3/+3
* | http: Redesign reading of pending dataJulian Andres Klode2020-07-241-10/+8
* | http: On select timeout, error out directly, do not call Die()Julian Andres Klode2020-07-241-1/+1
* | http: Finish copying data from server to file before sending stuff to serverJulian Andres Klode2020-07-241-7/+7
* | http: Die(): Do not flush the buffer, error out insteadJulian Andres Klode2020-07-241-18/+3
* | http: Only return false for EOF if we actually did not read anythingJulian Andres Klode2020-07-241-4/+4
* | http: Die(): Merge flushing code from Flush()Julian Andres Klode2020-07-241-0/+5
* | http: Always Close() the connection in Die()Julian Andres Klode2020-07-241-2/+2
|/
* Reorder config check before checking systemd for non-interactive httpDavid Kalnischkies2020-07-021-9/+13
* Replace some magic 64*1024 with APT_BUFFER_SIZEJulian Andres Klode2020-06-231-1/+1
* ubuntu: http: Add non-interactive to user agent if run by systemdJulian Andres Klode2020-04-092-2/+21
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-261-1/+0
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-0/+1
* seccomp: Allow recvmmsg_time64() and futex_time64()Julian Andres Klode2020-02-101-0/+2
* seccomp: Allow time64 variants (>402,<415) of allowed syscallsJulian Andres Klode2020-02-091-0/+6
* netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode2020-01-151-0/+12
* Rename _count() macro to APT_ARRAY_SIZE()Julian Andres Klode2020-01-071-1/+2
* Fix some style warnings from cppcheckDavid Kalnischkies2019-11-261-11/+9
* Fix typos reported by codespell in code commentsDavid Kalnischkies2019-07-102-5/+6
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-0810-22/+16
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-1/+1
* http: Fix Host header in proxied https connectionsSimon Körner2019-06-111-3/+3
* Merge tag '1.8.2'Julian Andres Klode2019-06-111-28/+51
|\
| * methods: https: handle requests for TLS re-handshakeMichael Zhivich2019-05-211-28/+51
* | apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-309-17/+17
* | Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-301-1/+1
* | Fix new gcc-9 warning -Wpessimizing-moveDavid Kalnischkies2019-04-161-1/+1
|/
* aptmethod.h: Do not have gcc warning about ignoring write() resultJulian Andres Klode2019-02-051-0/+7
* Communicate back which key(s) were used for signingDavid Kalnischkies2019-01-221-19/+60
* Refactor internal Signers information storage in gpgvDavid Kalnischkies2019-01-221-73/+67
* Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode2018-12-041-11/+36
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Allow setting Referer header for http methodDavid Kalnischkies2018-11-251-0/+4
* Revert "http: Fix handling of server connection closure"Julian Andres Klode2018-11-131-3/+4
* http: Fix handling of server connection closureJulian Andres Klode2018-11-121-4/+3
* Merge branch 'feature/subkeys' into 'master'Julian Andres Klode2018-10-141-18/+64
|\