summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-08patch 1028033Benoit Mortier1-2/+2
2004-12-05fix patch 998291Benoit Mortier1-8/+8
2004-12-04internationalization fixesBenoit Mortier1-1/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-7/+7
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-8/+6
2004-12-03internationalization fixes and help fixesBenoit Mortier1-1/+2
2004-12-03Localization fixesBenoit Mortier1-6/+6
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-6/+6
2004-12-01standardize localization stringBenoit Mortier1-18/+21
2004-11-24Added support for sending port in host header (913633)Matthew Kent1-0/+3
2004-11-24Making messages more consistentTon Voon1-3/+3
2004-11-20Bit of cleanup, fix verbose output.Matthew Kent1-5/+6
2004-11-19Make -L notice ssl use to output a proper href (1035234, Abid Rasheed)Matthew Kent1-2/+3
2004-11-19Options for User Agent string and extra headers (Ibere Tizio)Ton Voon1-2/+24
2004-11-17--no-body and --max-age options (949521 - Jamie Zawinski)Ton Voon1-3/+243
2004-03-22Option --url not mapped (Joe Rhett)Ton Voon1-0/+1
2004-03-03begin writing some perfdata as floatKarl DeBisschop1-13/+13
2004-03-02relax check for -w/-c to accept floats (bug report from Warrick FitzGerald)Karl DeBisschop1-2/+2
2004-02-20- Missed out getopt for -TTon Voon1-1/+1
2004-02-20Added Content-type when POSTing (Shawn Wills)Ton Voon1-2/+13
2003-12-11Relative redirects not followed correctly (854131 - John Sivak)Ton Voon1-2/+2
2003-09-15make status code extensible (thanks to Chris Wilson <chris@netservers.co.uk>)Karl DeBisschop1-28/+26
2003-09-11use prefdata function for size tooKarl DeBisschop1-18/+29
2003-09-11use prefdata functionKarl DeBisschop1-21/+39
2003-08-23- found and fixed memory allocation error in rewritten redir() functionKarl DeBisschop1-58/+54
2003-08-23- hacked interim fix to segfault on redirect - for tesing onlyKarl DeBisschop1-10/+23
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-1/+1
2003-08-22* bugfix: snprintf of timestamp truncated '\0'Karl DeBisschop1-1/+1
2003-08-21* Check redirections for infinte loops and limit depth of recursionKarl DeBisschop1-97/+158
2003-08-19*BUGFIX: LWS is not required betwwen "Location:" header field name and field ...Karl DeBisschop1-21/+30
2003-08-19*add missing status numbers from RFC 2616 (HTTP1.1)Karl DeBisschop1-15/+17
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-6/+6
2003-08-09more pedantic compiler warnsKarl DeBisschop1-0/+1
2003-08-09more pedantic compiler warns, change to microsecond output for perf data, add...Karl DeBisschop1-82/+100
2003-08-09more pedantic compiler warningsKarl DeBisschop1-162/+174
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-17/+17
2003-08-03markup for translationKarl DeBisschop1-1/+2
2003-08-03markup for translationKarl DeBisschop1-159/+144
2003-07-29patch attempt to reference undefined optarg (credit Paul Farrall)Karl DeBisschop1-1/+1
2003-06-30Added -4 and -6 command line options into check_http, check_ldap andJeremy T. Bouse1-2/+18
2003-06-21add remaining URI_PATH chars per RFC 2396Karl DeBisschop1-2/+4
2003-06-11fix URI_PATH to allow ?&#: (more still should be allowed)Karl DeBisschop1-3/+3
2003-05-09fix error when server closes connectionKarl DeBisschop1-7/+12
2003-04-23update to RFC1123 hostname specsKarl DeBisschop1-2/+2
2003-04-09cleanup to suppress various strict compiler warningsKarl DeBisschop1-3/+5
2003-04-07ste timeout one second greater than critical timeKarl DeBisschop1-0/+3
2003-03-13Strip leading spaces in perf dataTon Voon1-7/+7