Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_http.c
2003-08-22 Karl DeBisschop* bugfix: snprintf of timestamp truncated '\0'
2003-08-21 Karl DeBisschop* Check redirections for infinte loops and limit depth...
2003-08-19 Karl DeBisschop*BUGFIX: LWS is not required betwwen "Location:" header...
2003-08-19 Karl DeBisschop*add missing status numbers from RFC 2616 (HTTP1.1)
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-09 Karl DeBisschopmore pedantic compiler warns, change to microsecond...
2003-08-09 Karl DeBisschopmore pedantic compiler warnings
2003-08-07 Karl DeBisschopreplace "terminate" with "die" for shorter name and...
2003-08-03 Karl DeBisschopmarkup for translation
2003-08-03 Karl DeBisschopmarkup for translation
2003-07-29 Karl DeBisschoppatch attempt to reference undefined optarg (credit...
2003-06-30 Jeremy T. BouseAdded -4 and -6 command line options into check_http...
2003-06-21 Karl DeBisschopadd remaining URI_PATH chars per RFC 2396
2003-06-11 Karl DeBisschopfix URI_PATH to allow ?&#: (more still should be allowed)
2003-05-09 Karl DeBisschopfix error when server closes connection
2003-04-23 Karl DeBisschopupdate to RFC1123 hostname specs
2003-04-09 Karl DeBisschopcleanup to suppress various strict compiler warnings
2003-04-07 Karl DeBisschopste timeout one second greater than critical time
2003-03-13 Ton VoonStrip leading spaces in perf data
2003-03-12 Jeremy T. BouseClean up of output from plugin
2003-03-12 Jeremy T. BouseCode clean-up
2003-03-11 Ton VoonRemove getopt_long checks
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