Loading CHANGES +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,11 @@ ** curl 7.7 DOES NOT currently WORK. ** Daniel (4 March 2001) - Now, there's even a basic check that a re-used connection is still alive before it is assumed so. A few first tests have proven that libcurl will then re-connect instead of re-use the dead connection! Daniel (2 March 2001) - Now they work intermixed as well. Major coolness! Loading configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -733,5 +733,6 @@ AC_OUTPUT( Makefile \ packages/Linux/Makefile \ packages/Linux/RPM/Makefile \ packages/Linux/RPM/curl.spec \ packages/Linux/RPM/curl-ssl.spec ) packages/Linux/RPM/curl-ssl.spec \ tiny/Makefile ) docs/curl_easy_perform.3 +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" .TH curl_easy_perform 3 "25 Jan 2001" "Curl 7.0" "libcurl Manual" .TH curl_easy_perform 3 "1 Mar 2001" "Curl 7.0" "libcurl Manual" .SH NAME curl_easy_perform - Do the actual transfer in a "easy" session .SH SYNOPSIS Loading @@ -25,7 +25,7 @@ again first. .I <curl/curl.h> defines. If the CURLOPT_ERRORBUFFER was set with .I curl_easy_setopt there willo be a readable error message in the error buffer when non-zero is there will be a readable error message in the error buffer when non-zero is returned. .SH "SEE ALSO" .BR curl_easy_init "(3), " curl_easy_setopt "(3), " Loading docs/curl_slist_append.3 +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" .TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual" .TH curl_slist_append 3 "1 Mar 2001" "Curl 7.7" "libcurl Manual" .SH NAME curl_slist_append - add a string to an slist .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "struct curl_slist *curl_slist_append(struct curl_slit *" list, .BI "char * "string ");" .BI "const char * "string ");" .ad .SH DESCRIPTION curl_slist_append() appends a specified string to a linked list of Loading include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -458,7 +458,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ #define LIBCURL_VERSION "7.7-alpha1" #define LIBCURL_VERSION "7.7-alpha2" #define LIBCURL_VERSION_NUM 0x070000 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ Loading Loading
CHANGES +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,11 @@ ** curl 7.7 DOES NOT currently WORK. ** Daniel (4 March 2001) - Now, there's even a basic check that a re-used connection is still alive before it is assumed so. A few first tests have proven that libcurl will then re-connect instead of re-use the dead connection! Daniel (2 March 2001) - Now they work intermixed as well. Major coolness! Loading
configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -733,5 +733,6 @@ AC_OUTPUT( Makefile \ packages/Linux/Makefile \ packages/Linux/RPM/Makefile \ packages/Linux/RPM/curl.spec \ packages/Linux/RPM/curl-ssl.spec ) packages/Linux/RPM/curl-ssl.spec \ tiny/Makefile )
docs/curl_easy_perform.3 +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" .TH curl_easy_perform 3 "25 Jan 2001" "Curl 7.0" "libcurl Manual" .TH curl_easy_perform 3 "1 Mar 2001" "Curl 7.0" "libcurl Manual" .SH NAME curl_easy_perform - Do the actual transfer in a "easy" session .SH SYNOPSIS Loading @@ -25,7 +25,7 @@ again first. .I <curl/curl.h> defines. If the CURLOPT_ERRORBUFFER was set with .I curl_easy_setopt there willo be a readable error message in the error buffer when non-zero is there will be a readable error message in the error buffer when non-zero is returned. .SH "SEE ALSO" .BR curl_easy_init "(3), " curl_easy_setopt "(3), " Loading
docs/curl_slist_append.3 +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" .TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual" .TH curl_slist_append 3 "1 Mar 2001" "Curl 7.7" "libcurl Manual" .SH NAME curl_slist_append - add a string to an slist .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "struct curl_slist *curl_slist_append(struct curl_slit *" list, .BI "char * "string ");" .BI "const char * "string ");" .ad .SH DESCRIPTION curl_slist_append() appends a specified string to a linked list of Loading
include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -458,7 +458,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ #define LIBCURL_VERSION "7.7-alpha1" #define LIBCURL_VERSION "7.7-alpha2" #define LIBCURL_VERSION_NUM 0x070000 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ Loading