c63ca99c | 11-Dec-2001 |
Daniel Stenberg |
when the file name given to -T is used to build an upload path, the local directory part is now stripped off and only the actual file name part will be used |
1c99c4ad | 10-Dec-2001 |
Daniel Stenberg |
HTTP_PROXY => http_proxy as Bj�rn pointed out |
bbcfc106 | 10-Dec-2001 |
Daniel Stenberg |
corrected the READFUNCTION docs slightly |
47e67eab | 07-Dec-2001 |
Daniel Stenberg |
corrected the comment above gmtime_r |
650b9504 | 07-Dec-2001 |
Daniel Stenberg |
added gmtime_r check |
5603134e | 07-Dec-2001 |
Cris Bailiff |
Updated location information for Curl_easy |
d12fd897 | 06-Dec-2001 |
Daniel Stenberg |
Jason Mancini's -Oalways suggestion |
5e95203a | 06-Dec-2001 |
Daniel Stenberg |
let us know if curl compiles on more platforms |
cad4a571 | 06-Dec-2001 |
Daniel Stenberg |
curl compiles on HURD |
139ab374 | 05-Dec-2001 |
Daniel Stenberg |
7.9.2 commit |
7b832e17 | 05-Dec-2001 |
Daniel Stenberg |
Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign set.upload to FALSE or else we might still get an upload if the previous operation was an upload! |
914b9e44 | 04-Dec-2001 |
Daniel Stenberg |
Eric-update |
f0f6ab49 | 04-Dec-2001 |
Daniel Stenberg |
Eric's updated version |
436d1479 | 04-Dec-2001 |
Daniel Stenberg |
Eric's #include fixes for better macos compiles |
4bd78a7d | 04-Dec-2001 |
Daniel Stenberg |
Eric brought some files for macos compiles |
7ee6a9dc | 04-Dec-2001 |
Daniel Stenberg |
i'm soooo funny |
1b56ae84 | 04-Dec-2001 |
Daniel Stenberg |
added macos files to the distribution archive |
d52c0b6f | 04-Dec-2001 |
Daniel Stenberg |
more comments |
3ff2bfa0 | 04-Dec-2001 |
Daniel Stenberg |
MacOS (not Mac OS X) compilation files |
aa21a3d5 | 04-Dec-2001 |
Daniel Stenberg |
Eric's update |
fc33ad8c | 03-Dec-2001 |
Daniel Stenberg |
the happy events so far today |
779043f7 | 03-Dec-2001 |
Daniel Stenberg |
As Eric Lavigne pointed out, the ftp response reader MUST cache data that is not dealt with when we find an end-of-response line, as there might be important stuff even after the correct line
As Eric Lavigne pointed out, the ftp response reader MUST cache data that is not dealt with when we find an end-of-response line, as there might be important stuff even after the correct line. So on subsequent invokes, the cached data must be used!
show more ...
|
265bb993 | 03-Dec-2001 |
Daniel Stenberg |
test case 126 added, this uses RETRWEIRDO that makes the FTP server send two responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly. |
7493db23 | 03-Dec-2001 |
Daniel Stenberg |
Eric nailed a but in strnequal() for macintosh |
c3ad019c | 03-Dec-2001 |
Daniel Stenberg |
the final ftp ipv6 support has been added! |