summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/json.c
AgeCommit message (Expand)Author
2023-06-22KNFClaudio Jeker
2023-06-05Sync json.c with rpki-client rev 1.3:Claudio Jeker
2023-05-05Sync json.c with the one from rpki-client. This adds json_do_string().Claudio Jeker
2023-04-26Use < 0 for fprintf() error checking and not == -1.Claudio Jeker
2023-04-26Verify each fprintf call for success. On failure stop calling fprintfClaudio Jeker
2023-04-26Use fprintf instead of printf and pass the FILE handle in json_do_start().Claudio Jeker
2023-04-26WhitespaceTheo Buehler
2022-08-31Add missing OpenBSD id commentClaudio Jeker
2020-05-04Using int64_t together with printf %llu is not portable. Either add aClaudio Jeker
2020-05-02Add support to output data in JSON. This is still work in progress andClaudio Jeker