index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Swap deprecated @codingStandardsIgnore to phpcs:ignore
Umherirrender
2021-04-04
2
-4
/
+2
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-1
/
+0
*
Add a function to HttpRequestFactory for creating a GuzzleHttp\Client
Bill Pirkle
2020-10-22
1
-0
/
+36
*
Upstream MwHttpRequestToResponseInterfaceAdapter from Wikibase
Michael Große
2020-10-07
1
-0
/
+108
*
Fix GuzzleHttpRequest request headers
Tim Starling
2020-09-21
1
-4
/
+6
*
Updating guzzlehttp/guzzle (6.5.5 => 7.0.1)
Reedy
2020-09-18
1
-1
/
+0
*
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-0
/
+3
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-1
/
+1
*
Merge "Remove terminating line breaks from debug messages"
jenkins-bot
2020-06-03
2
-3
/
+3
|
\
|
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
2
-3
/
+3
*
|
Use HttpRequestFactory::createMultiClient() in core where possible
Tim Starling
2020-06-02
1
-12
/
+4
|
/
*
Respect configured default HTTP timeouts, and introduce max timeouts
Tim Starling
2020-05-21
5
-10
/
+118
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
3
-3
/
+3
*
doxygen: Changed Doxygen tags causing warnings during documentation generation
Holger Knust
2020-04-14
1
-1
/
+2
*
Support cookies in GuzzleHttpRequest
Edward Chernenko
2020-03-18
1
-3
/
+29
*
Update all use of $wgVersion to MW_VERSION
Timo Tijhof
2020-02-25
1
-4
/
+2
*
build: Upgrade mediawiki-phan-config to 0.9.2
Daimona Eaytoy
2020-02-21
1
-0
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
2
-2
/
+2
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-1
/
+0
*
Mimic CURLOPT_POST in GuzzleHttpRequest
Moritz Schubotz (physikerwelt)
2019-12-04
1
-0
/
+4
*
Remove unneeded return from MWHttpRequest::setCallback
Umherirrender
2019-11-08
1
-1
/
+1
*
Fix new phan errors, part 2
Daimona Eaytoy
2019-10-12
1
-1
/
+1
*
MWHttpRequest: Avoid usage of deprecated Http class methods
Derick Alangi
2019-10-09
1
-4
/
+5
*
phan: Removed PhanUndeclaredTypeParameter suppression
Umherirrender
2019-09-24
1
-2
/
+1
*
Fix type for timeout and connectTimeout in HttpRequestFactory::create
Umherirrender
2019-09-23
2
-4
/
+4
*
phan: Enable PhanTypeMismatchArgument issue
Umherirrender
2019-09-19
1
-1
/
+1
*
Declare dynamic properties
Daimona Eaytoy
2019-09-14
1
-0
/
+1
*
Upgrade phan config to 0.7.1
Daimona Eaytoy
2019-09-04
1
-1
/
+0
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-1
/
+1
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
2
-0
/
+11
*
Unsuppress other phan issues (part 4)
Daimona Eaytoy
2019-08-31
1
-0
/
+1
*
Return result from HttpRequestFactory get and post methods
daniel
2019-05-13
1
-2
/
+2
*
Deprecate the Http class
Aryeh Gregor
2019-05-06
6
-83
/
+180
*
Use https://www.php.net/ instead of https://secure.php.net/
Fomafix
2019-04-12
1
-2
/
+2
*
Replace strlen() calls with strict string comparisons
Thiemo Kreuz
2019-03-28
1
-1
/
+1
*
Remove various references to cURL in code comments
Timo Tijhof
2019-03-05
1
-4
/
+7
*
MWHttpRequest: Include the request ID in outgoing HTTP requests
Marko Obrovac
2019-02-08
1
-0
/
+2
*
Change HttpRequestFactory default to guzzle
Bill Pirkle
2019-02-08
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+1
*
Fix @param tags
Fomafix
2019-02-03
2
-2
/
+2
*
http: Support callback functions in GuzzleHttpRequest
Bill Pirkle
2019-01-24
4
-15
/
+119
*
Document header case in MWHttpRequest
Lucas Werkmeister
2019-01-21
1
-1
/
+2
*
Remove a CURLOPT_CONNECTTIMEOUT_MS check
Max Semenik
2019-01-07
1
-6
/
+1
*
Fix exception on certain http failures
Bill Pirkle
2018-12-14
1
-1
/
+1
*
Merge "Temporarily remove guzzle as default for HttpRequestFactory"
jenkins-bot
2018-12-13
1
-1
/
+1
|
\
|
*
Temporarily remove guzzle as default for HttpRequestFactory
Bill Pirkle
2018-12-13
1
-1
/
+1
*
|
Fix guzzle InvalidArgumentException when body is passed as an array
Bill Pirkle
2018-12-12
1
-1
/
+5
|
/
*
Create GuzzleHttpRequest class as new default for HttpRequestFactory
Bill Pirkle
2018-12-10
3
-6
/
+214
[next]