- Jul 19, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
HTTP server
-
Daniel Stenberg authored
-
Daniel Stenberg authored
of the sessionhandle struct, as that was not good.
-
Daniel Stenberg authored
connectdata struct instead. Each being an allocated pointer. The passwdgiven field was turned into a local variable in the only function it was being used.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
disconnect the client after the response have been sent. This also happens if the respons is zero byte long. In all other cases (unless an error happens), it will now maintain the connection to allow proper persistant connection testing. This was required for the NTLM testing to work so I finally had to fix this. Of course most of the existing HTTP tests will be adjusted to work with this new rule of test file syntax for HTTP tests. Also fixed the log function to deal with varargs for better logging.
-
- Jul 16, 2003
-
-
Daniel Stenberg authored
-
- Jul 15, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
authenticates connections and not single requests. This should make it work better when we mix requests from multiple hosts. Problem pointed out by Cris Bailiff.
-
Daniel Stenberg authored
Bailiff's bug report 768275.
-
Daniel Stenberg authored
for the user field. I changed it slightly to stay with strchr() only instead of strpbrk() for portability reasons.
-
Daniel Stenberg authored
the multi interface
-
Daniel Stenberg authored
-
- Jul 05, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 04, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
-
Daniel Stenberg authored
be done on the output
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
-
- Jul 01, 2003
-
-
Daniel Stenberg authored
magic url.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 27, 2003
-
-
Daniel Stenberg authored
include files and docs, so now I've added a custom install hook to run make install for docs and install when data is installed at the top-level.
-
- Jun 26, 2003
-
-
Sterling Hughes authored
-
Sterling Hughes authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
them properly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-