Age | Commit message (Expand) | Author |
2009-04-08 | #ifdef around variables to squelsh warnings. | Gisle Vanem |
2009-04-08 | Fixed compile defines in CMake scripts | Benoit Neil |
2009-04-08 | Sun compilers specific preprocessor block removed from curlbuild.h.dist | Yang Tse |
2009-04-07 | (Minor update) Modified a comment, before going to sleep :) | Benoit Neil |
2009-04-07 | and include the .inc files in the release tarballs... | Daniel Stenberg |
2009-04-07 | Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc... | Benoit Neil |
2009-04-07 | Added CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings. | Benoit Neil |
2009-04-07 | clarified after chat in #curl | Daniel Stenberg |
2009-04-07 | (From Bill Hoffman & Sukender) Added Dashboard reports. | Benoit Neil |
2009-04-07 | Fixed tests/server build (removed unnecessary link to libcurl). | Benoit Neil |
2009-04-06 | Made the CMake scripts read Makefile.inc. Needs testing I guess. | Benoit Neil |
2009-04-06 | - I clarified in the docs that CURLOPT_SEEKFUNCTION should return 0 on success | Daniel Stenberg |
2009-04-06 | Added tests (exes) targets, refactor a few things. | Benoit Neil |
2009-04-06 | Added curl (exe) target, fixed static/dynamic linking errors. | Benoit Neil |
2009-04-06 | Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import lib... | Benoit Neil |
2009-04-06 | Fixed Win32 link error and disabled MSVC specific (=annoying) warnings (Repor... | Benoit Neil |
2009-04-03 | fix compiler warning: passing arg 1 of `sk_num' from incompatible pointer type | Yang Tse |
2009-04-02 | Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman) | Benoit Neil |
2009-04-02 | Fix curl_off_t definition for builds done using Sun compilers and a | Yang Tse |
2009-04-02 | Initial CMake scripts (libcurl only), based on the merge of tetest scripts an... | Benoit Neil |
2009-04-02 | Added the curl_easy_recv return code fix | Dan Fandrich |
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-20 | Gary Maxwell helped us clarify that CURLOPT_SHARE specificly needs the locking | Daniel Stenberg |
2009-03-20 | removed useless comment | Daniel Stenberg |
2009-03-18 | Add a link to "Potential Errors Passing CRT Objects Across DLL Boundaries" | Yang Tse |
2009-03-18 | - Kamil Dudka brought a patch that enables 6 additional crypto algorithms when | Daniel Stenberg |
2009-03-18 | minor fix | Daniel Stenberg |
2009-03-15 | If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call | Gisle Vanem |
2009-03-13 | we use libssh2_version() now if available | Daniel Stenberg |
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 | Oops, make the memory magic debug stuff done before global init too just to | Daniel Stenberg |
2009-03-11 | - Kamil Dudka made the curl tool properly call curl_global_init() before any | Daniel Stenberg |
2009-03-11 | update the embedded copyright year | Daniel Stenberg |
2009-03-11 | s/u_long/unsigned long/ | 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-10 | Moved 7.19.2 and older entries from CHANGES to CHANGES.0 (the latter is not | Daniel Stenberg |
2009-03-09 | - Frank Hempel found out a bug and provided the fix: | Daniel Stenberg |
2009-03-09 | - Andreas Farber made the 'buildconf' script check for the presence of m4 | 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-08 | - Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) that | Daniel Stenberg |
2009-03-05 | Expanded the security section of the libcurl-tutorial man page to cover | Dan Fandrich |
2009-03-05 | Fix NTLM authentication memory leak on SSPI enabled Windows builds | Yang Tse |