aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-06Kevin's patch to install the binary strippedDaniel Stenberg
2001-11-05Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changesDaniel Stenberg
2001-11-05John Lask's fix that adds "-1/--TLSv1" supportDaniel Stenberg
2001-11-05Added an CURL_SSLVERSION_* enum for SSL protocol versionsDaniel Stenberg
2001-11-05we can now tell ssl to use TLSv1 protocol, and we now use defines insteadDaniel Stenberg
of real integers for versions, the defines are added to curl.h
2001-11-05Ramana Mokkapati did some good bug hunting, and we these fixes ldap transfersDaniel Stenberg
should work a lot better!
2001-11-05corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)Daniel Stenberg
2001-11-05Curl_ftpsendf() had wrong return typeDaniel Stenberg
2001-11-05added john laskDaniel Stenberg
2001-11-05John Lask's new makefileDaniel Stenberg
2001-11-047.9.1 cleanup commitDaniel Stenberg
2001-11-04added test 30, it checks that we return error on no content returned from aDaniel Stenberg
HTTP server
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
for each *_perform(). It makes things a lot easier, as the first one that detects the error get to write the final error reason...
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
even under normal unixes.
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
that is dead, because it can only find one entry anyway and if that is dead there won't be any other entry that matches
2001-11-01added comments and function headersDaniel Stenberg
2001-11-01Update the byte counters in the loop so that aborted transfers have theDaniel Stenberg
information as well. Improves debug outputs etc.
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
rely on the new go-ahead-and-try mechanism that I just added to Transfer()
2001-10-31If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, thisDaniel Stenberg
new logic can retry the same operation on a new connection!
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
- which now is made using a macro named FTPSENDF. I turned it all caps just to make it more visible that it is in fact a macro.
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
accidentally did after the Curl_tvdiff() interface change
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
connection. The simple socket-check is not enough in these cases.
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
that sets telnet options