00789444 | 02-Jun-2004 |
Daniel Stenberg |
CURLOPT_PUT is deprecated |
d3f796ac | 02-Jun-2004 |
Daniel Stenberg |
Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the previous difference was not clear nor documented properly). They can now both be used interchangeably, but we prefer UP
Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the previous difference was not clear nor documented properly). They can now both be used interchangeably, but we prefer UPLOAD to PUT since it is a more generic term.
show more ...
|
3d38080d | 02-Jun-2004 |
Daniel Stenberg |
*seven* new options to support 3rd party FTP transfers |
fe07962f | 02-Jun-2004 |
Daniel Stenberg |
7.12.1-CVS in progress |
938a72b2 | 02-Jun-2004 |
Daniel Stenberg |
Gisle's adjustments to allow building with lcc-win32 |
a8827b1e | 02-Jun-2004 |
Daniel Stenberg |
Gisle made ftp_mkd static |
ff40cd71 | 02-Jun-2004 |
Daniel Stenberg |
and we start all over again |
39626d8c | 02-Jun-2004 |
Daniel Stenberg |
7.12.0 |
67ad29e7 | 02-Jun-2004 |
Daniel Stenberg |
more changes |
8bbf9b13 | 01-Jun-2004 |
Daniel Stenberg |
Renaud Duhaut corrected the unescaping procedure |
cb21851c | 01-Jun-2004 |
Daniel Stenberg |
David Byron made this use the mm lib by default, as was previously done. This might be done differently in the future. |
8d611bec | 01-Jun-2004 |
Daniel Stenberg |
--create-dirs clarification |
1de1dc73 | 28-May-2004 |
Daniel Stenberg |
minor edits |
aca79af7 | 28-May-2004 |
Daniel Stenberg |
check for failing strdup()s |
da6eea9b | 28-May-2004 |
Daniel Stenberg |
delete trailing whitespace |
dcf7310b | 27-May-2004 |
Daniel Stenberg |
fixed curl_easy_duphandle() to properly clean up all memory if any memory function fails and it returns NULL |
c2e8ba0f | 27-May-2004 |
Daniel Stenberg |
free() allocated memory when the ares search can't be made |
a5360255 | 27-May-2004 |
Daniel Stenberg |
clear the domains and sortlist when the 'channel' is first created so that we can compare if non-NULL elsewhere |
5690a2b4 | 27-May-2004 |
Daniel Stenberg |
better checks to avoid free(NULL) |
ff0429a8 | 27-May-2004 |
Daniel Stenberg |
James Bursa's fix to prevent free(NULL) to occur |
46cdc83b | 26-May-2004 |
Daniel Stenberg |
the CONNECT issue seems fixed too now |
76dfef71 | 26-May-2004 |
Daniel Stenberg |
Mohun Biswas added release-zlib and debug-zlib targets. |
de2aeb9f | 26-May-2004 |
Daniel Stenberg |
MSVC makefiles updated and an auth problem when using CONNECT |
17a5b442 | 26-May-2004 |
Daniel Stenberg |
curllib.dsp works in the latest snapshots |
f99e3478 | 26-May-2004 |
Daniel Stenberg |
bugs, changes, sponsors! |