aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/http
Commit message (Expand)AuthorAgeFilesLines
* libs: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* http: ensure curl message queue is emptied in MultiHttpClientMáté Szabó2025-03-131-8/+11
* http: Promote MultiHttpClient warnings to errorsMáté Szabó2025-03-111-9/+25
* Replace remaining gendered pronounsTacsipacsi2025-03-021-1/+1
* http: remove outdated workaround for PHP bug 63411Máté Szabó2025-02-281-3/+4
* http: report curl_multi_exec() errors in MultiHttpClientMáté Szabó2025-02-281-12/+18
* doc: add warning re: telemetry headersChris Danis2025-01-301-1/+7
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-3/+0
* Various minor fixes to @var and @return docsthiemowmde2024-11-061-1/+1
* Make MultiHttpClient free from MediaWiki URL global functionsEbrahim Byagowi2024-09-091-3/+50
* Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-7/+11
* Replace all instances of "per default" with "by default"Tim Starling2024-04-291-3/+3
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-8/+8
* MultiHttpClient: Unset $this->cmh after closing itLucas Werkmeister2023-09-181-2/+3
* http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-122-3/+28
* Merge "http: Allow MultiHttpClient handle headers on construction phase"jenkins-bot2023-09-071-10/+27
|\
| * http: Allow MultiHttpClient handle headers on construction phasePiotr Miazga2023-09-071-10/+27
* | http: Strengthen invalid header check in MultiHttpClientTimo Tijhof2023-09-061-2/+2
|/
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-211-4/+4
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-211-4/+4
* | Use the null coalescing assignment operatorTim Starling2022-10-211-2/+2
|/
* Drop some pre-7.4 php compat codeAlexander Vorwerk2022-09-291-234/+0
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* Merge "phan: Upgrade mediawiki-phan-config to 0.11.1 and set minimum_target_p...jenkins-bot2022-03-291-4/+10
|\
| * phan: Upgrade mediawiki-phan-config to 0.11.1 and set minimum_target_php_versionJames D. Forrester2022-03-291-4/+10
* | phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
|/
* http,objectcache: Use local-unaware floats in sprintf() callsAaron Schulz2022-03-241-1/+1
* HttpRequestFactory: allow 0 to mean no max timeout.daniel2022-01-281-2/+2
* Merge "MultiHttpClient: Add note about PHP 8.0 support"jenkins-bot2022-01-261-0/+3
|\
| * MultiHttpClient: Add note about PHP 8.0 supportTim Starling2022-01-271-0/+3
* | Merge "Stop using is_resource() where possible"jenkins-bot2022-01-261-0/+2
|\ \
| * | Stop using is_resource() where possibleTim Starling2022-01-261-0/+2
| |/
* / Fix deprecation warning from CURLPIPE_HTTP1Tim Starling2022-01-251-4/+18
|/
* Log headers in MultiHttpClientKunal Mehta2021-11-291-6/+16
* MultiHttpClient: Check if $wgLocalHTTPProxy is false, not nullKunal Mehta2021-11-231-3/+3
* Merge "Support $wgLocalHTTPProxy in MultiHttpClient"jenkins-bot2021-11-221-11/+87
|\
| * Support $wgLocalHTTPProxy in MultiHttpClientKunal Mehta2021-11-161-11/+87
* | Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* | Remove old HTTP request implementationsPetr Pchelko2021-11-081-2/+1
|/
* MultiHttpClient: Allow setting HTTP protocol version in curlAlexandros Kosiaris2021-10-291-0/+22
* Always encode spaces in cookie values as "%20"Kevin Israel2021-10-151-28/+29
* MultiHttpClient: Replace PHP version check with defined()Reedy2021-06-231-1/+1
* build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-041-6/+2
* Swift HTTP client request log including timingsTim Starling2021-03-101-1/+41
* Use static closures where safe to useUmherirrender2021-02-112-6/+6
* Merge "Make use of CURLMOPT_MAX_HOST_CONNECTIONS conditional on having curl >...jenkins-bot2021-01-081-3/+7
|\
| * Make use of CURLMOPT_MAX_HOST_CONNECTIONS conditional on having curl >= 7.30.0Reedy2020-12-021-3/+7
* | http: Remove exception from MultiHttpClient for missing cURLAmmar Abdulhamid2021-01-061-4/+0