Code

remove NULL string inits that can lead to segfaults
[nagiosplug.git] / plugins / check_http.c
2003-01-28 Karl DeBisschopremove NULL string inits that can lead to segfaults
2003-01-27 Karl DeBisschopdo not pass host if none is provided
2003-01-27 Karl DeBisschopwe were sending extra CRLF
2003-01-16 Karl DeBisschopadd option to let regex span newlines
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-12-19 Karl DeBisschopremove spurious CRLF
2002-11-14 Karl DeBisschoppagesize count off by one
2002-11-14 Karl DeBisschopclean up NULL from status on Solaris
2002-11-08 Karl DeBisschopremove unused variables
2002-10-18 Karl DeBisschopprovide on more decimal point printing time
2002-10-16 Karl DeBisschopmillisecond timimg where supported
2002-10-16 Karl DeBisschopuse asprintf
2002-09-25 Karl DeBisschopincorporate comment on my_recv from Russell Scibetti
2002-09-25 Karl DeBisschopincorporate comments from Russell Scibetti
2002-09-24 Karl DeBisschopreplace remaining occurences of sprintf with snprintf
2002-09-14 Karl DeBisschoptime data in performance string
2002-06-24 Subhendu Ghoshignore return status codes if user specified status...
2002-02-28 Ethan GalstadInitial revision