summaryrefslogtreecommitdiffstats
path: root/sources/main.c
Commit message (Collapse)AuthorAgeFilesLines
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-84/+0
| | | | Use the same folder as in ogClient.
* #988 use ogserver.json fallback to legacy configuration fileOpenGnSys Support Team2020-06-261-5/+6
| | | | Check for ogserver.json file first, then fall back to legacy.
* #988 add json configuration fileRoberto Hueso Gómez2020-06-261-2/+10
| | | | New configuration file at /opt/opengnsys/cfg/ogserver.json
* #971 syslog on error from the initialization pathOpenGnSys Support Team2020-06-241-3/+9
|
* #971 rename ogAdmServer to ogserver in syslogOpenGnSys Support Team2020-06-241-1/+1
|
* #971 split socket core logic and main filesOpenGnSys Support Team2020-06-241-0/+69
Extract socket core and main from ogAdmServer file.