Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-03 | CURLOPT_FTPSSLAUTH was added in 7.12.2 | Daniel Stenberg | |
2004-11-29 | As reported in Mandrake's bug tracker bug 12285 | Daniel Stenberg | |
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables the ability to transfer a file. Now, when connected to an FTP server with IPv6, these FTP commands can't be disabled even if asked to with the available libcurl options. | |||
2004-11-28 | removed one we won't do, removed the CWD optimize as it is (partly) done | Daniel Stenberg | |
2004-11-26 | Added anyauthput.exe. | Gisle Vanem | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-24 | Clarify the static vs. import lib issue on Win32. | Gisle Vanem | |
2004-11-23 | added a bunch of people who really deserve to be here | Daniel Stenberg | |
2004-11-23 | yet another binding | Daniel Stenberg | |
2004-11-22 | trying a version with URLs for all function calls | Daniel Stenberg | |
2004-11-22 | removed trailing whitespace | Daniel Stenberg | |
2004-11-22 | removed unused variable and trailing whitespace | Daniel Stenberg | |
2004-11-22 | remove curl_ prefix from functions not present in libcurl | Daniel Stenberg | |
2004-11-22 | re-indented to curl style | Daniel Stenberg | |
2004-11-22 | renamed curl_thread to my_thread to avoid confusion | Daniel Stenberg | |
2004-11-22 | add URLs in comments for all libcurl function calls | Daniel Stenberg | |
2004-11-21 | the FD_SETSIZE problem is fixed | Daniel Stenberg | |
2004-11-21 | added comment for windows people about READFUNCTION being needed | Daniel Stenberg | |
2004-11-16 | mention the openssl callbacks for SSL multithread | Daniel Stenberg | |
2004-11-15 | tiny format fix for nicer man output | Daniel Stenberg | |
2004-11-15 | new -w variables supported | Daniel Stenberg | |
2004-11-15 | binding for R | Daniel Stenberg | |
2004-11-12 | format mistake fixed | Daniel Stenberg | |
2004-11-11 | clarify and update according to commit made just now | Daniel Stenberg | |
2004-11-11 | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg | |
2004-11-04 | more retry stuff | Daniel Stenberg | |
2004-11-04 | test server port numbers are now easily changed | Daniel Stenberg | |
2004-11-02 | documented the current --retry options | Daniel Stenberg | |
2004-11-02 | modified to not use realloc() on a NULL pointer | Daniel Stenberg | |
2004-10-26 | mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH or ld.so.conf) | Daniel Stenberg | |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg | |
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it. | |||
2004-10-25 | format update | Daniel Stenberg | |
2004-10-19 | iconv 2.1.3 is considered bad for test case 165 | Daniel Stenberg | |
2004-10-19 | snart isn't really used these days so we cut out the reference to it | Daniel Stenberg | |
2004-10-19 | added num_connects | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-16 | Open "debugit" in binary mode ("rb"). | Gisle Vanem | |
2004-10-08 | --enable-ares on AIX has problem | Daniel Stenberg | |
2004-10-08 | Use 'struct lifreq' and SIOCGLIFADDR | Daniel Stenberg | |
2004-10-06 | *** empty log message *** | Gisle Vanem | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-10-04 | name mix fix | Daniel Stenberg | |
2004-10-03 | added info about how users get info (like the CURLcode return code) from | Daniel Stenberg | |
individual transfers | |||
2004-10-01 | mention when this option was added | Daniel Stenberg | |
2004-09-30 | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an | Daniel Stenberg | |
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this. | |||
2004-09-30 | --max-redirs is _not_ -Z | Daniel Stenberg | |
2004-09-19 | added URL to the exception paragraph in the GPL FAQ | Daniel Stenberg | |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | |
2004-09-16 | Bertrand Demiddelaer's correction | Daniel Stenberg | |
2004-09-16 | ftp-ssl mistake corrected | Daniel Stenberg | |
2004-09-15 | the new date parser affects -z | Daniel Stenberg | |