virtualx-engine/drivers
Fabio Alessandrelli 9c91b2051a Disable socket descriptor sharing with subprocs.
On Unix systems, sockets are like file descriptors, and file descriptors
are usually shared among child processes.
This means, that if we spawn a subprocess (or we fork) like we do in the
editor, open file descriptors will leak to the new process.
This causes issue with sockets as they might remain open and bound
(listening) when the original process closes.
2019-10-07 11:53:01 +02:00
..
alsa Changed some code found by Clang Tidy and Coverity 2019-09-22 18:45:08 +02:00
alsamidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
convex_decomp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coreaudio Exposes capture methods to AudioServer, variable renames for consistency, 2019-07-15 15:12:29 +01:00
coremidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
dummy Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
gl_context SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
gles2 Merge pull request #32510 from clayjohn/GLES2-fix-black-editor-and-crash 2019-10-03 08:16:19 +02:00
gles3 Removed unnecessary shader error log messages 2019-10-02 12:37:22 +03:00
png Provide error messages when PNG save fails 2019-09-01 14:16:17 +03:00
pulseaudio Merge pull request #31077 from qarmin/coverity_bugs 2019-08-07 13:49:33 +02:00
unix Disable socket descriptor sharing with subprocs. 2019-10-07 11:53:01 +02:00
wasapi Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
windows FileAccessWindows: Add errno include for MinGW 2019-08-21 10:52:57 +02:00
winmidi Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
xaudio2 Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
register_driver_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_driver_types.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
SCsub Drop RtAudio driver on Windows 2019-02-20 13:47:01 +01:00