Age | Commit message (Expand) | Author |
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 |
2008-08-13 | Remove first version of comment not intended to be finally committed. | Yang Tse |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse |
2008-08-13 | Split comparison among several lines for debugging | Yang Tse |
2008-08-13 | on second thought, let's remove this number from here since it doesn't really | Daniel Stenberg |
2008-08-13 | dead mirrors removed => http://curl.haxx.se/mail/lib-2008-08/0208.html | Daniel Stenberg |
2008-08-13 | httpcustomheader.c is a new tiny example showing a HTTP request with a custom | Daniel Stenberg |
2008-08-13 | Watcom doesn't have <sys/time.h>. | Gisle Vanem |
2008-08-13 | Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used). | Gisle Vanem |
2008-08-13 | Update dependencies. | Gisle Vanem |
2008-08-13 | Update dependencies. | Gisle Vanem |
2008-08-13 | MingW uses gcc. Hence the suffixes for 64-bit are 'LL' and 'ULL'. | Gisle Vanem |
2008-08-13 | Adjustment due to curl_off_t no longer following off_t | Yang Tse |
2008-08-13 | Added a few user-visible bug fixes | Dan Fandrich |
2008-08-12 | sync src makefile with lib makefile. | Gunter Knauf |
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 |
2008-08-12 | Fix 'result' may be used uninitialized in function readwrite_data() | Yang Tse |
2008-08-12 | Fix curl_off_t sized constants usage | Yang Tse |
2008-08-12 | Handle short reads | Dan Fandrich |
2008-08-12 | DOS/Windows 'shells' eat echoed percent sign characters unless escaped. | Yang Tse |
2008-08-12 | - Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnel | Daniel Stenberg |
2008-08-12 | Fix CURL_CHECK_DEF_INTXX_C suffix definition detection | Yang Tse |
2008-08-12 | Added macros for minimum-width signed and unsigned curl_off_t integer | Yang Tse |
2008-08-11 | Added HTTP CONNECT keywords | Dan Fandrich |
2008-08-11 | Fixed a boundary condition error in ftp_readresp() whereby a non-terminal | Dan Fandrich |
2008-08-11 | 152 + 153 are fixed! | Daniel Stenberg |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042440 | Daniel Stenberg |
2008-08-11 | Ooops | Yang Tse |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse |