673759fe | 05-Aug-2003 |
Daniel Stenberg |
how to build with ares |
b7361239 | 05-Aug-2003 |
Daniel Stenberg |
ares awareness/usage/support added. If configure --enable-ares is used, we build libcurl to use ares for asynch name resolves. |
f85935f0 | 05-Aug-2003 |
Daniel Stenberg |
Add --enable-ares support, which will make us build curl with ares for asynch name resolves. Still very experimental, beware! |
1e7e53c8 | 05-Aug-2003 |
Daniel Stenberg |
clean up the dir tree hierarchy in *_done() to make persistant connection FTP use the correct directories! Reported in bug report #783116 |
b9fdf3cc | 05-Aug-2003 |
Daniel Stenberg |
added test 146 for a ftp persitency test, as reported on the list |
c4626013 | 05-Aug-2003 |
Daniel Stenberg |
persistant connection test |
859877dc | 05-Aug-2003 |
Daniel Stenberg |
auth problems |
c04ce951 | 04-Aug-2003 |
Daniel Stenberg |
cleaned up after David Byron's comment on the libcurl list, aug 5 2003 |
98ee12bc | 04-Aug-2003 |
Daniel Stenberg |
Jan Sundin reported a case where curl ignored a cookie that browsers don't, which turned up to be due to the number of dots in the 'domain'. I've now made curl follow the the original net
Jan Sundin reported a case where curl ignored a cookie that browsers don't, 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.
show more ...
|
fdda786f | 04-Aug-2003 |
Daniel Stenberg |
added test 73 |
831be4f4 | 04-Aug-2003 |
Daniel Stenberg |
Verifies Jan Sundin's cookie bug, dated aug 4 2003. |
41ae97e7 | 04-Aug-2003 |
Daniel Stenberg |
Dirk Manske's patch that introduces cookie support to the share interface. |
f72ba7f7 | 03-Aug-2003 |
Daniel Stenberg |
Mark Fletcher provided an excellent bug report that identified a problem with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX res
Mark Fletcher provided an excellent bug report that identified a problem with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header.
show more ...
|
29604651 | 03-Aug-2003 |
Daniel Stenberg |
serios info leakage! |
db9f87f6 | 02-Aug-2003 |
Daniel Stenberg |
When proxy authentication is used in a CONNECT request (as used for all SSL connects and otherwise enforced tunnel-thru-proxy requests), the same authentication header is also wrongly sent to
When proxy authentication is used in a CONNECT request (as used for all SSL 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.
show more ...
|
3270ea55 | 02-Aug-2003 |
Daniel Stenberg |
updated as the second proxy-auth header was a proof of a serious info leak bug!! |
a358ac24 | 01-Aug-2003 |
Daniel Stenberg |
Joerg Mueller-Tolk fixed a minor mistake |
8bedd43b | 01-Aug-2003 |
Daniel Stenberg |
recent action |
9ea2087e | 01-Aug-2003 |
Daniel Stenberg |
David Byron's makefile fix to allow 7.10.6 to build fine using VC |
9f7c6341 | 30-Jul-2003 |
Daniel Stenberg |
add a check for 'ar' since the lack of it bit Jared Ingersoll we might need to check for some other tools too that on Solaris are put in those weird dirs... |
da20d68a | 30-Jul-2003 |
Daniel Stenberg |
removed silly target that only works when building from CVS |
d3e512c7 | 30-Jul-2003 |
Daniel Stenberg |
J�rg M�ller-Tolk updated this to build fine with 7.10.6 |
339f84fe | 30-Jul-2003 |
Daniel Stenberg |
ftp proxy support would be nice |
2d41b735 | 30-Jul-2003 |
Daniel Stenberg |
updated to match the recent ftp patch that makes it check for resumability |
e3b4dd08 | 30-Jul-2003 |
Daniel Stenberg |
Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar style like other faked HTTP headers when NOBODY and HEADER are used. |