aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-31Curl_sendf now returns a CURLcodeDaniel Stenberg
2001-10-31return type cleanupDaniel Stenberg
2001-10-31check Curl_ftpsendf return codesDaniel Stenberg
2001-10-31Added better checking of return codes when we send data to sockets/connectionsDaniel Stenberg
2001-10-31major commit, now we check the return code on every invoke of Curl_ftpsendfDaniel Stenberg
2001-10-31check return code when issuing the requestDaniel Stenberg
2001-10-31added typecasts to make the timers calculate with doubles, not longs as theyDaniel Stenberg
2001-10-31added some -c talk, spell checkedDaniel Stenberg
2001-10-31no need for mumbojumboDaniel Stenberg
2001-10-31added cool.haxx.se as an official mirror siteDaniel Stenberg
2001-10-31nonblock => Curl_nonblock, remade the check for a live SSL connection (again)Daniel Stenberg
2001-10-30Added -0/--http1.0Daniel Stenberg
2001-10-30removed the 'in documentation' part, as I've expressed in public beforeDaniel Stenberg
2001-10-30Added an additional SSL check for a dead socket before we re-use an SSLDaniel Stenberg
2001-10-30prevent strdup()ing NULL -- Paul Harrington's reportDaniel Stenberg
2001-10-30Corrected the -T descriptionDaniel Stenberg
2001-10-30removed silly old -t usage from here, added some blurb about the "new" -tDaniel Stenberg
2001-10-29Kevin Roth updatesDaniel Stenberg
2001-10-29corrected return code, general cleanupDaniel Stenberg
2001-10-29added curl_formaddDaniel Stenberg
2001-10-29minor fix to support multiple files in one formadd() callDaniel Stenberg
2001-10-2929 October fixesDaniel Stenberg
2001-10-29Kevin Roth's cygwin package fixesDaniel Stenberg
2001-10-29Cygwin moved into the win32 drawerDaniel Stenberg
2001-10-29fixed conn->name error on connection re-use and enlarged the 'gname' arrayDaniel Stenberg
2001-10-29SM's waitconnect return code fix!Daniel Stenberg
2001-10-26changed the Location: to match one Paul Harrington reports a problem withDaniel Stenberg
2001-10-26ldap fix, test28 addedDaniel Stenberg
2001-10-26made 'timespent' a double, which makes more accurate calculations for quickDaniel Stenberg
2001-10-26test28 added for "Location: extraspace" testDaniel Stenberg
2001-10-25bug report #474568 -Daniel Stenberg
2001-10-24added "s390 Linux" as a platform that curl was compiled for, and I also sortedDaniel Stenberg
2001-10-24added a section about cross compiling that Jim Duey wrote down for usDaniel Stenberg
2001-10-24lots and lotsDaniel Stenberg
2001-10-24test case 27 added, to make sure cookie replacing don't leak anythingDaniel Stenberg
2001-10-24now reports the CORRECT pid on demandDaniel Stenberg
2001-10-24T. Bharath found this memory leak. It occurs when we replace an internallyDaniel Stenberg
2001-10-23pack_hostent() now aligns the data properly on 64bit boundaries to work onDaniel Stenberg
2001-10-23grammar grammar!Daniel Stenberg
2001-10-23added "3.12 Why do FTP specific features over HTTP proxy fails?"Daniel Stenberg
2001-10-23added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg
2001-10-22An SGI (IRIX) compiler doesn't like indended #-instructions, so they're allDaniel Stenberg
2001-10-22make sure the connect can't return OK but return a NULL as addrDaniel Stenberg
2001-10-222000 => 2001Daniel Stenberg
2001-10-22rephrased the WRITEFUNCTION description a bitDaniel Stenberg
2001-10-22failed transfers will now close the connectionDaniel Stenberg
2001-10-22added cygwin package makefileDaniel Stenberg
2001-10-22Cygwin filesDaniel Stenberg
2001-10-22Kevin Roth's cygwin fixesDaniel Stenberg
2001-10-22A Kevin Roth patch. -- It's a post 1.4.2 patch that will become part ofDaniel Stenberg