summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/output-json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use strftime() rather than ctime() to generate timestamps nicer.deraadt2020-05-031-4/+6
* Make it clear the date is in UTC.deraadt2020-05-031-2/+2
* Place elapsed, user, and system time for processing in the comment headers.deraadt2020-04-301-2/+6
* json should have headers in same orderderaadt2020-04-291-4/+4
* re-organize statistics printing code, to make it less verbose andderaadt2020-04-281-39/+29
* Print statistics as comments at the top of the files which can takederaadt2020-04-281-3/+63
* use return x; instead of return (x);, like all other files here.benno2019-12-041-6/+6
* split output management code into seperate file. iterate over outputderaadt2019-12-041-14/+15
* output_createtmp() remembers the true name, so output_finish() does notderaadt2019-12-021-3/+2
* Tweak rpki-client to create all 4 output file formats from a singlederaadt2019-11-301-2/+8
* Clean up header includes. Most are no longer required.claudio2019-10-161-6/+1
* Rewrite the output handling of rpki-client and add an option to dump theclaudio2019-10-081-0/+51