- Jan 03, 2006
-
-
Daniel Stenberg authored
-
- Jan 02, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates...
-
- Dec 23, 2005
-
-
Daniel Stenberg authored
curl_easy_init() if you don't call curl_global_init() explicitly in your app
-
- Dec 22, 2005
-
-
Daniel Stenberg authored
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet.
-
- Dec 10, 2005
-
-
Daniel Stenberg authored
-
- Nov 17, 2005
-
-
Daniel Stenberg authored
string in the given error buffer to address the flaw mention on 21 sep 2005.
-
- Nov 11, 2005
-
-
Daniel Stenberg authored
-
- Oct 27, 2005
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify.
-
- Oct 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
do not get NTLM support enabled.
-
- Oct 06, 2005
-
-
Daniel Stenberg authored
curl_easy_getinfo man page
-
Daniel Stenberg authored
as links in the html version
-
Daniel Stenberg authored
-
- Oct 04, 2005
-
-
Daniel Stenberg authored
-
- Sep 22, 2005
-
-
Daniel Stenberg authored
option
-
- Sep 21, 2005
-
-
Daniel Stenberg authored
they should. And I removed all uses 'Note' (as they are pretty useless) and did some other language and phrasing cleanups.
-
Daniel Stenberg authored
-
- Sep 12, 2005
-
-
Daniel Stenberg authored
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 01, 2005
-
-
Daniel Stenberg authored
-
- Aug 25, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 24, 2005
-
-
Daniel Stenberg authored
from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works.
-
- Aug 19, 2005
-
-
Daniel Stenberg authored
-
- Aug 18, 2005
-
-
Daniel Stenberg authored
-
- Aug 12, 2005
-
-
Daniel Stenberg authored
-
- Aug 01, 2005
-
-
Daniel Stenberg authored
-
- Jul 30, 2005
-
-
Daniel Stenberg authored
-
- Jul 27, 2005
-
-
Daniel Stenberg authored
set to 1, CURLOPT_NOBODY will now automatically be set to 0.
-
Daniel Stenberg authored
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
-
- Jul 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
passed to the app using the header callback
-
- Jun 26, 2005
-
-
Daniel Stenberg authored
-
- Jun 23, 2005
-
-
Daniel Stenberg authored
-
- Jun 22, 2005
-
-
Daniel Stenberg authored
It now properly handles code that uses curl_free() (since not all versions of curl have it), and also fixes a few problems when detecting libcurl on MinGW, and a linker problem on OSX Panther.
-
- Jun 20, 2005
-
-
Daniel Stenberg authored
-