ee600ace | 12-Oct-2002 |
Daniel Stenberg |
three silly bugs |
da86e32e | 12-Oct-2002 |
Daniel Stenberg |
-y and -Y was switched in the examples |
b5bbc04a | 12-Oct-2002 |
Daniel Stenberg |
return error properly when a non-blocking connect fails using the multi interface |
265c5861 | 11-Oct-2002 |
Daniel Stenberg |
When we receive a "bad header" we must sure not to write down the data part as well, as then we write the same data twice. |
25c973a3 | 11-Oct-2002 |
Daniel Stenberg |
fix bad free() that caused segfault |
123c7b32 | 11-Oct-2002 |
Daniel Stenberg |
7.10.1 commit |
e2d8e2c4 | 10-Oct-2002 |
Daniel Stenberg |
more |
701509d3 | 10-Oct-2002 |
Daniel Stenberg |
Jeff Lawson fixed a few problems with connection re-use that remained when you set CURLOPT_PROXY to "". |
c3cc6162 | 09-Oct-2002 |
Daniel Stenberg |
Junk data could get inserted when saving/getting HTTP headers, as discovered by Craig Davison. Now we deal with the 'nread' variable correctly between each header line. |
91b84b89 | 08-Oct-2002 |
Daniel Stenberg |
failf() now sends the text to the debug function callback |
017ec204 | 08-Oct-2002 |
Daniel Stenberg |
set version and date |
8dbfecd1 | 08-Oct-2002 |
Daniel Stenberg |
added --ca |
512db1bc | 08-Oct-2002 |
Daniel Stenberg |
Added timeout support for the non-windows version. |
e157aabd | 08-Oct-2002 |
Daniel Stenberg |
rewrote the --with-zlib check, based on Albert Chin's input. |
db2fea44 | 08-Oct-2002 |
Daniel Stenberg |
7.10 not 7.9.9 (there never was one named that) |
dd82d69b | 08-Oct-2002 |
Daniel Stenberg |
5.7 Link errors when building libcurl on Windows! |
27328281 | 08-Oct-2002 |
Daniel Stenberg |
more blurb |
51d205b2 | 08-Oct-2002 |
Daniel Stenberg |
Kevin's fix to use DESTDIR instead of prefix on make install |
84800914 | 07-Oct-2002 |
Daniel Stenberg |
added libcurl-the-guide to the dist |
9b296e65 | 07-Oct-2002 |
Daniel Stenberg |
Following locations properly, if told to do so. |
5f649a16 | 07-Oct-2002 |
Daniel Stenberg |
Move the URL concat code to Curl_follow(), and added a proto for that function. For Location: following. |
daea0562 | 07-Oct-2002 |
Daniel Stenberg |
Kevin Roth pointed out that 'make install' failed if built outside the sourcedir if we're not using $(srcdir) properly. |
30c0db06 | 07-Oct-2002 |
Daniel Stenberg |
Kevin's update |
91168c00 | 04-Oct-2002 |
Daniel Stenberg |
fixes since 7.10 |
cfa00540 | 04-Oct-2002 |
Daniel Stenberg |
The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If we find a case in which we need to remove this flag, we should most likely write a configure check that detects when thi
The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If we find a case in which we need to remove this flag, we should most likely write a configure check that detects when this flag is needed and when its not.
show more ...
|