Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #980 Fix memleak in og_cmd_scope_get | Roberto Hueso Gómez | 2020-06-30 | 1 | -1/+6 |
| | | | | | If either root or children_root fail to be created but the other one does not, then reserved memory for the successful one would not be freed. | ||||
* | #980 Add GET /modes REST request | Roberto Hueso Gómez | 2020-06-30 | 1 | -0/+54 |
| | | | | | | | | | | | | | | | | | | | This patch implements HTTP GET /modes request which returns all modes available for clients: Request: GET /modes HTTP/1.0 Response: 200 OK { "modes": [ "pxe", "10", "13", "00unknown", "11", "19pxeADMIN", "12" ] } | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 22 | -0/+7638 |
Use the same folder as in ogClient. |