summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/json.h
AgeCommit message (Expand)Author
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-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
2022-08-31Add missing OpenBSD id commentClaudio Jeker
2020-10-21No need to include sys/cdefs.h hereClaudio 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