summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* Warn if the legacy trusted.gpg keyring is used for verificationJulian Andres Klode2022-02-221-1/+43
* Spelling fixesVille Skyttä2021-11-271-3/+3
* basehttp: Rename HaveContent's TristateCameron Katri2021-11-232-22/+22
* Add support for embedding PGP keys into Signed-By in deb822 sourcesJulian Andres Klode2021-10-181-5/+29
* Merge branch 'pu/content-length-0' into 'main'Julian Andres Klode2021-10-182-15/+28
|\
| * Set haveContent to FALSE on `Content-Length: 0`Julian Andres Klode2021-07-011-3/+9
| * basehttp: Turn HaveContent into a TriStateJulian Andres Klode2021-07-012-15/+22
* | Merge branch 'pu/ifrange' into 'main'Julian Andres Klode2021-10-181-2/+29
|\ \
| * | Disable HTTP Range usage if varnish < 6.4 is involvedDavid Kalnischkies2021-09-161-0/+27
| * | Add AllowRange option to disable HTTP Range usageDavid Kalnischkies2021-09-161-2/+2
| |/
* / Use https config on https proxies for http serversDavid Kalnischkies2021-09-134-69/+82
|/
* Turn TLS handshake issues into transient errorsJulian Andres Klode2021-05-121-1/+1
* Fix downloads of unsized files that are largest in pipelineJulian Andres Klode2021-04-131-0/+4
* Allow merging with empty pdiff patchesDavid Kalnischkies2021-03-061-1/+5
* Ensure HTTP status code text has sensible contentDavid Kalnischkies2021-02-042-1/+4
* Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-043-15/+27
* Use error reporting instead of assert in rred patchingDavid Kalnischkies2021-02-041-68/+88
* connect: use ServiceNameOrPort, not Port, as the cache keyFaidon Liambotis2020-12-231-4/+7
* connect: convert a C-style string to std::stringFaidon Liambotis2020-12-231-11/+8
* basehttp: also consider Access when a Server's URIFaidon Liambotis2020-12-231-1/+1
* Implement encoded URI handling in all methodsDavid Kalnischkies2020-12-1812-30/+57
* 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