aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-04added test 30, it checks that we return error on no content returned from aDaniel Stenberg
2001-11-02improved functionality for new timeout testsDaniel Stenberg
2001-11-02new testsDaniel Stenberg
2001-11-02failf() now only overwrites the error buffer the first time it gets calledDaniel Stenberg
2001-11-02Replaced read() and write() with recv() and send()Daniel Stenberg
2001-11-02more accurateDaniel Stenberg
2001-11-02Replaced read() and write() with recv() and send() for socket operationsDaniel Stenberg
2001-11-02re-ordered, cleaned upDaniel Stenberg
2001-11-02Added connect.c. I really need someone to better maintain this makefile...Daniel Stenberg
2001-11-02Jörn added connect.cDaniel Stenberg
2001-11-01another day another commitDaniel Stenberg
2001-11-01libcurl can init winsock since 7.8.1Daniel Stenberg
2001-11-01ConnectionExists() now returns FALSE immediately if it finds a connectionDaniel Stenberg
2001-11-01added comments and function headersDaniel Stenberg
2001-11-01Update the byte counters in the loop so that aborted transfers have theDaniel Stenberg
2001-11-01Use Curl_tvdiff to compare timesDaniel Stenberg
2001-11-01less I, more weDaniel Stenberg
2001-11-01minor mods to make solaris plain 'make' to not die on thisDaniel Stenberg
2001-10-31fixed FTPSENDF for ipv6 compilesDaniel Stenberg
2001-10-31a bunchDaniel Stenberg
2001-10-31Removed the SocketIsDead() stuff for SSL again as it doesn't work. We mustDaniel Stenberg
2001-10-31If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, thisDaniel Stenberg
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