Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-09 | Fix hashmap_find() | Quinn Stephens | |
Modified hashmap_find() to properly fit the way lists work (where the list struct is technically a list entry at the end of a circular list). If this had not been fixed, hashmap_find() probably would have run into some sort of infinite loop or segmentation fault when it failed to find a matching entry. Signed-off-by: Quinn Stephens <quinn@osmora.org> | |||
2025-06-07 | Import OCC sources to OSMORA.ORG | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> Signed-off-by: Quinn Stephens <quinn@osmora.org> |