Age | Commit message (Expand) | Author |
2008-08-21 | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse |
2008-08-21 | Test case 557 now also verifies signed and unsigned int formatting. | Yang Tse |
2008-08-21 | Old logic based on ENABLE_64BIT and HAVE_LONGLONG already revisited and adjus... | Yang Tse |
2008-08-21 | Fixed a couple of bugs in libcurl's internal curl_m*printf() functions. | Yang Tse |
2008-08-21 | Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf() | Yang Tse |
2008-08-21 | fix the output name | 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 |
2008-08-20 | Update of lib/Makefile.Watcom. | Yang Tse |
2008-08-20 | Export 'ares_process_fd' too. | Yang Tse |
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 | the .netrc curl checks for is called _netrc on windows bug report #2061610 | Daniel Stenberg |
2008-08-20 | Added an edited version of Vincent Le Normand's documentation of SFTP quote | Dan Fandrich |
2008-08-20 | - Phil Pellouchoud pointed out that the windows version of libcurl had a | Daniel Stenberg |
2008-08-18 | Update test case 557 | Yang Tse |
2008-08-18 | #159 and #160 already done. | Yang Tse |
2008-08-18 | Added test case 557 to verify libcurl's internal curl_m*printf() functions | Yang Tse |
2008-08-17 | Pick-up programs from Makefile.inc. | Gisle Vanem |
2008-08-17 | Replace 'HttpPost' with 'curl_httppost'. | Gisle Vanem |
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 |
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 | Added #159 and #160 | Yang Tse |
2008-08-16 | Ops, remove 'use_vc'. | Gisle Vanem |
2008-08-16 | Support Watt-32 under Win32. | Gisle Vanem |
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 |
2008-08-15 | Added test case 1065 to test a PUT with a single file but two URLs. This | Dan Fandrich |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-14 | curlbuild.h is a generated file on configure-capable systems | Yang Tse |
2008-08-14 | Added Range keyword | Dan Fandrich |
2008-08-14 | Added test 1063 to test an invalid large range on a file: | Dan Fandrich |
2008-08-14 | Fixed unused variable warning | Dan Fandrich |
2008-08-14 | Take three at trying to detect signed and unsigned curl_off_t integer constant | Yang Tse |
2008-08-14 | When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defi... | Yang Tse |
2008-08-14 | CURL_LLONG_MIN should now be signed | Yang Tse |
2008-08-14 | Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s... | Yang Tse |
2008-08-14 | Change CURL_CHECK_DEF_INTXX_C suffix definition detection. | Yang Tse |
2008-08-13 | Fixed: | Daniel Stenberg |
2008-08-13 | Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONG | Yang Tse |
2008-08-13 | Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONG | Yang Tse |
2008-08-13 | Sync config.h generation from lib/Makefile.netware and src/Makefile.netware | Yang Tse |
2008-08-13 | Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand. | Yang Tse |
2008-08-13 | Adjust IBM C compiler CURL_SIZEOF_LONG | Yang Tse |