- Dec 16, 2004
-
-
Daniel Stenberg authored
of struct_stat in formdata.c as well, to support formpost uploads of large files on Windows too
-
- Dec 15, 2004
-
-
Daniel Stenberg authored
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
-
- Nov 26, 2004
-
-
Gisle Vanem authored
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
- Nov 08, 2004
-
-
Daniel Stenberg authored
in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264.
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 26, 2004
-
-
Daniel Stenberg authored
-
- Oct 02, 2004
-
-
Daniel Stenberg authored
-
- Jul 04, 2004
-
-
Guenter Knauf authored
removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as they are in ./src/setup.h ?
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
-
- Jun 14, 2004
-
-
Daniel Stenberg authored
anything newer than that
-
- Jun 02, 2004
-
-
Daniel Stenberg authored
-
- May 24, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
usage.
-
- Apr 17, 2004
-
-
Daniel Stenberg authored
-
- Mar 26, 2004
-
-
Daniel Stenberg authored
A patch to bypass MS' sillyness with regard to IPv6 and getaddrinfo(). The CURLDEBUG part is to avoid redefinition warning caused by memdebug.h. If ENABLE_IPV6 isn't enabled, it doesn't matter since we never call getaddrinfo(). Allthough we could to support weird protocols like SOCK_RDM that Win-2K/XP has.
-
- Mar 21, 2004
-
-
Daniel Stenberg authored
-
- Mar 17, 2004
-
-
Daniel Stenberg authored
-
- Mar 10, 2004
-
-
Daniel Stenberg authored
certainly doesn't need the OS define.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
It is only undefined when this file is included by others (like ares) and in those cases it doesn't matter.
-
Daniel Stenberg authored
-
- Mar 09, 2004
-
-
Daniel Stenberg authored
defines are in setup.h.
-
Daniel Stenberg authored
-
- Mar 04, 2004
-
-
Daniel Stenberg authored
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
-
- Mar 02, 2004
-
-
Daniel Stenberg authored
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'.
-
Daniel Stenberg authored
- Also, we must not assume that SIZEOF_CURL_OFF_T is defined, as this file gets included from the ares dir at times and then it isn't defined.
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
define our internal CURL_FORMAT_OFF_T define, we don't use the global one!
-
- Feb 20, 2004
-
-
Daniel Stenberg authored
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest!
-
- Feb 18, 2004
-
-
Daniel Stenberg authored
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
-
- Jan 30, 2004
-
-
Daniel Stenberg authored
so that the automatic testing hosts will test these changes over the weekend.
-
- Jan 29, 2004
-
-
Daniel Stenberg authored
-
- Jan 23, 2004
-
-
Daniel Stenberg authored
-
- Jan 22, 2004
-
-
Daniel Stenberg authored
-
- Jan 13, 2004
-
-
Daniel Stenberg authored
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-