ed29552b | 20-Dec-2002 |
Daniel Stenberg |
Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default makefile when --enable-maintainer-mode is not used. |
a2ada3cf | 20-Dec-2002 |
Daniel Stenberg |
7.10.3-commit |
88825a11 | 19-Dec-2002 |
Daniel Stenberg |
fixes |
264e7fc5 | 19-Dec-2002 |
Daniel Stenberg |
removed fruitless attempts to overload some targets |
1698015e | 19-Dec-2002 |
Daniel Stenberg |
Curl_base64_decode() fixed by Matthew B |
39dc14c0 | 19-Dec-2002 |
Daniel Stenberg |
Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCK situation occurs, which it previously didn't! This was reptoed by Evan Jordan in bug report #653022. Also,
Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCK situation occurs, which it previously didn't! This was reptoed by Evan Jordan in bug report #653022. Also, if ERROR_SYSCALL is returned from SSL_write(), include the errno number in the error string for easier error detection.
show more ...
|
04c499a5 | 19-Dec-2002 |
Daniel Stenberg |
CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe |
efbe930a | 18-Dec-2002 |
Daniel Stenberg |
CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR |
747f87f6 | 17-Dec-2002 |
Daniel Stenberg |
Removed weird special multi interface condition that caused bug report #651464. |
5a4c56fc | 17-Dec-2002 |
Daniel Stenberg |
don't install the test programs |
81f45ba9 | 16-Dec-2002 |
Daniel Stenberg |
writefunction data is not zero terminated |
a5dc4e32 | 16-Dec-2002 |
Daniel Stenberg |
removed junk |
2b839853 | 16-Dec-2002 |
Daniel Stenberg |
Added test case 504, using multi interface and a local proxy without anything listening on the port we use. |
66b6cd68 | 16-Dec-2002 |
Daniel Stenberg |
better desc |
0ef3d908 | 16-Dec-2002 |
Daniel Stenberg |
mistake, this only requires http |
5cc50f9b | 16-Dec-2002 |
Daniel Stenberg |
the hostip.c commit |
e879e26a | 16-Dec-2002 |
Daniel Stenberg |
EAGAIN on older (correct) glibc versions indicate a problem and not the need for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require
EAGAIN on older (correct) glibc versions indicate a problem and not the need for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require an ugly loop that in its worse form cause 45 bad loops when using the correct glibc and a non-resolving host name... :-/ We want a better fix. Badly.
show more ...
|
96d84150 | 16-Dec-2002 |
Daniel Stenberg |
changes from last week |
2aa0c6c4 | 16-Dec-2002 |
Daniel Stenberg |
cut off -O properly when building for debug setup the Makefile in tests/libtest/ |
81113838 | 13-Dec-2002 |
Daniel Stenberg |
documented the %-variables |
c433cf74 | 13-Dec-2002 |
Daniel Stenberg |
fixed another space issue |
e0d6ebc2 | 13-Dec-2002 |
Daniel Stenberg |
please mr CVS ignore these |
4938991a | 13-Dec-2002 |
Daniel Stenberg |
set up arg2 to point to argv[2] to be used at will by programs |
13722f53 | 13-Dec-2002 |
Daniel Stenberg |
added 503 |
57f0e329 | 13-Dec-2002 |
Daniel Stenberg |
used this to verify bug report 651460 |