Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #995 Add link speed parsing to client probe response | Jose M. Guisado | 2021-05-04 | 1 | -0/+1 |
| | | | | | | If a probe response contains speedinformation, parse and store it inside the client struct. Speed is interpreted as an unsigned integer representing Mbit/s. | ||||
* | #915 only API REST is supported | OpenGnSys Support Team | 2021-05-04 | 1 | -1/+0 |
| | | | | Socket hidra API has been removed, all connections use a REST API. | ||||
* | #580 remove old keepalive code | OpenGnSys Support Team | 2021-05-04 | 1 | -1/+0 |
| | | | | Needed by the old socket Hydra that does not exist anymore | ||||
* | #1022 increase maximum API REST request size | OpenGnSys Support Team | 2021-02-04 | 1 | -1/+1 |
| | | | | | Software inventory generates a request larger that 64 Kbytes. Rise the maximum API REST request size to 128 Kbytes. | ||||
* | #1004 Add GET /images | Javier Sánchez Parra | 2020-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds GET /images to the ogServer REST API. This call returns information of all the images in ogServer. Example response: { "images": [ { "filename": "ubuntu.img", "datasize": 2150400000, "size": 613476223, "modified": "Wed Sep 23 10:37:36 2020", "permissions": "744" }, { "filename": "test.img", "datasize": 2150400000, "size": 613236475, "modified": "Tue Sep 29 08:57:47 2020", "permissions": "744" } ], "disk": { "total": 52573995008, "free": 39624544256 } } | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+97 |
Use the same folder as in ogClient. |