Age | Commit message (Expand) | Author |
2005-01-08 | Note about the static lib requirement; -DCURL_STATICLIB. | Gisle Vanem |
2005-01-04 | Changed curl.dll to libcurl.dll. | Gisle Vanem |
2005-01-04 | just narrowed some text to fit within 80 cols | Daniel Stenberg |
2004-12-25 | Test case 241 fails on all systems that support IPv6 but that don't have the | Daniel Stenberg |
2004-12-24 | mention the new --protocols | Daniel Stenberg |
2004-12-23 | Added LDAP library issue. | Dan Fandrich |
2004-12-22 | added CURLINFO_HTTP_CONNECTCODE | Daniel Stenberg |
2004-12-22 | uh, fixed! | Daniel Stenberg |
2004-12-22 | Added: 4 protocols we _could_ support and the CONNECT HTTP/1.0 detail we might | Daniel Stenberg |
2004-12-21 | more about error codes | Daniel Stenberg |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg |
2004-12-21 | mention how the FTP code should be fixed one day | Daniel Stenberg |
2004-12-21 | How do I list the root dir of an FTP server? | Daniel Stenberg |
2004-12-18 | mention the new cookie api plans | Daniel Stenberg |
2004-12-18 | Jean-Marc Ranger pointed out that the returned data doesn't survive a call | Daniel Stenberg |
2004-12-14 | clarify that the app must free the engine list | Daniel Stenberg |
2004-12-13 | Document CURLINFO_SSL_ENGINES and "--engine". | Gisle Vanem |
2004-12-11 | mention the maybe-missing initial zero in the vernum output | Daniel Stenberg |
2004-12-10 | Dan Fandrich corrects spelling mistakes | Daniel Stenberg |
2004-12-10 | Dan Fandrich extended the cross compile section and corrected spelling errors | Daniel Stenberg |
2004-12-10 | Added two chapters: Custom Request Elements and Debug. | Daniel Stenberg |
2004-12-07 | minor updates | Daniel Stenberg |
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 |
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 |