aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
to hold 512 bytes (for user+password+hostname)
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
downloads
2001-10-26test28 added for "Location: extraspace" testDaniel Stenberg
2001-10-25bug report #474568 -Daniel Stenberg
We need to set "no further data to download" before the Curl_ldap() function returns, as otherwise it'll hang on that assumed transfer.
2001-10-24added "s390 Linux" as a platform that curl was compiled for, and I also sortedDaniel Stenberg
the list of machines
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