- Aug 20, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
commands to the man pages.
-
Daniel Stenberg authored
memory leak because it never called the OpenSSL function CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a missing define in config-win32.h!
-
- Aug 18, 2008
- Aug 17, 2008
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Yang Tse authored
when including the OpenSSL header files. This is the recommended setting, this prevents the undesired inclusion of header files with the same name as those of OpenSSL but which do not belong to the OpenSSL package. The visible change from previously released libcurl versions is that now OpenSSl enabled NetWare builds also define USE_OPENSSL in config files, and that OpenSSL header files must be located in a subdirectory named 'openssl'.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Aug 16, 2008
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
remain in use as internal curl_off_t print formatting strings for the internal *printf functions which still cannot handle print formatting string directives such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and other DOS/Windows compilers. This reverts previous commit part which did: FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
-
- Aug 15, 2008
-
-
Dan Fandrich authored
was discovered to be problematic while investigating an incident reported by Von back in May. curl in this case doesn't include a Content-Length: or Transfer-Encoding: chunked header which is illegal. This test case is added to DISABLED until a solution is found.
-
Yang Tse authored
the names of the curl_off_t formatting string directives now become CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU. CURL_FMT_OFF_T -> CURL_FORMAT_CURL_OFF_T CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU Remove the use of an internal name for the curl_off_t formatting string directives and use the common one available from the inside and outside of the library. FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
-
- Aug 14, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
suffixes, using a test-and-try suffix approach letting the compiler validate it.
-
Yang Tse authored
the source code of curlx_strtoll is excluded if NEED_CURL_STRTOLL isn't defined.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Add debug tracing for CURL_CHECK_DEF_INTXX_C.
-
- Aug 13, 2008