| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix memory leak on failed realloc(3) | Xavier Del Campo Romero | 2023-03-04 | 4 | -33/+79 |
| | | | | | | | | | | | According to C99 ยง7.20.3.4: If memory for the new object cannot be allocated, the old object is not deallocated and its value is unchanged. Therefore, a temporary pointer must be used to ensure the original object can still be deallocated should realloc(3) return a null pointer. | ||||
| * | Add man page | Xavier Del Campo Romero | 2023-02-28 | 1 | -0/+123 |
| | | |||||
| * | Add usergen | Xavier Del Campo Romero | 2023-02-28 | 1 | -0/+29 |
| | | | | | | | This script takes a username and password from standard input and generates a JSON object that can be appended to the "users" object in db.json. | ||||
| * | Add Makefile | Xavier Del Campo Romero | 2023-02-28 | 1 | -0/+34 |
| | | |||||
| * | Add .gitignore | Xavier Del Campo Romero | 2023-02-28 | 1 | -0/+4 |
| | | |||||
| * | Import dynstr | Xavier Del Campo Romero | 2023-02-28 | 2 | -0/+3 |
| | | |||||
| * | Initial commit | Xavier Del Campo Romero | 2023-02-28 | 20 | -0/+6123 |
