Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without contents (or rather with a blank content). | |||
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 | |
make distcheck run fine | |||
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 | |
dir instead of the source dir, reverting that change | |||
2003-08-06 | fix the treatment of the variable width specifier '*', which caused a bug | Daniel Stenberg | |
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827 | |||
2003-08-06 | generate the ca-bundle.h in the build dir, and also make sure to chmod | Daniel Stenberg | |
the file in the dist-hook to make distcheck run fine | |||
2003-08-06 | include "share.h" for the cookie sharing | Daniel Stenberg | |
2003-08-06 | make it build without ares support | Daniel Stenberg | |
make sure it set async false even when using ipv6 (made test case 20 fail before) | |||
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 | |
build libcurl to use ares for asynch name resolves. | |||
2003-08-05 | clean up the dir tree hierarchy in *_done() to make persistant connection | Daniel Stenberg | |
FTP use the correct directories! Reported in bug report #783116 | |||
2003-08-04 | Jan Sundin reported a case where curl ignored a cookie that browsers don't, | Daniel Stenberg | |
which turned up to be due to the number of dots in the 'domain'. I've now made curl follow the the original netscape cookie spec less strict on that part. | |||
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 | |
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header. | |||
2003-08-02 | When proxy authentication is used in a CONNECT request (as used for all SSL | Daniel Stenberg | |
connects and otherwise enforced tunnel-thru-proxy requests), the same authentication header is also wrongly sent to the remote host. The name and password can then be captured by an evil host and possibly get used for malicious purposes. | |||
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 | |
style like other faked HTTP headers when NOBODY and HEADER are used. | |||
2003-07-30 | Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes | Daniel Stenberg | |
unsigned and we want this to be able to hold -1 for illegal/unset values. | |||
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 | |
"double slash" as indicating the root directory. In the RFC1738-fix of April 30, that ability was removed (since it is not the "right" way). | |||
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 | |
SSL/CA. | |||
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg | |
need it. | |||
2003-07-23 | When we re-use an existing connection we must make sure that we don't | Daniel Stenberg | |
accidentally re-use the connect_addr field, as that might no longer be around. Fix verified by Tracy Boehrer who basicly debugged and tracked down this problem. | |||
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 | |
CVS. This will be updated by the configure script, and a default is placed here by the maketgz script. | |||
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 | |
a separate struct properly. | |||
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 | |
than the remote server's. That is, both the server and the proxy can in fact require NTLM auth. | |||
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg | |
connectdata to work as expected | |||
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 | |
2003-07-20 | David Gardner pointed out in bug report 770755 that using the FTP command CWD | Daniel Stenberg | |
with a blank argument is a bad idea. Now skip blanks. |