d78ec593 | 21-May-2003 |
Daniel Stenberg |
fix the makefile in packages/DOS too |
d5043133 | 21-May-2003 |
Daniel Stenberg |
Gisle Vanem made curl build with djgpp on DOS. |
509f69a4 | 21-May-2003 |
Daniel Stenberg |
Gisle Vanem's fix to make the 'curl -M' output nicer |
662c6592 | 20-May-2003 |
Daniel Stenberg |
missing semicolon, by Gisle Vanem |
9a6566e7 | 20-May-2003 |
Daniel Stenberg |
Gisle Vanem's code for not trusting h_aliases to always be non-NULL |
4da0428d | 20-May-2003 |
Daniel Stenberg |
Remind about the gpg command lines |
8ee11772 | 19-May-2003 |
Daniel Stenberg |
support user name and password in proxy environment variables |
e9154b25 | 19-May-2003 |
Daniel Stenberg |
the proxy environment variables now may contain user name and password |
d398a0dd | 19-May-2003 |
Daniel Stenberg |
remove debug output |
7723a242 | 19-May-2003 |
Daniel Stenberg |
setenv support added to allow test cases to require a set of environment variables |
95a4b8db | 19-May-2003 |
Daniel Stenberg |
7.10.5 commit |
663c1898 | 16-May-2003 |
Daniel Stenberg |
known AIX ipv6 problems |
465de793 | 15-May-2003 |
Daniel Stenberg |
Skip any preceeding dots from the domain name of cookies when we keep them in memory, only add it when we save the cookie. This makes all tailmatching and domain string matching internally a
Skip any preceeding dots from the domain name of cookies when we keep them in memory, only add it when we save the cookie. This makes all tailmatching and domain string matching internally a lot easier. This was also the reason for a remaining bug I introduced in my overhaul.
show more ...
|
de9b76ce | 15-May-2003 |
Daniel Stenberg |
change the order of the in_addr_t tests, so that 'unsigned long' is tested for first, as it seems to be what many systems use |
1747a8d3 | 15-May-2003 |
Daniel Stenberg |
1. George Comninos' progress meter fix 2. I also added the pre-releases and dates to the log |
1094e797 | 14-May-2003 |
Daniel Stenberg |
documented CURLOPT_FTP_USE_EPRT |
22569681 | 14-May-2003 |
Daniel Stenberg |
George Comninos provided a fix that calls the progress meter when waiting for FTP command responses take >1 second. |
e615d117 | 13-May-2003 |
Daniel Stenberg |
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup the define accordingly in the hostip.h header to work nicely all over. |
a51258b6 | 13-May-2003 |
Daniel Stenberg |
before using if2ip(), check if the address is an ip address and skip it if it is. |
8894bd07 | 13-May-2003 |
Daniel Stenberg |
libtool 1.4.2 is enough |
ec45a9e8 | 13-May-2003 |
Daniel Stenberg |
fix comment |
871358a6 | 12-May-2003 |
Daniel Stenberg |
before checking for network interfaces using if2ip(), check that the given name isn't an ip address |
2e2e0fba | 12-May-2003 |
Daniel Stenberg |
no more complaining when I have 1.5 and it tests for 1.4.2 |
4a5139e3 | 12-May-2003 |
Daniel Stenberg |
fixes from the last week+ |
8f85933d | 12-May-2003 |
Daniel Stenberg |
Dan F clarified the CURLOPT_ENCODING description after his changes to allow "" to enable all support formats. |