summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* be little bit more verbose what went wrong in mkostempjob2020-05-141-2/+2
* Use strftime() rather than ctime() to generate timestamps nicer.deraadt2020-05-031-5/+7
* 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/+4
* re-organize statistics printing code, to make it less verbose andderaadt2020-04-281-20/+17
* Print statistics as comments at the top of the files which can takederaadt2020-04-281-4/+43
* remove a __unused attribute, it's obvious and complicates things.benno2020-04-111-2/+2
* Narrow the visibility of some functions and variables local to output.cjca2020-03-101-12/+15
* Ensure that we properly flush, close and rename temporary output filesjca2020-03-091-7/+13
* logx->warn, we want to know why operations on output files failedjca2020-03-091-3/+3
* generate 3 different outputs for BIRD:benno2020-03-061-2/+4
* Fix output loop to not stop when the first unused output format isclaudio2019-12-191-15/+18
* Don't hardcode the cache directory for rpki-client. If started as rootclaudio2019-12-061-3/+2
* use return x; instead of return (x);, like all other files here.benno2019-12-041-3/+3
* reduce includes to the required minimum.benno2019-12-041-21/+5
* split output management code into seperate file. iterate over outputderaadt2019-12-041-0/+172