5e1eb58e | 31-Jul-2004 |
Daniel Stenberg |
borland is already mentioned |
d892a4dc | 31-Jul-2004 |
Daniel Stenberg |
mention this is new |
496ea65f | 31-Jul-2004 |
Daniel Stenberg |
link to reset as well |
6577b15d | 31-Jul-2004 |
Daniel Stenberg |
curl_easy_reset() documented |
f2e35fad | 31-Jul-2004 |
Daniel Stenberg |
digest fix |
81c48aa4 | 31-Jul-2004 |
Daniel Stenberg |
Joel Chen reported that we assumed content within quotes a bit too much in the digest code. This fixes it. |
0cfa9b52 | 29-Jul-2004 |
Daniel Stenberg |
prevent all the sig and alarm stuff when using ares |
48b92c16 | 29-Jul-2004 |
Daniel Stenberg |
fix a mingw32 build warning |
b7575b39 | 29-Jul-2004 |
Daniel Stenberg |
mingw32 builds make .a libs |
ae2f002b | 29-Jul-2004 |
Daniel Stenberg |
added typecast in an attempt to fix a mingw32 warning |
89c31269 | 29-Jul-2004 |
Daniel Stenberg |
additional typecasts to please MIPSPro on 64bit IRIX |
1d23affb | 29-Jul-2004 |
Daniel Stenberg |
oops, curl_easy_reset is a void |
26ffaa26 | 29-Jul-2004 |
Daniel Stenberg |
variable type fix |
ca5e6160 | 29-Jul-2004 |
Daniel Stenberg |
provide a curl_easy_reset() proto |
6d60ff6e | 29-Jul-2004 |
Daniel Stenberg |
removed C++ comment to please picky source checkers |
43ae26f1 | 28-Jul-2004 |
Daniel Stenberg |
fixes! |
3e01f704 | 28-Jul-2004 |
Daniel Stenberg |
curl_easy_reset was added |
b9f1dd76 | 28-Jul-2004 |
Daniel Stenberg |
Bertrand Demiddelaer fixed the host name to get setup properly even when a connection is re-used, when a proxy is in use. |
a7bed4fc | 28-Jul-2004 |
Daniel Stenberg |
Fixes Brian Akins' reported problems with duplicate Host: headers on re-used connections. |
7ca49dc9 | 28-Jul-2004 |
Daniel Stenberg |
use Makefile.inc and make it get included in dist archives |
645ee8a4 | 28-Jul-2004 |
Daniel Stenberg |
renamed CURL_HEADERS, since it is a magic automake name we must not use |
115dd6f0 | 26-Jul-2004 |
Daniel Stenberg |
Bertrand Demiddelaer made the testing work with valgrind 2.1 |
0e031654 | 26-Jul-2004 |
Daniel Stenberg |
Bertrand Demiddelaer fixed two missing newlines |
6574f410 | 26-Jul-2004 |
Daniel Stenberg |
-o #[num] fix |
8e7fcd9e | 26-Jul-2004 |
Daniel Stenberg |
using #[num] with -o now make it literally used if there's no globbing for that particular index. Reported in bug report 997536. |