Age | Commit message (Expand) | Author |
2009-04-02 | Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman) | Benoit Neil |
2009-04-02 | Initial CMake scripts (libcurl only), based on the merge of tetest scripts an... | Benoit Neil |
2009-04-01 | - Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if a | Daniel Stenberg |
2009-03-31 | Properly return an error code in curl_easy_recv (reported by Jim Freeman). | Dan Fandrich |
2009-03-29 | some minor Makefile tweaks. | Gunter Knauf |
2009-03-18 | - Kamil Dudka brought a patch that enables 6 additional crypto algorithms when | Daniel Stenberg |
2009-03-15 | If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call | Gisle Vanem |
2009-03-13 | - Use libssh2_version() to present the libssh2 version in case the libssh2 | Daniel Stenberg |
2009-03-12 | Fix TELNET transfers not being aborted upon write callback failures | Yang Tse |
2009-03-12 | Add Curl_read() return code checking | Yang Tse |
2009-03-11 | fix previous commit misplaced break statement | Yang Tse |
2009-03-11 | Added TELNET timeout support for Windows builds | Yang Tse |
2009-03-09 | - Frank Hempel found out a bug and provided the fix: | Daniel Stenberg |
2009-03-09 | Avoid a compile warning in --disable-proxy case | Dan Fandrich |
2009-03-08 | - Andre Guibert de Bruet found and fixed a code segment in ssluse.c where the | Daniel Stenberg |
2009-03-08 | - Andre Guibert de Bruet fixed the gnutls-using code: There are a few places | Daniel Stenberg |
2009-03-08 | Andre Guibert de Bruet fixed a typo in the error message | Daniel Stenberg |
2009-03-05 | Fix NTLM authentication memory leak on SSPI enabled Windows builds | Yang Tse |
2009-03-03 | - David James brought a patch that make libcurl close (all) dead connections | Daniel Stenberg |
2009-03-02 | - David Kierznowski notified us about a security flaw | Daniel Stenberg |
2009-02-28 | for portability reasons: s/inet_pton/Curl_inet_pton/ | Yang Tse |
2009-02-28 | fix compiler warning | Yang Tse |
2009-02-27 | - Senthil Raja Velu reported a problem when CURLOPT_INTERFACE and | Daniel Stenberg |
2009-02-27 | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg |
2009-02-25 | corrected and clarified the top comment | Daniel Stenberg |
2009-02-25 | - As Daniel Fandrich figured out, we must do the GnuTLS initing in the | Daniel Stenberg |
2009-02-24 | - Brian J. Murrell found out that Negotiate proxy authentication didn't work. | Daniel Stenberg |
2009-02-23 | - After a bug reported by James Cheng I've made curl_easy_getinfo() for | Daniel Stenberg |
2009-02-23 | adjustment for new Mac OS X framework build script | Yang Tse |
2009-02-23 | Daniel Johnson provided a shell script that will perform all the steps needed | Yang Tse |
2009-02-23 | - I renamed everything in the windows builds files that used the name 'curllib' | Daniel Stenberg |
2009-02-23 | use the internal snprintf() function | Yang Tse |
2009-02-20 | Do not halt compilation when using VS2008 to build a Windows 2000 target | Yang Tse |
2009-02-20 | - Linus Nielsen Feltzing reported and helped me repeat and fix a problem with | Daniel Stenberg |
2009-02-19 | - Patrik Thunstrom reported a problem and helped me repeat it. It turned out | Daniel Stenberg |
2009-02-18 | spell-fixed comments and other minor non-code edits | Daniel Stenberg |
2009-02-18 | FTP downloads (i.e.: RETR) ending with code 550 now return error CURLE_REMOTE... | Patrick Monnerat |
2009-02-17 | - Kamil Dudka made NSS-powered builds compile and run again! | Daniel Stenberg |
2009-02-17 | - A second follow-up change by Andre Guibert de Bruet to fix a related memory | Daniel Stenberg |
2009-02-17 | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for | Daniel Stenberg |
2009-02-14 | In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warning | Gisle Vanem |
2009-02-14 | nah, use the simpler year - year range syntax only, no matter what emacs' | Daniel Stenberg |
2009-02-14 | - Andre Guibert de Bruet found and fixed a memory leak in the content encoding | Daniel Stenberg |
2009-02-12 | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich |
2009-02-11 | - CURLINFO_CONDITION_UNMET was added to allow an application to get to know if | Daniel Stenberg |
2009-02-07 | Moved Curl_strntoupper() to the rawstr.c file where the other raw string | Daniel Stenberg |
2009-02-03 | - Hidemoto Nakada provided a small fix that makes it possible to get the | Daniel Stenberg |
2009-02-02 | - Patrick Scott found a rather large memory leak when using the multi | Daniel Stenberg |
2009-02-02 | minor comment fix | Daniel Stenberg |
2009-02-02 | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg |