Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: add safe_strtoull for safe string to number conversion | Alejandro Sirgo Rica | 12 days | 1 | -0/+28 |
| | | | | | | | | | Add safe_strtoull to validate the execution of strtoull. Definining the base of the number is required becase partition codes are base 16 but they lack the 0x prefix. Replace uses of atoi and strtoull/strtoul and log the conversion errors. | ||||
* | src: add str_toupper and str_tolower functions | Alejandro Sirgo Rica | 2024-07-15 | 1 | -2/+10 |
| | | | | Add auxiliar string case change functions. | ||||
* | ogServer is AGPLv3+ | OpenGnSys Support Team | 2021-05-04 | 1 | -2/+3 |
| | | | | Update license header in files. | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+22 |
Use the same folder as in ogClient. |