Go to file
Jose M. Guisado fd1f01d76b #1065 Avoid SIGPIPE errors in windows mode
SIGPIPE is only available on Unix. Add try/except so that this
import does not crash ogclient when running in Windows mode.

Only assign SIG_DFL handler to SIGPIPE when mode is not windows.

Prefer signal.signal over signal alone to better distinguish module from
function.
2021-11-17 13:00:33 +01:00
cfg #1060 virtual: enable audio and wifi vfio by default 2021-09-01 13:33:18 +02:00
src #1065 linux: add shell run operation 2021-11-15 13:39:42 +01:00
tests ogClient is AGPLv3+ 2021-05-14 00:19:28 +02:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
COPYING Rename LICENSE to COPYING 2020-06-18 16:45:46 +02:00
ogclient #1065 Avoid SIGPIPE errors in windows mode 2021-11-17 13:00:33 +01:00
setup.py Rename 'linux' folder and operations to 'live' 2020-12-03 13:38:43 +01:00