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 |
|
Sam Zamani
|
ef2cd08a96
|
Merging using UE4-To-UE4-LauncherReleases
#http
- expose LogHttp category
[CL 2357000 by Sam Zamani in Main branch]
|
2014-11-12 09:18:48 -05:00 |
|
Terence Burns
|
66a35a6c13
|
IOS mem management for request connections bug fix.
[CL 2323224 by Terence Burns in Main branch]
|
2014-10-08 16:58:02 -04:00 |
|
Terence Burns
|
83d52cfdcf
|
IOS and CURL : http cancel request now calls completed delegates, goes through ::FinishedRequest
#CodeReview David.Nikdel, Dmitry.Rekman, Chris.Babcock, Sam.Zamani
[CL 2323099 by Terence Burns in Main branch]
|
2014-10-08 15:12:11 -04:00 |
|
Ankit Khare
|
7a5cd45172
|
Github Pull Request : 345 Feature: Implement a basic HTTP request support for the HTML5 platform
#codereview james.moran
[CL 2321802 by Ankit Khare in Main branch]
|
2014-10-07 16:49:35 -04:00 |
|
Peter Knepley
|
39e4426a05
|
OpenSUSE SSL Bundle Path
#codereview Dmitry.Rekman
[CL 2320315 by Peter Knepley in Main branch]
|
2014-10-06 15:12:52 -04:00 |
|
Michael Noland
|
2f0a414b41
|
Engine: Coding-standards fixes (TypeName [*|&] VariableName -> TypeName[*|&] VariableName)
[CL 2316338 by Michael Noland in Main branch]
|
2014-10-01 14:45:04 -04:00 |
|