aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/client_main.c (unfollow)
Commit message (Collapse)Author
2023-04-29cmd_line: read executable name from /proc/self/exeEgor Tensin
2023-04-29dedupe command line routinesEgor Tensin
2023-04-29make struct client opaqueEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-08-23add some codeEgor Tensin
A basic client-server app, the client sends commands as an array of strings. Hopefully I didn't mess up, and hopefully it'll be useful.