Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #941 Move OG_COMPUTER_NAME_MAXLEN to dbi.h | Roberto Hueso Gómez | 2020-06-24 | 1 | -4/+2 |
| | | | | | This parameter is actually a database related parameter so now it is renamed to OG_DB_COMPUTER_NAME_MAXLEN. | ||||
* | #971 split into smaller file | OpenGnSys Support Team | 2020-06-18 | 1 | -0/+689 |
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. |