From 8d2c24265d6d8ed74e3d2dc646cb1c3d20f290f3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Aug 2000 21:57:06 +0000 Subject: [PATCH] 7.1.1 commit --- include/curl/curl.h | 4 ++-- src/hugehelp.c | 47 ++++++++++++++++++++++++++--------------------- src/version.h | 2 +- 3 files changed, 29 insertions(+), 24 deletions(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 289c8af..a0d05ed 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -419,8 +419,8 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.0.12test" -#define LIBCURL_VERSION_NUM 0x07000c +#define LIBCURL_VERSION "7.1.1" +#define LIBCURL_VERSION_NUM 0x070101 /* linked-list structure for the CURLOPT_QUOTE option */ struct curl_slist { diff --git a/src/hugehelp.c b/src/hugehelp.c index 68c372b..4a0fcab 100644 --- a/src/hugehelp.c +++ b/src/hugehelp.c @@ -190,7 +190,9 @@ puts ( " one. This allows you to make even trickier stuff than\n" " curl would normally do. You should not replace inter­\n" " nally set headers without knowing perfectly well what\n" -" you're doing.\n" +" you're doing. Replacing an internal header with one\n" +" without content on the right side of the colon will\n" +" prevent that header from appearing.\n" "\n" " -i/--include\n" " (HTTP) Include the HTTP-header in the output. The HTTP-\n" @@ -213,7 +215,6 @@ puts ( "\n" " Specify the filename as '-' to make curl read the file\n" " from stdin.\n" -"\n" " -l/--list-only\n" " (FTP) When listing an FTP directory, this switch forces\n" " a name-only view. Especially useful if you want to\n" @@ -225,17 +226,19 @@ puts ( " (HTTP/HTTPS) If the server reports that the requested\n" " page has a different location (indicated with the\n" " header line Location:) this flag will let curl attempt\n" -" to reattempt the get on the new place. If used together\n" -" with -i or -I, headers from all requested pages will be\n" ); puts( -" shown.\n" +" to reattempt the get on the new place. If used together\n" +" with -i or -I, headers from all requested pages will be\n" +" shown. If this flag is used when making a HTTP POST,\n" +" curl will automatically switch to GET after the initial\n" +" POST has been done.\n" "\n" " -m/--max-time \n" " Maximum time in seconds that you allow the whole opera­\n" " tion to take. This is useful for preventing your batch\n" " jobs from hanging for hours due to slow networks or\n" -" links going down. This doesn't work properly in win32\n" +" links going down. This doesn't work fully in win32\n" " systems.\n" "\n" " -M/--manual\n" @@ -317,7 +320,6 @@ puts ( " to be run before and after the transfer. If the server\n" " returns failure for one of the commands, the entire\n" " operation will be aborted.\n" -"\n" " -r/--range \n" " (HTTP/FTP) Retrieve a byte range (i.e a partial docu­\n" " ment) from a HTTP/1.1 or FTP server. Ranges can be\n" @@ -422,9 +424,9 @@ puts ( " url_effective The URL that was fetched last. This is\n" " mostly meaningful if you've told curl to\n" " follow location: headers.\n" -"\n" " http_code The numerical code that was found in the\n" " last retrieved HTTP(S) page.\n" +"\n" " time_total The total time, in seconds, that the\n" " full operation lasted. The time will be\n" " displayed with millisecond resolution.\n" @@ -464,13 +466,13 @@ puts ( "\n" " -X/--request \n" " (HTTP) Specifies a custom request to use when communi­\n" +); + puts( " cating with the HTTP server. The specified request\n" " will be used instead of the standard GET. Read the HTTP\n" " 1.1 specification for details and explanations.\n" "\n" " (FTP) Specifies a custom FTP command to use instead of\n" -); - puts( " LIST when doing file lists with ftp.\n" "\n" " -y/--speed-time