Code

The "-e" option now accepts a comma-delimited list of expected status
[nagiosplug.git] / plugins / check_http.c
2003-03-05 Ton Vooncheck_http min size option (680467 - Dave Viner)
2003-02-21 Ton VoonFixed coredump with unallocated string
2003-02-18 Ton VoonFixed compiler warning and increased the SSL random...
2003-02-12 Ton VoonRemove unnecessary \ - complaints from Tru64's cc compiler
2003-02-08 Karl DeBisschopsubmit request with one send
2003-02-05 Karl DeBisschopfix segfault due to bad asprintf invocation
2003-01-29 Ton VoonBetter error if server requests client based certificat...
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