summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Thomas Guyot-Sionnest1-2/+2
2006-12-20Removed unused timestamp variable (Matthias Eble)Ton Voon1-23/+15
2006-10-26Remove C style comments (1583467 - Markus Baertschi)Ton Voon1-1/+1
2006-10-24Restored accidently regressed fixTon Voon1-3/+2
2006-10-23localization fixesBenoit Mortier1-82/+78
2006-10-19Redirection error if other headers beginning with L (Aravind Gottipati - 1562...Ton Voon1-3/+2
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-21/+39
2006-05-25Option to invert results from a regexp pattern matchTon Voon1-13/+28
2006-05-25Use coreutils' regexp libraries, so regexp always available nowTon Voon1-15/+2
2006-04-05Allow multiple -k parameters (Gerd Mueller - 1457726)Ton Voon1-6/+15
2006-03-24-C now implies -S/--ssl as wellTon Voon1-10/+8
2006-03-18return-logic related fix for cert checking, thanks to emmet hogan.M. Sean Finney1-5/+3
2005-11-14localization cleaning ...Benoit Mortier1-959/+962
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney1-5/+2
2005-10-19all plugins now using centralized ssl functions in netutils.cM. Sean Finney1-268/+29
2005-10-19endif was a few lines off of where it should beM. Sean Finney1-3/+2
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney1-4/+13
2005-01-20Changed long argument --minmax to --pagesize and updated help and usageHarper Mann1-2/+2
2005-01-20Tracker 1099682 fix. Now getting the page size from Content-Length in the he...Harper Mann1-10/+84
2004-12-23internationalization fixesBenoit Mortier1-5/+3
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