summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* http: use Retry-After HTTP header to optimize retriesFelix Moessbauer2024-11-182-1/+29
* methods/http.cc: APT::StringView -> std::string_viewнаб2024-11-121-4/+3
* Turn char[APT_BUFFER_SIZE] buffers into std::array<char, APT_BUFFER_SIZE>наб2024-11-111-4/+5
* Remove ftp, rsh, ssh methods (disabled since 1.8)Julian Andres Klode2024-11-075-1921/+2
* Bump read()/write() loop buffers from 4k to APT_BUFFER_SIZE (64k). Bump FileF...наб2024-11-072-2/+2
* Only revoke weak RSA keys for now, add 'next' and 'future' levelsJulian Andres Klode2024-07-151-0/+11
* gpgv: Add a LaterWorthless level, a SoonWorthless but at 'audit' levelJulian Andres Klode2024-07-151-0/+10
* worker: Add an audit level to log audit messagesJulian Andres Klode2024-07-151-2/+10
* Revert "Temporarily downgrade key assertions to "soon worthless""Julian Andres Klode2024-04-091-1/+8
* Support building without gnutlsSteve Langasek2024-03-033-6/+26
* Temporarily downgrade key assertions to "soon worthless"Julian Andres Klode2024-02-281-8/+1
* Rename 'weak digest algorithm' to 'weak algorithm'Julian Andres Klode2024-02-281-1/+1
* Implement gpgv --assert-pubkey-algo=>=rsa2048,ed25519,ed448Julian Andres Klode2024-02-281-0/+20
* gpgv: Add a reason to worthless signersJulian Andres Klode2024-02-281-6/+26
* gpgv: Surface [GNUPG:] ERROR and [GNUPG:] WARNING status messagesJulian Andres Klode2024-02-281-0/+9
* Modernize standard library includesJulian Andres Klode2024-02-2014-47/+47
* methods: store: Use APT_BUFFER_SIZE (64k) instead of 4k buffersJulian Andres Klode2023-08-301-1/+1
* We do not believe rsh was supposed to exclude GPL-3Julian Andres Klode2023-03-061-0/+14
* Ignore return of .c_str() in preemptive call for signal handlerDavid Kalnischkies2023-01-293-3/+3
* Actually delete temporary apt-key.*.asc helper filesJulian Andres Klode2022-10-311-1/+1
* Fix mirror method dequeuing incorrect itemsTroy Varney2022-04-281-2/+14
* gpgv: Use Valid instead of Good to determine fallbackJulian Andres Klode2022-03-071-2/+2
* gpgv: Fix legacy fallback on unavailable keysJulian Andres Klode2022-03-071-4/+10
* 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