aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/command.c (unfollow)
Commit message (Collapse)Author
2023-05-13best practices & coding style fixesEgor Tensin
* I don't really need to declare all variables at the top of the function anymore. * Default-initialize variables more. * Don't set the output parameter until the object is completely constructed.
2023-05-13add command module to handle request-response communicationsEgor Tensin