aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/command.c (follow)
Commit message (Collapse)AuthorAge
* best practices & coding style fixesEgor Tensin2023-05-13
| | | | | | | | * 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.
* add command module to handle request-response communicationsEgor Tensin2023-05-13