- Oct 06, 2005
-
-
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
-
- Jun 11, 2005
-
-
Daniel Stenberg authored
-
- Jun 06, 2005
-
-
Daniel Stenberg authored
1) findtool does look per tool in PATH and think ./perl is the perl executable, while is just a local directory (I have . in the PATH) 2) I got several warning for head -1 deprecated in favour of head -n 1 3) ares directory is missing some file (missing is missing :-) ) because automake and friends is not run. (Let's hope number 2 doesn't break somewhere "out there", if so we can always search/replace that back.)
-
- Jun 03, 2005
-
-
Daniel Stenberg authored
-
- May 16, 2005
-
-
Daniel Stenberg authored
-
- May 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 09, 2005
-
-
Daniel Stenberg authored
-
- May 02, 2005
-
-
Daniel Stenberg authored
-
- Apr 25, 2005
-
-
Daniel Stenberg authored
-
- Apr 18, 2005
-
-
Daniel Stenberg authored
-
- Apr 17, 2005
-
-
Daniel Stenberg authored
cleared before this function is called
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
-
- Mar 08, 2005
-
-
Daniel Stenberg authored
that feature 64 bit 'long'. Some systems have 64 bit time_t and deal with years beyond 2038. However, even some of the systems with 64 bit time_t returns -1 for dates beyond 03:14:07 UTC, January 19, 2038. (Such as AIX 5100-06)
-