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
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 46.0.0
libraryupgrader
2025-01-31
1
-1
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
2
-10
/
+0
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
2
-4
/
+0
*
HttpRequestFactory: use Tracer telemetry
Chris Danis
2025-01-13
1
-2
/
+3
*
Merge "Replace isset() with null checks"
jenkins-bot
2024-12-19
1
-1
/
+1
|
\
|
*
Replace isset() with null checks
Umherirrender
2024-12-19
1
-1
/
+1
*
|
Replace isset() with falsy checks
Umherirrender
2024-12-19
1
-1
/
+1
|
/
*
MWHttpRequest: allow using local proxy in cli mode
Giuseppe Lavagetto
2024-12-03
1
-4
/
+1
*
Fix some more bool/null message params
Bartosz Dziewoński
2024-11-03
1
-1
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
4
-4
/
+4
*
Add @phan-mandatory-param for function name arguments
Umherirrender
2024-09-20
3
-6
/
+6
*
Merge "http: Remove timestamp from 'http' channel logs"
jenkins-bot
2024-09-17
1
-1
/
+1
|
\
|
*
http: Remove timestamp from 'http' channel logs
Bartosz Dziewoński
2024-09-17
1
-1
/
+1
*
|
Remove unchecked exception annotations
Adam Wight
2024-09-17
1
-2
/
+0
*
|
http: Add missing documentation to class properties
Umherirrender
2024-09-14
3
-0
/
+21
|
/
*
Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()
James D. Forrester
2024-09-10
1
-3
/
+3
*
Avoid use of deprecated global functions in MWHttpRequest
Ebrahim Byagowi
2024-09-09
1
-4
/
+8
*
Replace a few more uses of deprecated Status / StatusValue methods
Bartosz Dziewoński
2024-08-22
1
-1
/
+1
*
Add namespace and deprecation alias to MultiHttpClient
Ebrahim Byagowi
2024-05-20
1
-1
/
+1
*
Do not mark HttpRequestFactory as @internal
Martin Urbanec
2024-05-13
1
-1
/
+0
*
MWHttpRequest: Drop support for creating without timeout or connectionTimeout...
Piotr Miazga
2024-05-05
1
-22
/
+8
*
build: Resolve MediaWikiNoEmptyIfDefined suppression
Umherirrender
2024-02-14
1
-2
/
+1
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
2
-2
/
+3
*
Use the instanceof and ::class features instead of strings
thiemowmde
2024-02-02
1
-5
/
+3
*
Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other places
Bartosz Dziewoński
2024-01-02
1
-4
/
+3
*
shellbox: Use Telemetry class instead of WebRequest::getRequestId()
Piotr Miazga
2023-09-19
1
-0
/
+5
*
Merge "http: MultiHttpClient supports TelemetryHeadersInterface"
jenkins-bot
2023-09-12
3
-12
/
+20
|
\
|
*
http: MultiHttpClient supports TelemetryHeadersInterface
Piotr Miazga
2023-09-12
3
-12
/
+20
*
|
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
2
-1
/
+2
|
/
*
HttpRequestFactory: Minor cleanup
Reedy
2023-08-26
1
-10
/
+7
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
3
-1
/
+3
*
http: fix JobRunner overriding requestId with null
Piotr Miazga
2023-08-09
1
-0
/
+9
*
http: Propagate `tracestate` and `traceparent` headers
Piotr Miazga
2023-08-07
3
-5
/
+153
*
Remove deprecated MWHttpRequest::factory
Umherirrender
2023-04-26
1
-16
/
+0
*
Remove deprecated class Http
Umherirrender
2023-04-24
1
-152
/
+0
*
Merge "Hard-deprecate Http::request/get/post/userAgent/isValidURI"
jenkins-bot
2023-02-23
1
-5
/
+10
|
\
|
*
Hard-deprecate Http::request/get/post/userAgent/isValidURI
Umherirrender
2023-02-13
1
-5
/
+10
*
|
Hard-deprecate MWHttpRequest::factory
Umherirrender
2023-02-13
1
-1
/
+2
|
/
*
http: Log GuzzleHttpRequest requests
Gergő Tisza
2023-02-08
1
-3
/
+13
*
MWCallbackStream: Add explicit $stream property
Reedy
2022-12-27
1
-0
/
+3
*
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-4
/
+1
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-3
/
+3
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
2
-5
/
+4
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
2
-4
/
+5
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #3
Aryeh Gregor
2022-04-26
1
-22
/
+24
*
Use MainConfigNames instead of string literals
Aryeh Gregor
2022-04-11
2
-7
/
+16
*
Merge "phan: Remove PhanTypePossiblyInvalidDimOffset suppression"
jenkins-bot
2022-03-29
1
-0
/
+1
|
\
|
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+1
[next]