Age | Commit message (Expand) | Author | Files | Lines |
2007-07-21 | Add "Connection: close" to the HTTP request header, which tells HTTP/1.1 | Holger Weiss | 1 | -0/+3 |
2007-06-17 | Minor fixes. | Holger Weiss | 1 | -1/+3 |
2007-06-17 | Fix buffer overflow vulnerabilities when parsing HTTP redirect | Holger Weiss | 1 | -16/+27 |
2007-06-15 | When following redirects, the plugin supported 'Location:' header fields | Holger Weiss | 1 | -1/+13 |
2007-06-15 | `host_name' is a NULL pointer if the "-I" flag is used instead of "-H", | Holger Weiss | 1 | -2/+2 |
2007-06-01 | Fix an off-by-one error where a realloc(3) call doesn't allocate space | Holger Weiss | 1 | -1/+1 |
2007-05-23 | Update many strings in check_http to get more consistent output | Thomas Guyot-Sionnest | 1 | -27/+27 |
2007-05-13 | Add missing options to the usage output. | Holger Weiss | 1 | -1/+2 |
2007-03-06 | Fix option handling (Nobuhiro Ban - 1657280) | Ton Voon | 1 | -3/+4 |
2007-02-06 | correcting some translation problems | Benoit Mortier | 1 | -1/+1 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2007-01-20 | Fix bug #1632091: printf format string typos. Add some more cosmetic changes. | Thomas Guyot-Sionnest | 1 | -2/+2 |
2006-12-20 | Removed unused timestamp variable (Matthias Eble) | Ton Voon | 1 | -23/+15 |
2006-10-26 | Remove C style comments (1583467 - Markus Baertschi) | Ton Voon | 1 | -1/+1 |
2006-10-24 | Restored accidently regressed fix | Ton Voon | 1 | -3/+2 |
2006-10-23 | localization fixes | Benoit Mortier | 1 | -82/+78 |
2006-10-19 | Redirection error if other headers beginning with L (Aravind Gottipati - 1562... | Ton Voon | 1 | -3/+2 |
2006-10-19 | first pass at cleaning localization for new release | Benoit Mortier | 1 | -21/+39 |
2006-05-25 | Option to invert results from a regexp pattern match | Ton Voon | 1 | -13/+28 |
2006-05-25 | Use coreutils' regexp libraries, so regexp always available now | Ton Voon | 1 | -15/+2 |
2006-04-05 | Allow multiple -k parameters (Gerd Mueller - 1457726) | Ton Voon | 1 | -6/+15 |
2006-03-24 | -C now implies -S/--ssl as well | Ton Voon | 1 | -10/+8 |
2006-03-18 | return-logic related fix for cert checking, thanks to emmet hogan. | M. Sean Finney | 1 | -5/+3 |
2005-11-14 | localization cleaning ... | Benoit Mortier | 1 | -959/+962 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -5/+2 |
2005-10-19 | all plugins now using centralized ssl functions in netutils.c | M. Sean Finney | 1 | -268/+29 |
2005-10-19 | endif was a few lines off of where it should be | M. Sean Finney | 1 | -3/+2 |
2005-10-19 | - initial attempt at consolidating ssl-related code into netutils.{c,h} | M. Sean Finney | 1 | -4/+13 |
2005-01-20 | Changed long argument --minmax to --pagesize and updated help and usage | Harper Mann | 1 | -2/+2 |
2005-01-20 | Tracker 1099682 fix. Now getting the page size from Content-Length in the he... | Harper Mann | 1 | -10/+84 |
2004-12-23 | internationalization fixes | Benoit Mortier | 1 | -5/+3 |
2004-12-08 | patch 1028033 | Benoit Mortier | 1 | -2/+2 |
2004-12-05 | fix patch 998291 | Benoit Mortier | 1 | -8/+8 |
2004-12-04 | internationalization fixes | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -7/+7 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -8/+6 |
2004-12-03 | internationalization fixes and help fixes | Benoit Mortier | 1 | -1/+2 |
2004-12-03 | Localization fixes | Benoit Mortier | 1 | -6/+6 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -6/+6 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -18/+21 |
2004-11-24 | Added support for sending port in host header (913633) | Matthew Kent | 1 | -0/+3 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -3/+3 |
2004-11-20 | Bit of cleanup, fix verbose output. | Matthew Kent | 1 | -5/+6 |
2004-11-19 | Make -L notice ssl use to output a proper href (1035234, Abid Rasheed) | Matthew Kent | 1 | -2/+3 |
2004-11-19 | Options for User Agent string and extra headers (Ibere Tizio) | Ton Voon | 1 | -2/+24 |
2004-11-17 | --no-body and --max-age options (949521 - Jamie Zawinski) | Ton Voon | 1 | -3/+243 |
2004-03-22 | Option --url not mapped (Joe Rhett) | Ton Voon | 1 | -0/+1 |