- Sep 18, 2007
-
-
Daniel Stenberg authored
-
- Sep 13, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
to the specific tracker entries
-
- Sep 09, 2007
-
-
Daniel Stenberg authored
-
- Sep 06, 2007
-
-
Daniel Stenberg authored
-
- Sep 05, 2007
-
-
Dan Fandrich authored
-
- Sep 03, 2007
-
-
Guenter Knauf authored
-
- Sep 01, 2007
-
-
Dan Fandrich authored
-
- Aug 31, 2007
-
-
Dan Fandrich authored
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
-
- Aug 30, 2007
-
-
Dan Fandrich authored
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
-
- Aug 23, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Aug 22, 2007
-
-
Daniel Stenberg authored
2) added nroff header
-
- Aug 17, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
* #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp
-
- Aug 14, 2007
-
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Aug 11, 2007
-
-
Daniel Stenberg authored
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
-
- Aug 07, 2007
-
-
Daniel Stenberg authored
the multi interface, but having the comment in here caused more questions than we fixed problems so I remove it now. It still works fine.
-
Daniel Stenberg authored
-
- Aug 06, 2007
-
-
Guenter Knauf authored
Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set the path to the bin folder.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
some brief hints about gssapi and libssh2
-
Daniel Stenberg authored
-
- Aug 03, 2007
-
-
Guenter Knauf authored
-
- Aug 02, 2007
-
-
Daniel Stenberg authored
POST
-
- Aug 01, 2007
-
-
Daniel Stenberg authored
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies.
-
- Jul 30, 2007
-
-
Daniel Stenberg authored
when using the socket API
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 29, 2007
-
-
Daniel Stenberg authored
-
- Jul 20, 2007
-
-
Dan Fandrich authored
lower case for consistency since sftp commands are case insensitive.
-
- Jul 19, 2007
-
-
Daniel Stenberg authored
-
- Jul 18, 2007
-
-
James Housley authored
-
Dan Fandrich authored
-
- Jul 16, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
getaddrinfo() sorts the response list which effectively kills how libcurl deals with round-robin DNS entries. All details: http://curl.haxx.se/mail/lib-2007-07/0168.html initial suggested function to use for randomizing the response: http://curl.haxx.se/mail/lib-2007-07/0178.html
-
- Jul 13, 2007
-
-
Dan Fandrich authored
-