- Jan 16, 2006
-
-
Daniel Stenberg authored
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
-
- Jan 15, 2006
-
-
Daniel Stenberg authored
into a counter, and thus you can now do multiple curl_global_init() and you are then supposed to do the same amount of calls to curl_global_cleanup(). Bryan also updated the docs accordingly.
-
- Jan 12, 2006
-
-
Daniel Stenberg authored
HTTP proxy.
-
Daniel Stenberg authored
-
- Jan 10, 2006
-
-
Daniel Stenberg authored
given subdirs, libcurl would still "remember" the full path as if it is the current directory libcurl is in so that the next curl_easy_perform() would get really confused if it tried the same path again - as it would not issue any CWD commands at all, assuming it is already in the "proper" dir. Starting now, a failed CWD command sets a flag that prevents the path to be "remembered" after returning.
-
- Jan 09, 2006
-
-
Daniel Stenberg authored
-
- Jan 07, 2006
-
-
Daniel Stenberg authored
actually used a new connection and not sent the second request on the first socket!
-
- Jan 02, 2006
-
-
Gisle Vanem authored
-
- Dec 30, 2005
-
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
- Dec 23, 2005
-
-
Daniel Stenberg authored
static libcurl using openssl as dll.
-
- Dec 20, 2005
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
we just love swedish products...
-
- Dec 19, 2005
-
-
Dan Fandrich authored
-
- Dec 18, 2005
- Dec 17, 2005
- Dec 16, 2005
-
-
Yang Tse authored
-
Daniel Stenberg authored
password of 127 bytes or less embedded in a URL, where actually the code uses a 255 byte buffer for it! Modified now to use the full buffer size.
-
- Dec 13, 2005
-
-
Dan Fandrich authored
-
Yang Tse authored
-
- Dec 12, 2005
-
-
Yang Tse authored
-
- Dec 11, 2005
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct.
-
- Dec 09, 2005
-
-
Yang Tse authored
-
- Dec 08, 2005
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
- Dec 06, 2005
-
-
Daniel Stenberg authored
-
- Dec 05, 2005
-
-
Dan Fandrich authored
issues in the code.
-
Daniel Stenberg authored
SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous versions do not use the 'const' qualifier.
-
Daniel Stenberg authored
-
- Dec 04, 2005
-
-
Gisle Vanem authored
'assignment discards qualifiers from pointer target type' warning.
-
- Dec 02, 2005
-
-
Daniel Stenberg authored
we didn't find any proto
-