Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #941 Extend og_dbi_get_computer_info(...) | Roberto Hueso Gómez | 2020-09-22 | 1 | -8/+45 |
| | | | | | | 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 | -11/+2 |
| | | | | 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 | -0/+54 |
| | | | | Move this function to the dbi.{h,c} files. | ||||
* | #988 Add DB port option to ogserver.json config file | Roberto Hueso Gómez | 2020-07-10 | 1 | -0/+1 |
| | | | | | 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/+45 |
Use the same folder as in ogClient. |