Age | Commit message (Expand) | Author |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg |
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg |
2003-08-11 | support sending off cookies without contents | Daniel Stenberg |
2003-08-11 | Added some infof() calls, that require the data pointer so now several | Daniel Stenberg |
2003-08-11 | Dirk Manske's bugfix for the share stuff | Daniel Stenberg |
2003-08-10 | don't claim the PASV connect is connected unless it *really* is! | Daniel Stenberg |
2003-08-08 | make sure the string is long enough | Daniel Stenberg |
2003-08-08 | David Byron's fix for file:// URLs with drive letters included. | Daniel Stenberg |
2003-08-08 | chmod the cabundle file before we attempt to write to it, to make | Daniel Stenberg |
2003-08-08 | re-arranged the cwd/mkd stuff a bit | Daniel Stenberg |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg |
2003-08-07 | use 644 for the chmod | Daniel Stenberg |
2003-08-06 | argh, it wasn't *that* easy to generate the ca-bundle header in the build | Daniel Stenberg |
2003-08-06 | fix the treatment of the variable width specifier '*', which caused a bug | Daniel Stenberg |
2003-08-06 | generate the ca-bundle.h in the build dir, and also make sure to chmod | Daniel Stenberg |
2003-08-06 | include "share.h" for the cookie sharing | Daniel Stenberg |
2003-08-06 | make it build without ares support | Daniel Stenberg |
2003-08-06 | more fix | Daniel Stenberg |
2003-08-06 | updated the ares instruction | Daniel Stenberg |
2003-08-05 | LDFLAGS fix to make the GSSAPI build again | Daniel Stenberg |
2003-08-05 | added README.ares | Daniel Stenberg |
2003-08-05 | how to build with ares | Daniel Stenberg |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg |
2003-08-05 | clean up the dir tree hierarchy in *_done() to make persistant connection | Daniel Stenberg |
2003-08-04 | Jan Sundin reported a case where curl ignored a cookie that browsers don't, | Daniel Stenberg |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg |
2003-08-03 | Mark Fletcher provided an excellent bug report that identified a problem | Daniel Stenberg |
2003-08-02 | When proxy authentication is used in a CONNECT request (as used for all SSL | Daniel Stenberg |
2003-07-30 | Jörg Müller-Tolk updated this to build fine with 7.10.6 | Daniel Stenberg |
2003-07-30 | Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar | Daniel Stenberg |
2003-07-30 | Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes | Daniel Stenberg |
2003-07-28 | clear http->send_buffer when we have freed the memory it pointed to | Daniel Stenberg |
2003-07-28 | François Pons brought a patch that once again made curl deal with ftp and | Daniel Stenberg |
2003-07-25 | having it in CVS causes us problems *grrr* | Daniel Stenberg |
2003-07-25 | Andrés García updated with the added files etc | Daniel Stenberg |
2003-07-25 | With an unknown CA path, we undef the variable. To build properly without | Daniel Stenberg |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg |
2003-07-23 | When we re-use an existing connection we must make sure that we don't | Daniel Stenberg |
2003-07-23 | minor code style fix | Daniel Stenberg |
2003-07-23 | Daniel Kouril's fix to make the GSS-Negotiate work fine. | Daniel Stenberg |
2003-07-23 | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg |
2003-07-23 | Plain default version of this file, to allow users to build easier from | Daniel Stenberg |
2003-07-22 | reversed the check for GSSAPI when request that auth | Daniel Stenberg |
2003-07-22 | CURLDEBUG, not MALLOCDEBUG | Daniel Stenberg |
2003-07-22 | More support for NTLM on proxies, now proxy state and nonce is stored in | Daniel Stenberg |
2003-07-22 | The NTLM functions now take a 'proxy' argument as well. | Daniel Stenberg |
2003-07-22 | Added a separate struct for the proxyntlm data, as it will/can be different | Daniel Stenberg |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg |
2003-07-21 | adjusted to support NTLM for proxies | Daniel Stenberg |
2003-07-21 | krb4-fixes for the moved user+password fields within the structs | Daniel Stenberg |