- Jan 19, 2011
-
-
Quinn Slack authored
-
- Jan 12, 2011
-
-
Yang Tse authored
-
- Dec 15, 2010
-
-
Daniel Stenberg authored
-
- Nov 11, 2010
-
-
Daniel Stenberg authored
This is a meta symbol. OR this value together with a single specific auth value to force libcurl to probe for un-restricted auth and if not, only that single auth algorithm is acceptable. For example you can use CURLAUTH_DIGEST|CURLAUTH_ONLY to make libcurl first probe for what method to use, but yet only consider Digest to be acceptable. Using _only_ CURLAUTH_DIGEST without the CURLAUTH_ONLY field, will make libcurl explicitly use Digest right away and not do any probing.
-
- Nov 08, 2010
-
-
Daniel Stenberg authored
CURLOPT_RESOLVE is a new option that sends along a curl_slist with name:port:address sets that will populate the DNS cache with entries so that request can be "fooled" to use another host than what otherwise would've been used. Previously we've encouraged the use of Host: for that when dealing with HTTP, but this new feature has the added bonus that it allows the name from the URL to be used for TLS SNI and server certificate name checks as well. This is a first change. Surely more will follow to make it decent.
-
- Oct 12, 2010
-
-
Daniel Stenberg authored
-
- Aug 25, 2010
-
-
Cameron Kaiser authored
-
- Aug 12, 2010
-
-
Kamil Dudka authored
original bug report at https://bugzilla.redhat.com/617757
-
- Aug 11, 2010
-
-
Daniel Stenberg authored
-
- Aug 02, 2010
-
-
Daniel Stenberg authored
I added all OBJECTPOINT curl_easy_setopt() options from 178 to 202. Left to add: the five FUNCTIONPOINT (callbacks) options added since: SSH_KEYFUNCTION INTERLEAVEFUNCTION CHUNK_BGN_FUNCTION CHUNK_END_FUNCTION FNMATCH_FUNCTION
-
- Jun 16, 2010
-
-
Daniel Stenberg authored
-
- Jun 04, 2010
-
-
Frank Meier authored
-
- May 16, 2010
-
-
Kamil Dudka authored
-
- May 15, 2010
-
-
Pavel Raiskup authored
-
- May 14, 2010
-
-
Daniel Stenberg authored
-
- May 12, 2010
-
-
Pavel Raiskup authored
-
Howard Chu authored
librtmp is found at http://rtmpdump.mplayerhq.hu/
-
- Apr 14, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 25, 2010
-
-
Daniel Stenberg authored
-
- Mar 24, 2010
-
-
Bill Hoffman authored
Make sure <sys/socket.h> is included if around when testing/using socklen_t. Also, disable LDAP if LDAP_H is not found on the system.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 21, 2010
-
-
Daniel Stenberg authored
-
- Mar 20, 2010
-
-
Daniel Stenberg authored
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
-
- Feb 13, 2010
-
-
Daniel Stenberg authored
-
- Feb 10, 2010
-
-
Dan Fandrich authored
-
- Feb 09, 2010
-
-
Daniel Stenberg authored
-
- Feb 02, 2010
-
-
Yang Tse authored
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release, symbol will not be available when building with CURL_NO_OLDIES defined. Use of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
-
- Jan 22, 2010
-
-
Daniel Stenberg authored
s/RTPDATA/INTERLEAVEDATA/
-
- Jan 21, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl options for controlling what to get and how to receive posssibly interleaved RTP data. Initial commit.
-
Daniel Stenberg authored
-
- Jan 01, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail.
-
- Dec 30, 2009
-
-
Yang Tse authored
-
- Dec 27, 2009
-
-
Yang Tse authored
Adjust FreeBSD version check to follow FreeBSD Porter's Handbook http://www.freebsd.org/doc/en/books/porters-handbook/porting-versions.html
-
- Dec 25, 2009
-
-
Daniel Stenberg authored
headers work correctly even on FreeBSD systems before v8.
-
- Dec 12, 2009
-
-
Daniel Stenberg authored
-