- Apr 26, 2005
-
-
Daniel Stenberg authored
-
- Apr 24, 2005
-
-
Daniel Stenberg authored
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 19, 2005
-
-
Daniel Stenberg authored
-
- Mar 17, 2005
-
-
Dan Fandrich authored
-
- Mar 15, 2005
-
-
Dan Fandrich authored
-
- Jan 04, 2005
-
-
Gisle Vanem authored
-
- Dec 16, 2004
-
-
Gisle Vanem authored
stat(), fstat() and lseek().
-
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.
-