Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #941 Missing error in actualizaSoftware() and memleak in result | OpenGnSys Support Team | 2020-03-26 | 1 | -2/+3 |
| | | | | | | This patch fixes e052fdceec013 that adds a missing error in case the insertion fails. This also releases the result in case the entry exists. | ||||
* | #580 double free in checkDato() | OpenGnSys Support Team | 2020-03-24 | 1 | -2/+0 |
| | | | | This is fixing e052fdceec013 that releases the libdbi result twice. | ||||
* | #915 remove dead code in ogAdmServer | OpenGnSys Support Team | 2020-03-07 | 1 | -27/+0 |
| | | | | These have been replaced by the new REST API. | ||||
* | #580 Fix uninitialized variables in ogAdmServer | Roberto Hueso Gómez | 2020-03-07 | 1 | -1/+6 |
| | | | | This patch ensures that some variables are initialized before using them. | ||||
* | #967 rename .cpp to .c | OpenGnSys Support Team | 2020-03-05 | 1 | -0/+4907 |
This actually is C code, use the gcc compiler instead. |