aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-03CURLE_FAILED_INIT is returend when an unknown option is setDaniel Stenberg
2004-06-03Added example of how to use the upcoming support for FTP 3rd party transfersDaniel Stenberg
2004-06-03corrected to use the proxy user name for proxy auth, as was just bugfixed!Daniel Stenberg
2004-06-03Vincent Bronner made the code use the correct user name + password whenDaniel Stenberg
doing proxy authentication.
2004-06-03getinfo.c is a new tiny example that uses curl_easy_getinfo() to get theDaniel Stenberg
content-type after a transfer.
2004-06-02very minor format editDaniel Stenberg
2004-06-02CURLOPT_PUT is deprecatedDaniel Stenberg
2004-06-02Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (theDaniel Stenberg
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.
2004-06-02*seven* new options to support 3rd party FTP transfersDaniel Stenberg
2004-06-027.12.1-CVS in progressDaniel Stenberg
2004-06-02Gisle's adjustments to allow building with lcc-win32Daniel Stenberg
2004-06-02Gisle made ftp_mkd staticDaniel Stenberg
2004-06-02and we start all over againDaniel Stenberg
2004-06-027.12.0Daniel Stenberg
2004-06-02more changesDaniel Stenberg
2004-06-01Renaud Duhaut corrected the unescaping procedureDaniel Stenberg
2004-06-01David Byron made this use the mm lib by default, as was previously done. ThisDaniel Stenberg
might be done differently in the future.
2004-06-01--create-dirs clarificationDaniel Stenberg
2004-05-28minor editsDaniel Stenberg
2004-05-28check for failing strdup()sDaniel Stenberg
2004-05-28delete trailing whitespaceDaniel Stenberg
2004-05-27fixed curl_easy_duphandle() to properly clean up all memory if any memoryDaniel Stenberg
function fails and it returns NULL
2004-05-27free() allocated memory when the ares search can't be madeDaniel Stenberg
2004-05-27clear the domains and sortlist when the 'channel' is first created so thatDaniel Stenberg
we can compare if non-NULL elsewhere
2004-05-27better checks to avoid free(NULL)Daniel Stenberg
2004-05-27James Bursa's fix to prevent free(NULL) to occurDaniel Stenberg
2004-05-26the CONNECT issue seems fixed too nowDaniel Stenberg
2004-05-26Mohun Biswas added release-zlib and debug-zlib targets.Daniel Stenberg
2004-05-26MSVC makefiles updated and an auth problem when using CONNECTDaniel Stenberg
2004-05-26curllib.dsp works in the latest snapshotsDaniel Stenberg
2004-05-26bugs, changes, sponsors!Daniel Stenberg
2004-05-26updated with recent stuffDaniel Stenberg
2004-05-26three new functions in the public APIDaniel Stenberg
2004-05-26added example that makes an upload to a file:// urlDaniel Stenberg
2004-05-26strip trailing whitespaceDaniel Stenberg
2004-05-26Added a new 'bit' in the connect struct named 'tunnel_proxy' that is setDaniel Stenberg
if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if explicitly enabled by the app.
2004-05-25initial support for "uploading" to file:// URLsDaniel Stenberg
2004-05-25--proxy-basic added for completenessDaniel Stenberg
2004-05-25removed some stuff that actually is done now, added the --optionseparatorDaniel Stenberg
idea (not really new, but its better to have it mentioned in here)
2004-05-25Bug report #948950, excessive amount of file descriptors might crash libcurlDaniel Stenberg
2004-05-25Massimiliano Ziccardi's updates for the VC6 makefilesDaniel Stenberg
2004-05-25preprocessor magic around the libidn idn_free() stuff to remain workableDaniel Stenberg
both with older libidn versions without idn_free() and with libidn versions that gets installed without idn-free.h
2004-05-25checl for the idn_free stuff to remain functionall even with older libidnDaniel Stenberg
versions
2004-05-25remove trailing whitespaceDaniel Stenberg
2004-05-25make one call instead of twoDaniel Stenberg
2004-05-24new example proving that the debug callback works even when the multiDaniel Stenberg
interface is used
2004-05-24remove trailing whitespaceDaniel Stenberg
2004-05-24multi interface, debug callbackDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24if no errorbuffer string was provided when a return code was returned, useDaniel Stenberg
the curl_easy_strerror() function to provide one