Revert "Use CurlResult for failed HTTPRequests (legacy usage)"
[friendica.git/.git] / src / Network / HTTPRequest.php
2020-10-11 PhilippRevert "Use CurlResult for failed HTTPRequests (legacy...
2020-10-11 PhilippRevert "HTTPRequest: Replace getInfo() with new paramet...
2020-10-11 PhilippRevert "Fix redirect logging"
2020-10-11 PhilippRevert "Remove unnecessary exception message (avoid...
2020-10-11 Michael VogelMerge pull request #9414 from nupplaphil/bug/guzzle
2020-10-11 PhilippFix GuzzleHttpClient
2020-10-11 Michael VogelMerge pull request #9411 from tobiasd/20201011-de
2020-10-11 Hypolite PetovanMerge pull request #9409 from annando/twitter-announce
2020-10-11 Hypolite PetovanMerge pull request #9400 from nupplaphil/task/guzzle_http
2020-10-10 PhilippRemove unnecessary exception message (avoid log flooding)
2020-10-10 PhilippFix redirect logging
2020-10-10 PhilippHTTPRequest: Replace getInfo() with new parameter ...
2020-10-10 PhilippUse CurlResult for failed HTTPRequests (legacy usage)
2020-10-10 PhilippFix IHTTPResult::getHeader/s()
2020-10-10 PhilippUse Guzzle for HTTPRequest and Result
2020-09-20 Hypolite PetovanMerge remote-tracking branch 'friendica/stable' into...
2020-09-20 Tobias DiekershoffMerge branch '2020.09-rc' into stable
2020-09-20 Tobias DiekershoffMerge pull request #9146 from tobiasd/2020.09-CHANGELOG
2020-09-20 Hypolite PetovanMerge pull request #9242 from nupplaphil/bug/9142-messa...
2020-09-17 Hypolite PetovanMerge pull request #9217 from annando/fix-empty-preview
2020-09-16 Michael VogelMerge pull request #9197 from MrPetovan/bug/9192-normal...
2020-09-16 MichaelMerge branch 'send-relais' of github.com:annando/friend...
2020-09-16 MichaelMerge remote-tracking branch 'upstream/2020.09-rc'...
2020-09-16 Hypolite PetovanMerge pull request #9213 from annando/new-relay-server
2020-09-16 Hypolite PetovanMerge pull request #9212 from annando/nofinalurlfeed
2020-09-16 MichaelRemove unneeded function
2020-09-16 MichaelConfigurable list of domains to ignore redirects
2020-09-08 Hypolite PetovanMerge branch 'bug/phpinfo-accessible-hotfix' into 2020...
2020-09-08 Hypolite PetovanMerge branch 'bug/phpinfo-accessible-hotfix' into develop
2020-08-22 Michael VogelMerge pull request #8909 from MrPetovan/task/ex_auth
2020-08-20 Adam ClarkMerge branch 'develop' of https://github.com/friendica...
2020-08-20 Tobias DiekershoffMerge pull request #9039 from MrPetovan/task/frio-accen...
2020-08-18 Tobias DiekershoffMerge pull request #9025 from annando/timeout-loop
2020-08-18 MichaelAvoid loop situations and connection timeouts
2020-08-17 realkinetixMerge pull request #1 from friendica/develop
2020-08-11 Michael VogelMerge pull request #8986 from MrPetovan/task/8918-move...
2020-08-08 Hypolite PetovanMerge pull request #8900 from tobiasd/20200718-serverbl...
2020-08-07 Michael VogelMerge pull request #8982 from MrPetovan/task/8918-move...
2020-08-07 Hypolite PetovanMerge pull request #8983 from annando/probe-lock
2020-08-07 MichaelReworked "getIdForURL"
2020-07-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-07-28 Michael VogelMerge pull request #8931 from MrPetovan/task/2020-perfo...
2020-07-27 Hypolite PetovanGenerate callstack value from inside Profiler::saveTime...
2020-07-25 Michael VogelMerge pull request #8911 from MrPetovan/task/curl_DI
2020-07-21 nupplaPhilIntroduce interface "IHTTPRequest" (rely on abstraction...
2020-07-21 nupplaPhilRename "fetchUrl" and "fetchUrlFull" to "fetch" and...
2020-07-21 nupplaPhilRename "HTTPRequest::curl()" to HTTPRequest::get()
2020-07-21 nupplaPhilMove "HTTPRequest::finalUrl" dynamic
2020-07-21 nupplaPhilMove "Network::finalUrl" to "HTTPRequest" class
2020-07-21 nupplaPhilMove "getUserAgent()" to "HTTPRequest" class
2020-07-21 nupplaPhilFixing post()
2020-07-21 nupplaPhilMake "HTTPRequest::fetchUrl" dynamic
2020-07-21 nupplaPhilMake "HTTPRequest::fetchUrlFull" dynamic
2020-07-21 nupplaPhilMake "HTTPRequest::post" dynamic
2020-07-21 nupplaPhilMake "HTTPRequest::curl" dynamic
2020-07-21 nupplaPhilIntroduce HTPPRequest DI call and constructor
2020-07-21 nupplaPhilMove post/curl/fetchUrl/fetchUrlFull to own class ...