Commit Graph

54 Commits

Author SHA1 Message Date
Sam Zamani
0f685f688e Merging using UE4-To-UE4-LauncherDev
#http,curl
- disable printing of "Authorization" header info to log

[CL 2643373 by Sam Zamani in Main branch]
2015-08-04 10:02:01 -04:00
Ben Marsh
168022685e Fix non-unity compile error.
[CL 2625362 by Ben Marsh in Main branch]
2015-07-18 18:15:19 -04:00
Sam Zamani
d500c3d91d Merging using UE4-To-UE4-LauncherDev
[CL 2595359 by Sam Zamani in Main branch]
2015-06-22 10:21:27 -04:00
Matt Kuhlenschmidt
b2833d4efa Allow HTTP redirects to be followed in the CurlHTTPRequest implementation
Fixes https://jira.ol.epicgames.net/browse/UE-16988

#codereview sam.zamani

[CL 2591970 by Matt Kuhlenschmidt in Main branch]
2015-06-18 10:24:41 -04:00
John Abercrombie
0bacc967eb Merging using UE4-Fortnite-To-UE4 @ CL 2578109
[CL 2584863 by John Abercrombie in Main branch]
2015-06-11 16:25:03 -04:00
Sam Zamani
35481d988d Merging using UE4-To-UE4-LauncherDev
#online,mcp
- fix for invalid parsing of response payload for non-errors

[CL 2584252 by Sam Zamani in Main branch]
2015-06-11 11:01:57 -04:00
James Moran
1e09f3b5bd Add -Wshadow on HTML5. Fixed errors relating to it. UE-14250
Fixed some potential issues from incoming SDK release. Removed unnecessary js lib.

[CL 2524336 by James Moran in Main branch]
2015-04-24 10:49:50 -04:00
Ankit Khare
dd0b72b2c0 HTML5: match HttpCurl functionality. Remove explicit encoding for url, browser already does that for you.
[CL 2514873 by Ankit Khare in Main branch]
2015-04-16 16:08:06 -04:00
Ankit Khare
3493522c66 HTML5 - UE-13069 - wrong http headers and UE-13431 (unexpected characters at end of POST string)
#codereview james.moran

[CL 2506161 by Ankit Khare in Main branch]
2015-04-08 20:25:32 -04:00
Ankit Khare
95aa245284 Correctly set response code on error for HTML5 HttpRequests.
[CL 2497673 by Ankit Khare in Main branch]
2015-03-31 16:21:06 -04:00
Ben Marsh
0d2dc6f908 Allow libcurl to be included in Rocket builds; it already is included for Android.
[CL 2484336 by Ben Marsh in Main branch]
2015-03-19 08:52:17 -04:00
Carlos Cuello
6f1ac76399 [INTEGRATE] UE4-LauncherDev->UE4 integrate all up to cl 2475889
[CL 2478426 by Carlos Cuello in Main branch]
2015-03-13 08:26:18 -04:00
Gil Gribb
35cf42566a UE4 - merge GDC branch, code @2465640 to main
[CL 2468685 by Gil Gribb in Main branch]
2015-03-04 08:31:40 -05:00
Saul Abreu
79a26091bf Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
#codereview Steve.Robb, Robert.Manuszewski

[CL 2466824 by Saul Abreu in Main branch]
2015-03-02 15:51:37 -05:00
Peter Sauerbrei
cbf0440df3 CIS fix
#ios

[CL 2431691 by Peter Sauerbrei in Main branch]
2015-02-04 10:11:19 -05:00
Max Preussner
256933f5ab Merging using UE4-To-UE4-LauncherDev, up to CL 2431138
#CodeReview: carlos.cuello

[CL 2431178 by Max Preussner in Main branch]
2015-02-04 00:28:16 -05:00
Graeme Thornton
b7f66f40b8 Change many string replace/compare/find operations which use a fixed case search pattern to be case sensitive. This avoids unnecessary expensive string case operations when searching for things like dots and slashes.
[CL 2425834 by Graeme Thornton in Main branch]
2015-01-30 10:52:42 -05:00
Max Preussner
63c4c4e353 Merging using UE4-To-UE4-LauncherDev, CL 2424232, 2424451, 2424469, re-applied 2424198 (was incomplete)
[CL 2424512 by Max Preussner in Main branch]
2015-01-29 17:12:48 -05:00
Michael Trepka
30bd9f6811 Fixed problems with use of TArrays and NSMutableData in MacHTTP
[CL 2406167 by Michael Trepka in Main branch]
2015-01-14 13:44:22 -05:00
Jaroslaw Surowiec
1085fb3b7a Core - UE/UE-6813 - Confusing API: We have both FMemory::MemZero() and FMemory:Memzero()
[CL 2405761 by Jaroslaw Surowiec in Main branch]
2015-01-14 04:21:10 -05:00
Carlos Cuello
886ba3c69a [INTEGRATE] UE4-LauncherReleases->UE4 integrate all up to cl 2392917
[CL 2393224 by Carlos Cuello in Main branch]
2014-12-18 18:22:41 -05:00
Carlos Cuello
4d3cdfec85 Fix for jira OPP-1885, crash when calling FinishedRequest() on a request that's already been cleared.
[CL 2391312 by Carlos Cuello in Main branch]
2014-12-17 11:57:39 -05:00
Ankit Khare
fed4adcec6 fix deprecated api which was generating a warning for html5.
[CL 2383751 by Ankit Khare in Main branch]
2014-12-10 12:08:56 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Leigh Swift
ea6d410e22 WinINet: Moving GetLastError call so that it is not always returning 0 when http logging is switched on. Also adding it to the basic InternetReadFile log output for extra info.
[CL 2372522 by Leigh Swift in Main branch]
2014-12-01 10:28:04 -05:00