summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2023-09-13common: fix a segfault in str_splitDanny Holman
Fix a bug in which str_split would segfault when the string is misformatted. Signed-off-by: Danny Holman <dholman@gymli.org>
2023-07-26common: create the common directoryDanny Holman
Create a directory for files that are shared between the reference client and server. Refactor the build scripts to reflect this restructuring. Signed-off-by: Danny Holman <dholman@gymli.org>