Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-24 | Introduced the configure option --enable-soname-bump that lets a user enforce | Daniel Stenberg | |
an SONAME bump. | |||
2008-08-24 | Added firefox-db2pem.sh to the release archive | Daniel Stenberg | |
2008-08-24 | Debug trace curl_mprintf() on x86_64 and ia64 systems. | Yang Tse | |
2008-08-24 | x86_64 fixes | Yang Tse | |
2008-08-24 | x86_64 fixes | Yang Tse | |
2008-08-24 | Test if type casting a 'signed int' to a 'signed long long' fails to do sign ↵ | Yang Tse | |
extension on x86_64. | |||
2008-08-23 | - Running 'make ca-firefox' in the root build dir will now run the new | Daniel Stenberg | |
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl. | |||
2008-08-23 | removed obsolete slash in URL. | Gunter Knauf | |
2008-08-23 | revert accidental commit | Daniel Stenberg | |
2008-08-23 | - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi | Daniel Stenberg | |
interface, and the proxy would send Connection: close during the authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047 | |||
2008-08-23 | mention the no soname bump too | Daniel Stenberg | |
2008-08-23 | my first take at documenting the curl_off_t situation when doing an upgrade | Daniel Stenberg | |
< 7.19.0 to >= 7.19.x | |||
2008-08-23 | explicit value assignment for comparison result | Yang Tse | |
2008-08-23 | typecast constant in comparison | Yang Tse | |
2008-08-22 | Reinstate struct_stat definition that got lost in previous commit. | Yang Tse | |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse | |
support is provided using WIN32 functions directly. | |||
2008-08-22 | Improved curl_m*printf() integral data type size and signedness handling | Yang Tse | |
2008-08-22 | cleanup the BOOL usage | Yang Tse | |
2008-08-21 | use a more updated certdata.txt URL | Daniel Stenberg | |
2008-08-21 | Work around a scanf() bug in djgpp 2.04. The assignments for this | Gisle Vanem | |
format is working okay. But the return value is incorrectly EOF. | |||
2008-08-21 | Added '#define HAVE_STRUCT_IN6_ADDR 1' needed when | Gisle Vanem | |
building with 'USE_ARES'. | |||
2008-08-21 | Added rule to generate '../include/curl/curlbuild.h'. | Gisle Vanem | |
2008-08-21 | Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too. | Gisle Vanem | |
2008-08-21 | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse | |
2008-08-21 | Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf() | Yang Tse | |
2008-08-21 | Fix one bug detected thanks to test case 557. | Yang Tse | |
2008-08-21 | Some data type size adjustments. | Yang Tse | |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | |
Improve HAVE_LONGLONG symbol description. | |||
2008-08-20 | Added option to use c-ares resolver lib. | Yang Tse | |
2008-08-20 | Use 'Curl_inet_pton()' instead of 'inet_pton()'. | Yang Tse | |
2008-08-20 | Simplify condition check | Yang Tse | |
2008-08-20 | - Phil Pellouchoud pointed out that the windows version of libcurl had a | Daniel Stenberg | |
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! | |||
2008-08-17 | Rewritten to also produce a static library (libcurl_wc.lib). | Gisle Vanem | |
2008-08-17 | OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory | Yang Tse | |
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'. | |||
2008-08-17 | Adjust usage of conditional definition of USE_OPENSSL | Yang Tse | |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse | |
2008-08-16 | Oops, missed FORMAT_OFF_TU | Yang Tse | |
2008-08-16 | Fix Use of conditional definition of USE_OPENSSL | Yang Tse | |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse | |
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 | |||
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | |
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 | |||
2008-08-14 | When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be ↵ | Yang Tse | |
defined, the source code of curlx_strtoll is excluded if NEED_CURL_STRTOLL isn't defined. | |||
2008-08-14 | CURL_LLONG_MIN should now be signed | Yang Tse | |
2008-08-13 | Sync config.h generation from lib/Makefile.netware and src/Makefile.netware | Yang Tse | |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse | |
in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process and in CVS curlbuild.h.dist for non-configure systems. | |||
2008-08-13 | Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used). | Gisle Vanem | |
2008-08-13 | Update dependencies. | Gisle Vanem | |
2008-08-13 | Adjustment due to curl_off_t no longer following off_t | Yang Tse | |
2008-08-12 | Removed unneeded header files | Dan Fandrich | |
2008-08-12 | Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur | Dan Fandrich | |
when a server responded with long headers and data. Luckily, the buffer overflowed into another unused buffer, so no actual harm was done. Added test cases 1060 and 1061 to verify. |