Code

markup for translation, move send_buffer assignment to process_args so process_tcp_re...
[nagiosplug.git] / plugins / utils.c
2003-08-02 Karl DeBisschopifdef so utils.h can be header for utils.c
2003-07-29 Karl DeBisschopclean up warnings about ill-formed comment and string...
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-07-03 Karl DeBisschopremove LABELLEN
2003-03-22 Karl DeBisschopdeclaration must precede printf
2003-03-19 Karl DeBisschopmake state_text a function
2003-03-15 Jeremy T. BouseSpent the day working on backwards compatability using...
2003-03-13 Jeremy T. BouseUpdated cvs ignore files to reflect changes
2003-03-12 Jeremy T. BouseAdded autogen.sh script that rebuilds using autotools...
2003-03-08 Jeremy T. BouseAF indepedent routines introduced.
2003-01-16 Karl DeBisschoprestore max() macro
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2003-01-03 Karl DeBisschopprotect against some null strings, make formats more...
2002-11-18 Karl DeBisschopmore readable max_state() code
2002-11-14 Karl DeBisschopfix bug with gettimeofday test, improve version/release...
2002-11-14 Karl DeBisschopremove call_getopt and ssprintf
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-11-08 Karl DeBisschoppatches required to build on solaris with asprintf...
2002-10-21 Karl DeBisschopuse asprintf to do strscpy
2002-10-18 Karl DeBisschophandle null src in strscat
2002-10-16 Karl DeBisschopmillisecond timimg where supported
2002-10-16 Karl DeBisschopuse asprintf to construct strscat
2002-10-16 Karl DeBisschopstart support for gettimeofday and tv_usec
2002-09-08 Karl DeBisschopclears up warnings in splint
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-02-28 Ethan GalstadInitial revision