Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-17 | setting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback | Daniel Stenberg | |
pointers to the internal default functions | |||
2003-08-14 | prevent memory leak when going out of memory | Daniel Stenberg | |
2003-08-11 | use safefree instead | Daniel Stenberg | |
2003-08-11 | memory leak fixed when re-using connections with proxy user+passwd | Daniel Stenberg | |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg | |
work. | |||
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg | |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | 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-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg | |
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-22 | reversed the check for GSSAPI when request that auth | Daniel Stenberg | |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg | |
connectdata to work as expected | |||
2003-07-20 | If NTLM is requested, only re-use connections that have the exact same | Daniel Stenberg | |
credentials. | |||
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | |
of the sessionhandle struct, as that was not good. | |||
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-06-26 | added CURLOPT_HTTPAUTH support | Daniel Stenberg | |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg | |
a "plain" Negotiate as well. | |||
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg | |
but the infrastructure is there. | |||
2003-06-10 | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg | |
to add more method in the future. | |||
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | |
added. | |||
2003-05-23 | include digest.h for proto | Daniel Stenberg | |
2003-05-22 | Added CURLOPT_HTTPDIGEST support | Daniel Stenberg | |
SOCKS5 fix as suggested by Jis in bugreport #741841. | |||
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |
2003-05-12 | Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if | Daniel Stenberg | |
set to "". This frees the application from having to know which encodings the library supports. | |||
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg | |
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg | |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg | |
2003-04-11 | show a verbose warning message in case cookie-saving fails, after | Daniel Stenberg | |
Ralph Mitchell's notification. | |||
2003-04-10 | Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no | Daniel Stenberg | |
slash after the host name, but still a ? and following "parameters". | |||
2003-03-31 | move the ssl config clone call to before the connectionexists call and then | Daniel Stenberg | |
also subsequently free the ssl struct if the connection struct is to be deleted | |||
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg | |
comparisons before re-using SSL connections and re-using SSL connection IDs. | |||
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg | |
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts. | |||
2003-03-31 | Frankie Fong filed bug report #708708 which identified a problem with | Daniel Stenberg | |
ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the same host. This fix corrects the problem. | |||
2003-03-25 | white space and indent fix | Daniel Stenberg | |
2003-03-24 | Richard Bramante's provided a fix for a handle re-use problem seen when you | Daniel Stenberg | |
change options on an SSL-enabled connection between requests. | |||
2003-03-21 | Hopefully this change addresses these two bug reports: 707003 and 706624. | Daniel Stenberg | |
We need to make sure that when we init a 'connectdata' struct and then afterwards check for and re-use another one, we must be careful so that the newly set values are transmitted and used in the surviving connectdata struct. | |||
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg | |
Fix by Richard Gorton. | |||
2003-02-28 | include the engine stuff | Daniel Stenberg | |
2003-02-24 | Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher | Daniel Stenberg | |
than 5 could cause a segfault. | |||
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre | |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | |
way for emacs, and vim users should provide a similar non-polluting style | |||
2003-01-20 | Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by | Daniel Stenberg | |
only allocating the scratch memory buffer once it is needed and not always in the handle. | |||
2003-01-20 | given passwords in netrc must be respected accordingly | Daniel Stenberg | |
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2003-01-15 | removed a TAB | Daniel Stenberg | |
2003-01-10 | Steve Oliphant pointed out that test case 105 did not work anymore and this | Daniel Stenberg | |
was due to a missing fix for the password prompting | |||
2003-01-09 | if userpwd is "username:", this now implies a blank password while only | Daniel Stenberg | |
"username" will cause libcurl to prompt for password. Bryan Kemp noticed. test case 136 is added for this | |||
2003-01-08 | updated to use the modified share-types | Daniel Stenberg | |