Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-03-03 | begin writing some perfdata as float | Karl DeBisschop | 1 | -13/+13 |
2004-03-02 | relax check for -w/-c to accept floats (bug report from Warrick FitzGerald) | Karl DeBisschop | 1 | -2/+2 |
2004-02-20 | - Missed out getopt for -T | Ton Voon | 1 | -1/+1 |
2004-02-20 | Added Content-type when POSTing (Shawn Wills) | Ton Voon | 1 | -2/+13 |
2003-12-11 | Relative redirects not followed correctly (854131 - John Sivak) | Ton Voon | 1 | -2/+2 |
2003-09-15 | make status code extensible (thanks to Chris Wilson <chris@netservers.co.uk>) | Karl DeBisschop | 1 | -28/+26 |
2003-09-11 | use prefdata function for size too | Karl DeBisschop | 1 | -18/+29 |
2003-09-11 | use prefdata function | Karl DeBisschop | 1 | -21/+39 |
2003-08-23 | - found and fixed memory allocation error in rewritten redir() function | Karl DeBisschop | 1 | -58/+54 |
2003-08-23 | - hacked interim fix to segfault on redirect - for tesing only | Karl DeBisschop | 1 | -10/+23 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -1/+1 |
2003-08-22 | * bugfix: snprintf of timestamp truncated '\0' | Karl DeBisschop | 1 | -1/+1 |
2003-08-21 | * Check redirections for infinte loops and limit depth of recursion | Karl DeBisschop | 1 | -97/+158 |
2003-08-19 | *BUGFIX: LWS is not required betwwen "Location:" header field name and field ... | Karl DeBisschop | 1 | -21/+30 |
2003-08-19 | *add missing status numbers from RFC 2616 (HTTP1.1) | Karl DeBisschop | 1 | -15/+17 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -6/+6 |
2003-08-09 | more pedantic compiler warns | Karl DeBisschop | 1 | -0/+1 |
2003-08-09 | more pedantic compiler warns, change to microsecond output for perf data, add... | Karl DeBisschop | 1 | -82/+100 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 1 | -162/+174 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -17/+17 |
2003-08-03 | markup for translation | Karl DeBisschop | 1 | -1/+2 |
2003-08-03 | markup for translation | Karl DeBisschop | 1 | -159/+144 |
2003-07-29 | patch attempt to reference undefined optarg (credit Paul Farrall) | Karl DeBisschop | 1 | -1/+1 |
2003-06-30 | Added -4 and -6 command line options into check_http, check_ldap and | Jeremy T. Bouse | 1 | -2/+18 |
2003-06-21 | add remaining URI_PATH chars per RFC 2396 | Karl DeBisschop | 1 | -2/+4 |
2003-06-11 | fix URI_PATH to allow ?&#: (more still should be allowed) | Karl DeBisschop | 1 | -3/+3 |
2003-05-09 | fix error when server closes connection | Karl DeBisschop | 1 | -7/+12 |
2003-04-23 | update to RFC1123 hostname specs | Karl DeBisschop | 1 | -2/+2 |