85b2056d | 24-May-2004 |
Daniel Stenberg |
only idn_free() if built with libidn |
94ca911d | 24-May-2004 |
Daniel Stenberg |
delete trailing whitespace |
24420c21 | 24-May-2004 |
Daniel Stenberg |
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version wi
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do.
show more ...
|
59f904d8 | 24-May-2004 |
Daniel Stenberg |
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could not be used both in one request. Fixed it and added test case 172 to verify. |
755f98e7 | 21-May-2004 |
Daniel Stenberg |
While talking to host a.b.c, libcurl did wrongly not accept cookies that were set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it. |
aadc7972 | 21-May-2004 |
Daniel Stenberg |
quickfix to avoid division by zero, possibly we should go over all of these once and for all |
5c882bdf | 20-May-2004 |
Daniel Stenberg |
fixed transfer speed math |
60f94505 | 20-May-2004 |
Daniel Stenberg |
calculate upload and download speed using doubles to keep precision. deleted trailing whitespace |
ff52ba7f | 19-May-2004 |
Daniel Stenberg |
NTLM requires SSL |
0fbcea45 | 19-May-2004 |
Daniel Stenberg |
cert verify |
ca6d4305 | 19-May-2004 |
Daniel Stenberg |
added test 170 |
91601b3b | 19-May-2004 |
Daniel Stenberg |
David Byron's test case with -F that used to crash |
cdd70596 | 19-May-2004 |
Daniel Stenberg |
killed trailing whitespace |
7e186f9a | 19-May-2004 |
Daniel Stenberg |
just code formatting and killed whitespace |
a94e117e | 19-May-2004 |
Daniel Stenberg |
language! |
662cb303 | 19-May-2004 |
Daniel Stenberg |
Set CURLOPT_USERAGENT too |
bd3aba5d | 19-May-2004 |
Daniel Stenberg |
The kill trailing whitespace needs to be set better as this way it takes effect globally which isn't nice. Commented it out for now. Display trailing whitespace still, to remind me. |
29ed6d24 | 18-May-2004 |
Daniel Stenberg |
simplified all die messages |
e2c5c208 | 18-May-2004 |
Daniel Stenberg |
simplified the automake failed message too |
7c4b6cb0 | 18-May-2004 |
Daniel Stenberg |
make this script tell that this is the obsolete version, to make it possible to detect |
aced2904 | 18-May-2004 |
Daniel Stenberg |
simplified the die-line when aclocal fails, the previous one confused the netbsd shell |
17eb1fca | 18-May-2004 |
Daniel Stenberg |
+ when storing the address in the cache fails, cleanup the resolved address properly + delete trailing whitespace |
2511d119 | 18-May-2004 |
Daniel Stenberg |
* seed_enough() was converted to a macro to avoid the IRIX compiler warning about that passed-in argument not being used. * killed trailing whitespace |
e9056f5f | 17-May-2004 |
Daniel Stenberg |
if shrinking the buffer fails, use the older larger one |
a9893ca7 | 17-May-2004 |
Daniel Stenberg |
Peter Sylvester's patch that addresses two flaws in the peer certificate name verification: - when multiple common names are used (as in the curl tests), the last name needs to be se
Peter Sylvester's patch that addresses two flaws in the peer certificate name verification: - when multiple common names are used (as in the curl tests), the last name needs to be selected. - allow comparing with encoded values, at least with BMP and ISO latin1 encoded T61strings.
show more ...
|