Age | Commit message (Expand) | Author |
2007-10-03 | Cleanup no longer used macros | Yang Tse |
2007-10-03 | Fix compiler warning: local variable may be used without having been initialized | Yang Tse |
2007-10-03 | Fix issue related with the use of ares_timeout() result. | Yang Tse |
2007-10-03 | exported symbols must use lowercase "curl_", and I also fixed two compiler | Daniel Stenberg |
2007-10-03 | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and | Daniel Stenberg |
2007-10-03 | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-10-02 | Fix memory leak under low memory conditions. | Yang Tse |
2007-10-02 | Fix compiler warning | Yang Tse |
2007-10-02 | <winber.h> needed for Windows LDAP client 32 API support | Yang Tse |
2007-10-02 | Linking with wldap32.lib needed for Windows LDAP client 32 API support | Yang Tse |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-29 | Immanuel Gregoire fixed a problem with persistent transfers over SFTP - the | Daniel Stenberg |
2007-09-28 | Adapted the c-ares code to the API change c-ares 1.5.0 brings in the | Daniel Stenberg |
2007-09-28 | rename variable to prevent shadow warning | Daniel Stenberg |
2007-09-28 | Renamed a variable to avoid shadowing a global declarations. | Dan Fandrich |
2007-09-27 | Don't strdup an empty string | Dan Fandrich |
2007-09-27 | Renamed a few variables to avoid shadowing global declarations. | Dan Fandrich |
2007-09-27 | a name resolve that times out is still a failed name resolve | Daniel Stenberg |
2007-09-27 | Renamed a few variables to avoid shadowing global declarations. | Dan Fandrich |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-27 | Fix compiler warning: the address of 'env' will always evaluate as 'true' | Yang Tse |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-25 | Make glibc define the prototype for strcasestr | Dan Fandrich |
2007-09-25 | #ifdef out a few more functions when SSL is disabled. | Dan Fandrich |
2007-09-25 | Use a native strcasestr() if found. | Dan Fandrich |
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg |
2007-09-21 | Mark Davies fixed Negotiate authentication over proxy, and also introduced | Daniel Stenberg |
2007-09-18 | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg |
2007-09-18 | Immanuel pointed out that public key SSH auth failed if no public/private | Daniel Stenberg |
2007-09-18 | added a define for Win32 to detect already defined ssize_t. | Gunter Knauf |
2007-09-15 | Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP | Daniel Stenberg |
2007-09-15 | fixed ldap support for winldap. | Gunter Knauf |
2007-09-15 | fixed VC6 makefiles for new ldap linkage. | Gunter Knauf |
2007-09-11 | - I noticed while writing test 541 that the FTP code wrongly did a CWD on the | Daniel Stenberg |
2007-09-11 | - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed | Daniel Stenberg |
2007-09-07 | TFTP now reports the "not defined" TFTP error code 0 as an error, | Dan Fandrich |
2007-09-05 | Minix doesn't support getsockopt on UDP sockets or send/recv on TCP | Dan Fandrich |
2007-09-05 | Curl_GetFTPResponse() now checks and properly deals with the fact that the | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-31 | Made some of the error strings returned by the *strerror functions more | Dan Fandrich |
2007-08-31 | Fixed an invalid returned error code added in my last submission. | Dan Fandrich |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich |
2007-08-30 | Made Curl_GetFTPResponse() use lots less code and instead use the proper | Daniel Stenberg |
2007-08-29 | Added lots of consts | Dan Fandrich |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |