summaryrefslogtreecommitdiffstats
path: root/sources/rest.h
Commit message (Collapse)AuthorAgeFilesLines
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-97/+0
| | | | Use the same folder as in ogClient.
* #988 add json configuration fileRoberto Hueso Gómez2020-06-261-2/+0
| | | | New configuration file at /opt/opengnsys/cfg/ogserver.json
* #980 Add Virtual statusJavier Sánchez Parra2020-06-261-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 fileOpenGnSys Support Team2020-06-181-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.