c2e2c98d | 23-Oct-2002 |
Daniel Stenberg |
fixed the cygwin check for -no-undefined |
3fa353a2 | 23-Oct-2002 |
Daniel Stenberg |
improved the check for an ISO cpp by checking specificly for __BORLANDC__ too, as Emiliano Ida has confirmed it to work |
c27c9f80 | 23-Oct-2002 |
Daniel Stenberg |
kromJx@crosswinds.net made it run properly with stunnel >=4.0 |
b5a74715 | 23-Oct-2002 |
Daniel Stenberg |
bad headers can come in two kinds, we either treat everything as one big badly assumed header, or we think that parts of the buffer is a bad header and the rest is treated as a normal body pa
bad headers can come in two kinds, we either treat everything as one big badly assumed header, or we think that parts of the buffer is a bad header and the rest is treated as a normal body part
show more ...
|
13ee2901 | 21-Oct-2002 |
Daniel Stenberg |
another week, 7 fixes |
32c03ead | 21-Oct-2002 |
Daniel Stenberg |
glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer size isn't big enough. For some reason they now return EAGAIN. Redhat 8 ships with this glibc version. |
0fa512f2 | 21-Oct-2002 |
Daniel Stenberg |
Nikita Schmidt's fix to debian bug report #165382. This is verified with the new test case 55. |
219d8851 | 21-Oct-2002 |
Daniel Stenberg |
Added test 55, follow location with a single slash in the original path. This caused curl 7.10.1 to crash. |
ecf3aee4 | 21-Oct-2002 |
Daniel Stenberg |
check for cygwin and if built on that, enable the no-undefined option for libtool. Otherwise disable it. |
7f08cab7 | 21-Oct-2002 |
Daniel Stenberg |
test 54 added, blank Location: field |
c4e9ef19 | 21-Oct-2002 |
Daniel Stenberg |
--enable-debug now checks if gcc is used before it sets all those gcc- specific options. This should make this option work on more platforms with other compilers. |
9e612b55 | 18-Oct-2002 |
Daniel Stenberg |
make very sure that we return 'done' properly when a transfer is done, as otherwise the multi interface gets problems |
203633d3 | 18-Oct-2002 |
Daniel Stenberg |
return call_multi when we follow a location |
45bd009b | 18-Oct-2002 |
Daniel Stenberg |
if we found no string on the Location: line, don't try to follow it |
ee656415 | 18-Oct-2002 |
Daniel Stenberg |
moved comments to first column and automake stopped complaining |
156aad19 | 17-Oct-2002 |
Daniel Stenberg |
Make the COOKIESESSION work better by creating a list of cookie files files when given in the curl_easy_setopt() and then parse them all on the first curl_easy_perform() call instead. |
b1ffb79a | 17-Oct-2002 |
Daniel Stenberg |
junk cookies test53 added |
d6654bfe | 16-Oct-2002 |
Daniel Stenberg |
mucho fixed |
eefdd67d | 15-Oct-2002 |
Daniel Stenberg |
Added new mirror |
86a86d7a | 15-Oct-2002 |
Daniel Stenberg |
Andr�s Garc�a's corrections |
b6dac2b4 | 14-Oct-2002 |
Daniel Stenberg |
ignore .ps and .pdf files too |
e6367aba | 14-Oct-2002 |
Daniel Stenberg |
generate and include PDF versions of the docs in the release archive |
fc4d1d9a | 13-Oct-2002 |
Daniel Stenberg |
my first take at a memory leak detection document |
94bae207 | 13-Oct-2002 |
Daniel Stenberg |
some more |
bb8c8d27 | 13-Oct-2002 |
Daniel Stenberg |
added more info |