Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
examples.
Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers
any longer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CURLMOPT_TIMERFUNCTION callback option.
|
|
Dependencies are now put in external file depend.dj.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API with glib2
|
|
|
|
|
|
|
|
|
|
headers when compiled with Cygwin in POSIX emulation mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://curl.haxx.se/mail/lib-2005-08/0163.html
|
|
|
|
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
|
|
|
|
SAX.h. gcc doesn't like that. Rename.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a type 'long' argument. */
|
|
|
|
|
|
|
|
|