Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #988 fix compilation warning in json configuration file to legacy | OpenGnSys Support Team | 2020-09-15 | 1 | -8/+8 |
| | | | | | src/cfg.c: In function ‘from_json_to_legacy’: src/cfg.c:161:2: warning: format not a string literal and no format arguments [-Wformat-security] | ||||
* | #988 Check DB port size is in [0, UINT16_MAX] | Roberto Hueso Gómez | 2020-07-15 | 1 | -1/+2 |
| | | | | | Max port number is UINT16_MAX, so this checks whether this config parameter is in the correct range. | ||||
* | #988 Add DB port option to ogserver.json config file | Roberto Hueso Gómez | 2020-07-10 | 1 | -0/+4 |
| | | | | | This patch provides functionality to select a database port. It also adds a default IP for the database. | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+165 |
Use the same folder as in ogClient. |