- Dec 13, 2004
-
-
Gisle Vanem authored
Added CURLINFO_SLIST type for returing a 'struct slist' in curl_easy_getinfo(). Added CURLINFO_SSL_ENGINES.
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
by me.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 12, 2004
-
-
Daniel Stenberg authored
help debugging. (when using ipv6 I fell over this server that didn't have the ipv6 module loaded)
-
Gisle Vanem authored
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
not the former one
-
Daniel Stenberg authored
-
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 10, 2004
-
-
Daniel Stenberg authored
be broken, but at least they'll be less broken than they are now."
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
as suggested by Kai Sommerfeld
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 09, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
reported on Solaris) problem where the size_t check fails due to the SSL libs being found in a dir not searched through by the run-time linker. patch-tracker entry #1081707.
-
Daniel Stenberg authored
--vernum output wasn't zero prefixed properly (as claimed in documentation). This is fixed in maketgz now.
-
- Dec 08, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
in this file automatically on releases using the maketgz script.
-
Daniel Stenberg authored
- removal of getdate.c - Added hostares.c, hostasyn.c, hostip4.c, hostip6.c, hostsync.c, hostthre.c, inet_ntop.c, nwlib.c, parsedate.c, sterror.c, strtoofft.c I have tested the build on 10.3, and will build on 10.2.8 in the next days.
-
- Dec 07, 2004
-
-
Daniel Stenberg authored
libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less likely to occur again (and added a comment explaining the reason to the buffer size).
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
isn't set to encrypted properly
-
- Dec 06, 2004
-
-
Daniel Stenberg authored
even if no errorbuffer is set.
-
Daniel Stenberg authored
the multi interface
-