Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -97/+0 |
| | | | | Use the same folder as in ogClient. | ||||
* | #988 add json configuration file | Roberto Hueso Gómez | 2020-06-26 | 1 | -2/+0 |
| | | | | New configuration file at /opt/opengnsys/cfg/ogserver.json | ||||
* | #980 Add Virtual status | Javier Sánchez Parra | 2020-06-26 | 1 | -0/+1 |
| | | | | | Since version 1.2.0, OpenGnsys supports ogVDI hypervisor OS. This commit a new status which indicates that clients are running ogVDI. | ||||
* | #971 split into smaller file | OpenGnSys Support Team | 2020-06-18 | 1 | -0/+98 |
Split ogAdmServer into several files: * sources/rest.c that implements the server REST API. * sources/client.c that implements the client REST API. * sources/json.c that provides a few JSON helpers. |