]> git.mxchange.org Git - friendica.git/history - src/Network/HTTPRequest.php
Issue 9137: Fix "Incorrect integer value:"
[friendica.git] / src / Network / HTTPRequest.php
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 ...