aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-12-y and -Y was switched in the examplesDaniel Stenberg
2002-10-12return error properly when a non-blocking connect fails using the multiDaniel Stenberg
interface
2002-10-11When we receive a "bad header" we must sure not to write down the data partDaniel Stenberg
as well, as then we write the same data twice.
2002-10-11fix bad free() that caused segfaultDaniel Stenberg
2002-10-117.10.1 commitDaniel Stenberg
2002-10-10moreDaniel Stenberg
2002-10-10Jeff Lawson fixed a few problems with connection re-use that remained whenDaniel Stenberg
you set CURLOPT_PROXY to "".
2002-10-09Junk data could get inserted when saving/getting HTTP headers, as discoveredDaniel Stenberg
by Craig Davison. Now we deal with the 'nread' variable correctly between each header line.
2002-10-08failf() now sends the text to the debug function callbackDaniel Stenberg
2002-10-08set version and dateDaniel Stenberg
2002-10-08added --caDaniel Stenberg
2002-10-08Added timeout support for the non-windows version.Daniel Stenberg
2002-10-08rewrote the --with-zlib check, based on Albert Chin's input.Daniel Stenberg
2002-10-087.10 not 7.9.9 (there never was one named that)Daniel Stenberg
2002-10-085.7 Link errors when building libcurl on Windows!Daniel Stenberg
2002-10-08more blurbDaniel Stenberg
2002-10-08Kevin's fix to use DESTDIR instead of prefix on make installDaniel Stenberg
2002-10-07added libcurl-the-guide to the distDaniel Stenberg
2002-10-07Following locations properly, if told to do so.Daniel Stenberg
2002-10-07Move the URL concat code to Curl_follow(), and added a proto for thatDaniel Stenberg
function. For Location: following.
2002-10-07Kevin Roth pointed out that 'make install' failed if built outside theDaniel Stenberg
sourcedir if we're not using $(srcdir) properly.
2002-10-07Kevin's updateDaniel Stenberg
2002-10-04fixes since 7.10Daniel Stenberg
2002-10-04The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If weDaniel Stenberg
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.
2002-10-04as Ralph Mitchell pointed out, the Location: following code needs someDaniel Stenberg
basic ./ and ../ strip-off understanding, and this change introduces with. test cases 49 - 52 test this.
2002-10-04new redirect tests with ./ and ../Daniel Stenberg
2002-10-04Kevin Roth's patch for his new packagingDaniel Stenberg
2002-10-03Bjorn Wiren pointed out that INSTALL was missing in the tarballsDaniel Stenberg
2002-10-01--with-libz and --without-libz are now supportedDaniel Stenberg
2002-10-017.10Daniel Stenberg
2002-10-01three more changesDaniel Stenberg
2002-09-30get an argument and add a 'age' field to the structDaniel Stenberg
2002-09-30Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 evenDaniel Stenberg
when it can't lookup the name (at least in some cases) and thus we need to make an extra check to detect failures.
2002-09-27"" proxy means no proxyDaniel Stenberg
2002-09-27Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check theDaniel Stenberg
environment variables or anything. Setting it to NULL disables proxy as well, but allows the environment variables to kick in and be used.
2002-09-26point out more docsDaniel Stenberg
2002-09-26nicer htmlDaniel Stenberg
2002-09-26main index for the tool docsDaniel Stenberg
2002-09-26fixed html tagDaniel Stenberg
2002-09-26enhanced curl_version_infoDaniel Stenberg
2002-09-25language!Daniel Stenberg
2002-09-25extended curl_version_info() with more info on related sub-librariesDaniel Stenberg
2002-09-25four fixes of yday and todayDaniel Stenberg
2002-09-25make sure we free rangeline before we re-assign it to a new allocatedDaniel Stenberg
memory as otherwise we (might) leak memory
2002-09-25curl_free proto addedDaniel Stenberg
2002-09-25Walter J. Mack added curl_freeDaniel Stenberg
2002-09-25added curl_free and an "overview" sectionDaniel Stenberg
2002-09-25added curl_freeDaniel Stenberg
2002-09-25Walter J. Mack's curl_free additionDaniel Stenberg
2002-09-25Andrés García found out that Curl_protocol_connect() could return anDaniel Stenberg
uninitialized variable.