aboutsummaryrefslogtreecommitdiff
path: root/plugins/utils.c
AgeCommit message (Expand)Author
2006-07-13Move new util_* functions to lib/Gravatar Ton Voon
2006-07-13Using coreutils' base_name function because of portability issues withGravatar Ton Voon
2006-06-18updating help and usage and licenseGravatar Benoit Mortier
2006-04-27Internal version of basename if one not found in systemGravatar Ton Voon
2006-04-06Stop coredump on Solaris if arg not specified (Jason Kau - 1465288)Gravatar Ton Voon
2006-03-29New function to for escaped strings from command line for send/quit.Gravatar Ton Voon
2006-01-30Clearly defined thresholds & ranges in docs. Added get_status routine. AddedGravatar Ton Voon
2006-01-30Added libtap tests for utils.c library functions. Removed redundantGravatar Ton Voon
2005-10-24initial merging of ae's np_runcmd code into selected plugins.Gravatar M. Sean Finney
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-03removing support fonctionGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-03-03begin writing some perfdata as floatGravatar Karl DeBisschop
2004-02-20add perfdata function for floats to complement ints, also spell fix "received"Gravatar Karl DeBisschop
2003-08-28use single quotes per guideline, also quote when SPC or = are foundGravatar Karl DeBisschop
2003-08-28suppress quotes in perf data when not needed (some plugins need the space to ...Gravatar Karl DeBisschop
2003-08-26function to make perfdata outputGravatar Karl DeBisschop
2003-08-10config.h is redundant (common.h includes it)Gravatar Karl DeBisschop
2003-08-09more pedantic compiler warnsGravatar Karl DeBisschop
2003-08-09add function for elapsed tim ein microsecondsGravatar Karl DeBisschop
2003-08-09more pedantic compiler warningsGravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02ifdef so utils.h can be header for utils.cGravatar Karl DeBisschop
2003-07-29clean up warnings about ill-formed comment and string concatenationGravatar Karl DeBisschop
2003-07-26checkins for internationalizationGravatar Karl DeBisschop
2003-07-03remove LABELLENGravatar Karl DeBisschop
2003-03-22declaration must precede printfGravatar Karl DeBisschop
2003-03-19make state_text a functionGravatar Karl DeBisschop
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Gravatar Jeremy T. Bouse
2003-03-13Updated cvs ignore files to reflect changesGravatar Jeremy T. Bouse
2003-03-12Added autogen.sh script that rebuilds using autotools and runs configureGravatar Jeremy T. Bouse
2003-03-08AF indepedent routines introduced.Gravatar Jeremy T. Bouse
2003-01-16restore max() macroGravatar Karl DeBisschop
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2003-01-03protect against some null strings, make formats more uniformGravatar Karl DeBisschop
2002-11-18more readable max_state() codeGravatar Karl DeBisschop
2002-11-14fix bug with gettimeofday test, improve version/release handling, update rpm ...Gravatar Karl DeBisschop
2002-11-14remove call_getopt and ssprintfGravatar Karl DeBisschop
2002-11-13remove call_getopt and asprintfGravatar Karl DeBisschop
2002-11-08patches required to build on solaris with asprintf and gettimeofdayGravatar Karl DeBisschop
2002-10-21use asprintf to do strscpyGravatar Karl DeBisschop
2002-10-18handle null src in strscatGravatar Karl DeBisschop
2002-10-16millisecond timimg where supportedGravatar Karl DeBisschop
2002-10-16use asprintf to construct strscatGravatar Karl DeBisschop
2002-10-16start support for gettimeofday and tv_usecGravatar Karl DeBisschop
2002-09-08clears up warnings in splintGravatar Karl DeBisschop
2002-06-19more POSIX return value comparison related code fixesGravatar Subhendu Ghosh
2002-02-28Initial revisionGravatar Ethan Galstad