Commit Graph

4 Commits

Author SHA1 Message Date
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Max Preussner
cd3ced6cbc Sockets: Disabling socket handle inheritance on Windows
Windows enables inheritance for socket inheritance by default, which causes open listener sockets to be passed to client processes. This causes problems in certain scenarios, for example when restarting the Editor to load a new project, or when interfacing with the Android SDK (adb.exe).  Child processes or new instances of the Editor are then not able to bind to the listener ports.

#CodeReview: sam.zamani

[CL 2364217 by Max Preussner in Main branch]
2014-11-18 19:09:38 -05:00
Max Preussner
ec87082180 Sockets: Code and documentation cleanup pass
[CL 2364175 by Max Preussner in Main branch]
2014-11-18 18:49:50 -05:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00