Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1004 Fix integer overflow in datasize | Javier Sánchez Parra | 2020-09-29 | 1 | -1/+1 |
| | | | | ogClient datasize is now in bytes, update format to fix a possible overflow. | ||||
* | #941 Extend og_dbi_get_computer_info(...) | Roberto Hueso Gómez | 2020-09-22 | 1 | -5/+18 |
| | | | | | | For the strings in og_computer we do not need to know the max size in advance but instead we need to free up memmory using og_dbi_free_computer_info(...) function. | ||||
* | #941 pass og_dbi to og_dbi_get_computer_info() | OpenGnSys Support Team | 2020-09-18 | 1 | -40/+51 |
| | | | | Reuse the existing dbi handler, instead of opening a new one. | ||||
* | #941 move og_dbi_get_computer_info() to dbi | OpenGnSys Support Team | 2020-09-18 | 1 | -59/+0 |
| | | | | Move this function to the dbi.{h,c} files. | ||||
* | #1004 Handle new fields in /image/create response | Javier Sánchez Parra | 2020-09-10 | 1 | -3/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | ogClient now includes more information regarding the new image. This patch modifies ogServer to support new elements sent in ogClient /image/create response and store them in the database. Example of new /image/create response: { "disk": "1", "partition": "1", "code": "131", "id": "1", "name": "ubuntu", "repository": "192.168.56.10", "software": "Ubuntu 18.04.5 LTS \naccountsservice 0.6.45\n...", "clonator": "PARTCLONE", "compressor": "LZOP", "filesystem": "EXTFS", "datasize": 2100000 } New fields are "clonator", "compressor", "filesystem" and "datasize". | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+689 |
Use the same folder as in ogClient. |