FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/HttpClient - getsentry/sentry-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-php
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
474
Star
1.9k
Code
Issues
20
Pull requests
10
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sentry-php
src
HttpClient
on
sensitive-data-scrubber
User selector
Datepicker
Commit history
Commits on Feb 16, 2026
feat(transport): use share handle (#1996)
Litarnus
authored
1d481fc
View commit details
Copy full SHA for 1d481fc
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
chore(ci): update PHPUnit versions in CI matrix (#2001)
Show description for 466d340
authored
466d340
View commit details
Copy full SHA for 466d340
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
fix: Only call curl_close() in PHP < 8 (#1947)
jamieburchell
authored
4885d13
View commit details
Copy full SHA for 4885d13
View code at this point
Browse repository at this point
Commits on Jun 10, 2025
Remove @internal phpdoc from HttpClient (#1841)
Show description for 7758c22
kafkiansky
and
cleptric
authored
7758c22
View commit details
Copy full SHA for 7758c22
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
Always use `ms` scaled timeouts (#1785)
stayallive
authored
93f0673
View commit details
Copy full SHA for 93f0673
View code at this point
Browse repository at this point
Commits on Oct 28, 2024
feat: Add support timeouts in milliseconds for HTTP client (#1783)
nikolicaleksa
authored
af7955a
View commit details
Copy full SHA for af7955a
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
Expose setting `CURLSSLOPT_NATIVE_CA` as an option (#1776)
cleptric
authored
383514b
View commit details
Copy full SHA for 383514b
View code at this point
Browse repository at this point
Commits on May 24, 2024
Add error message to failed requests (#1722)
Show description for 7ed2844
authored
7ed2844
View commit details
Copy full SHA for 7ed2844
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
http_ssl_verify_peer sets CURLOPT_SSL_VERIFYPEER correctly (#1686)
Show description for 40ddd18
tanenbaum
and
cleptric
authored
40ddd18
View commit details
Copy full SHA for 40ddd18
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
Add support for Spotlight (#1647)
cleptric
authored
65d4e2d
View commit details
Copy full SHA for 65d4e2d
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
Check if the cURL extension is installed (#1632)
mfb
authored
1988283
View commit details
Copy full SHA for 1988283
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Add Request class (#1623)
cleptric
authored
4839e3b
View commit details
Copy full SHA for 4839e3b
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
Fix setting cURL request headers (#1620)
cleptric
authored
9775ecf
View commit details
Copy full SHA for 9775ecf
View code at this point
Browse repository at this point
Add HTTP client request body compression (#1615)
cleptric
authored
f0a7cd4
View commit details
Copy full SHA for f0a7cd4
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Update PHPCS (#1599)
cleptric
authored
f8b64d3
View commit details
Copy full SHA for f8b64d3
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Add a default cURL HTTP client (#1589)
cleptric
authored
83d6d01
View commit details
Copy full SHA for 83d6d01
View code at this point
Browse repository at this point
Commits on May 25, 2023
Use HTTP/1.1 when compression is enabled (#1542)
Show description for 6ce65ab
stayallive
and
cleptric
authored
6ce65ab
View commit details
Copy full SHA for 6ce65ab
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Minor cleanups (#1449)
nicolas-grekas
authored
bfa3193
View commit details
Copy full SHA for bfa3193
View code at this point
Browse repository at this point
Commits on May 16, 2022
Support http_connect_timeout and http_timeout options (#1282)
Show description for 627c83c
matthew-gill
and
ste93cry
authored
627c83c
View commit details
Copy full SHA for 627c83c
View code at this point
Browse repository at this point
Commits on May 12, 2022
Lower default `send_attempts` option to `0` and deprecate it (#1312)
stayallive
authored
d3fd98e
View commit details
Copy full SHA for d3fd98e
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Support handling of the server rate limits (#1291)
Show description for 4450cc4
ste93cry
authored
4450cc4
View commit details
Copy full SHA for 4450cc4
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
Merge master into develop (#1275)
Show description for baf9653
authored
baf9653
View commit details
Copy full SHA for baf9653
View code at this point
Browse repository at this point
Commits on Jun 4, 2021
Refactor HttpClientFactory (#1133)
Show description for 5279f0a
IonBazan
authored
5279f0a
View commit details
Copy full SHA for 5279f0a
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
Fix default value for client version (#1169)
Jean85
authored
d727bd1
View commit details
Copy full SHA for d727bd1
View code at this point
Browse repository at this point
Commits on Sep 14, 2020
Merge branch 'develop' into 3.x
Show description for 838b29d
stayallive
committed
838b29d
View commit details
Copy full SHA for 838b29d
View code at this point
Browse repository at this point
Commits on Sep 13, 2020
Symfony HTTP client support (#1084)
stayallive
authored
eba52ad
View commit details
Copy full SHA for eba52ad
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Merge develop into 3.x
HazAT
committed
9aa27d3
View commit details
Copy full SHA for 9aa27d3
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
Switch from Httplug HTTP factories to PSR-17 factories and return a promise from the transport (#1066)
ste93cry
authored
ae875f7
View commit details
Copy full SHA for ae875f7
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Cleanup various deprecated code and options (#1047)
ste93cry
authored
0acbc52
View commit details
Copy full SHA for 0acbc52
View code at this point
Browse repository at this point
Commits on Jul 17, 2020
Fix typehint errors caused by usage of non-PSR-17 factories while instantiating the Httplug cURL client (#1052)
stayallive
authored
f2b11fe
View commit details
Copy full SHA for f2b11fe
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Remove deprecated methods from the Options class related to getting the DSN option and its parts (#1044)
ste93cry
authored
5356a2b
View commit details
Copy full SHA for 5356a2b
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Fix the HTTP client timeouts not being set if the http_proxy option is not being used (#1034)
etlam
authored
c6acde7
View commit details
Copy full SHA for c6acde7
View code at this point
Browse repository at this point
Commits on May 6, 2020
Allow to pass either a PSR-17 or a Httplug stream factory to the constructor of the GzipEncoderPlugin class (#1012)
ste93cry
authored
944e4c7
View commit details
Copy full SHA for 944e4c7
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Extract all the logic related to the parsing and validation of the DSN to a value object (#995)
ste93cry
authored
b464c34
View commit details
Copy full SHA for b464c34
View code at this point
Browse repository at this point
Commits on Mar 23, 2020
Log internal debug and error messages to a PSR-3 compatible logger (#989)
ste93cry
authored
ca1dffe
View commit details
Copy full SHA for ca1dffe
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL