summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Collapse)Author
14 daysImprove error code formattingfixesAsbjørn Sloth Tønnesen
For text output, allocate exactly the right buffer size. For JSON output, return error codes as an array, not just a concatinated text string.
2025-12-05Add JSON outputAsbjørn Sloth Tønnesen
2023-07-10fix silly usleep(50)Asbjørn Sloth Tønnesen
Increase sleep from 50 μs to 5 ms.
2023-07-10fix coding styleAsbjørn Sloth Tønnesen
2017-05-31Added support for variable timeout.Johny Mattsson
2017-05-30Initial import.Johny Mattsson