Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: inet_aton() returns 0 on error | OpenGnSys Support Team | 2024-10-01 | 1 | -1/+1 |
| | | | | not < 0, fix this. | ||||
* | rest: allow repository to have more than one IP address | OpenGnSys Support Team | 2024-08-21 | 1 | -0/+141 |
Repository can have more than one single IP address. * Add alias field to database to represent the extra IPs that are attached to the repository, update schema and add version 9. * Use og_dbi_get_repository_ip() to infer the repository IP address. * Add helper functions (src/repo.c) to build a list of repositories and update rest API to use it. |