Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1065 Avoid SIGPIPE errors in windows mode | Jose M. Guisado | 2021-11-17 | 1 | -2/+10 |
| | | | | | | | | | | 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. | ||||
* | ogClient is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 1 | -3/+3 |
| | | | | Update license header in files. | ||||
* | rename main.py to ogclient | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+36 |