summaryrefslogtreecommitdiffstats
path: root/plugins/check_dig.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-03allow warn/crit times to be floating pointKarl DeBisschop1-31/+26
2003-08-26print perfdataKarl DeBisschop1-20/+26
2003-08-23- fix various format errors with newly added perf dataKarl DeBisschop1-6/+6
2003-08-22- forgot to declare struct timeval tv for hires timingKarl DeBisschop1-0/+1
2003-08-22- add perf data for timeKarl DeBisschop1-9/+26
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-5/+5
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-4/+4
2003-08-09more pedantic compiler warnsKarl DeBisschop1-2/+2
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-62/+79
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-4/+6
2003-07-30markup for translationKarl DeBisschop1-78/+105
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-7/+10
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-49/+48
2003-03-12Code clean-upJeremy T. Bouse1-1/+1
2003-03-11Remove getopt_long checksTon Voon1-6/+0
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-21fix empty output on errorsKarl DeBisschop1-8/+8
2002-11-20fix solaris SEGV, still need to print meaningful error textKarl DeBisschop1-14/+9
2002-11-20replace some strcpy with strscpyKarl DeBisschop1-5/+5
2002-11-12cleanup asprintf, old function declsKarl DeBisschop1-5/+1
2002-11-09remove call_getoptKarl DeBisschop1-63/+52
2002-06-19more POSIX return value comparison related code fixesSubhendu Ghosh1-2/+2
2002-02-28Initial revisionEthan Galstad1-0/+296