- Feb 08, 2008
-
-
Daniel Stenberg authored
instead of downloading it from the curl site
-
Daniel Stenberg authored
creates a suitable ca-bundle.crt file in PEM format for use with curl. The recommended way to run it is to use 'make ca-bundle' in the build tree root.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it works the same way for configure-based platforms as for non-configure ones
-
Daniel Stenberg authored
-
Guenter Knauf authored
for now this does rename the existing ca-bundle.crt to ca-bundle.crt.old; maybe we can remove this once we are 100% sure that the new script works properly, and just overwrite the shipping one?
-
Guenter Knauf authored
-
Guenter Knauf authored
added a switch to display certdata.txt version header.
-
Dan Fandrich authored
--vernum
-
Guenter Knauf authored
-
- Feb 07, 2008
-
-
Daniel Stenberg authored
them all use the same (hopefully correct) logic to make it less error-prone and easier to introduce library-wide where it should be used.
-
Daniel Stenberg authored
ca-bundle.crt file as outdated and in need for replacement by anyone who wants to verify modern peers as the one we have is from year 2000!
-
- Feb 06, 2008
- Feb 05, 2008
-
-
Yang Tse authored
Improve handling of boundary conditions for huge requests.
-
Yang Tse authored
Disable "swsbounce" mode when the received request isn't for the same test and part number.
-
Yang Tse authored
the whole 150000+ bytes struct, and also removing an equally big additional buffer for pipelining treatment.
-
- Feb 04, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Feb 03, 2008
-
-
Daniel Stenberg authored
use of the "is_in_pipeline" struct field.
-
Daniel Stenberg authored
HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the thread-locking and things openssl-style.
-
Daniel Stenberg authored
-
- Feb 01, 2008
-
-
Dan Fandrich authored
install process. Note that mkinstalldirs appears to be used only in some configurations.
-
- Jan 31, 2008
-
-
Yang Tse authored
which are deprecated in recent OpenSSH versions but are current for SunSSH.
-
Daniel Stenberg authored
"HttpOnly" feature introduced by Microsoft and apparently also supported by Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly is now supported when received from servers in HTTP headers, when written to cookie jars and when read from existing cookie jars.
-
Daniel Stenberg authored
the SingleRequest one to make pipelining better. It is a bit tricky to keep them in the right place, to keep things related to the actual request or to the actual connection in the right place.
-
Daniel Stenberg authored
51.Kevin Reed's reported problem with a proxy when doing CONNECT and it wants NTLM and close the connection to the initial CONNECT response: http://curl.haxx.se/bug/view.cgi?id=1879375
-
- Jan 29, 2008
-
-
Guenter Knauf authored
added curl.res to clean target.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
crash!
-
Daniel Stenberg authored
working on other IP-addresses or port numbers.
-
- Jan 28, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
release but hopefully they'll all be fixed in 7.18.1...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 27, 2008
-
-
Daniel Stenberg authored
pipelining. Broken connection is not restored and we get into infinite loop. It happens because of wrong is_in_pipeline values.
-
Yang Tse authored
-