Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-04 | the latest changes | Daniel Stenberg | |
2003-07-04 | HAVE_SETVBUF removed, no longer used | Daniel Stenberg | |
2003-07-04 | removed | Daniel Stenberg | |
2003-07-04 | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg | |
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely. | |||
2003-07-04 | remove the usage of setvbuf() and use fflush() instead if no buffering should | Daniel Stenberg | |
be done on the output | |||
2003-07-04 | CURLDEBUG not MALLOCDEBUG anymore | Daniel Stenberg | |
2003-07-04 | adjusted to the NTLM updates | Daniel Stenberg | |
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg | |
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. | |||
2003-07-01 | David Byron's patch that allows a client to make the server quit with a | Daniel Stenberg | |
magic url. | |||
2003-07-01 | new CVS info | Daniel Stenberg | |
2003-07-01 | Gisle Vanem found a lib handle leak in the ldap code | Daniel Stenberg | |
2003-06-27 | When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for | Daniel Stenberg | |
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. | |||
2003-06-26 | revert out my bogus commit. ;-) | Sterling Hughes | |
2003-06-26 | test commit | Sterling Hughes | |
2003-06-26 | new tests | Daniel Stenberg | |
2003-06-26 | produce a skip-report at the end of all tests, and thus record and count | Daniel Stenberg | |
them properly | |||
2003-06-26 | beautified and added comments all over | Daniel Stenberg | |
2003-06-26 | mention the new flag bits we support | Daniel Stenberg | |
2003-06-26 | mention that it copies the string you add | Daniel Stenberg | |
2003-06-26 | added lots, mostly the new auth-related option(s) | Daniel Stenberg | |
2003-06-26 | added lots of auth stuff and updated other things too | Daniel Stenberg | |
2003-06-26 | mention COOKIES, removed added entries, corrected the FPL-SSL link/reference | Daniel Stenberg | |
2003-06-26 | mention the other formats the docs come in | Daniel Stenberg | |
2003-06-26 | adjusted to recent changes | Daniel Stenberg | |
2003-06-26 | we do support NTLM now... | Daniel Stenberg | |
2003-06-26 | CURLDEBUG is the symbol to use, no longer MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | adjusted the compressed generation to be more helpful in comments etc | Daniel Stenberg | |
2003-06-26 | support for the new auth stuff | Daniel Stenberg | |
more output on --version/-V mention --manual on the help output text | |||
2003-06-26 | new httpauth support, changed filetime variable kind | Daniel Stenberg | |
2003-06-26 | added CURLOPT_HTTPAUTH support | Daniel Stenberg | |
2003-06-26 | Adjusted to work properly with the new authentication stuff | Daniel Stenberg | |
Added code to deal with white spaces in relocation headers. | |||
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | use CURLDEBUG | Daniel Stenberg | |
2003-06-26 | adjusted to use the same API as the OpenSSL version of the MD5 functions | Daniel Stenberg | |
2003-06-26 | added ntlm flag bits | Daniel Stenberg | |
2003-06-26 | Many fixes, most of them based on comments by Eric Glass | Daniel Stenberg | |
2003-06-26 | new proto for Curl_input_negotiate | Daniel Stenberg | |
2003-06-26 | kill warnings | Daniel Stenberg | |
2003-06-26 | major adjustments to the new authentication support | Daniel Stenberg | |
2003-06-26 | include GSS in the debug string if available, support a few new flag | Daniel Stenberg | |
booleans | |||
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | one typecast less for the localtime(), use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | We noe use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | moved from former CVS | Daniel Stenberg | |
2003-06-26 | Added time_t | Daniel Stenberg | |
2003-06-25 | up to date with the actual situation | Daniel Stenberg | |
2003-06-13 | Cris Bailiff's patch that should make us do NTLM correctly. When we've | Daniel Stenberg | |
authenticated our connection, we can continue without any Authorization: headers as long as our connection is maintained. |