aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-13gethostname is not used anymore so we can stop looking for it! ;-)Daniel Stenberg
2002-08-13mr Hartroth correctly pointed out that poll() isn't really that portableDaniel Stenberg
so we need to hack around it when not there
2002-08-13check for poll()Daniel Stenberg
2002-08-13change the resolver URL to the work-in-progress library projectDaniel Stenberg
2002-08-127.9.9-pre1Daniel Stenberg
2002-08-12fixed a Curl_connecthost() bug, we should default to set connected to falseDaniel Stenberg
2002-08-12added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg
2002-08-12multi asynch work committedDaniel Stenberg
2002-08-12Initial fix to make the multi interface return control while waiting forDaniel Stenberg
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing.
2002-08-12redirect stderr to /dev/null when testing for running test-serversDaniel Stenberg
2002-08-12CURLOPT_NOSIGNAL addedDaniel Stenberg
2002-08-12ignore html tooDaniel Stenberg
2002-08-08ignoreDaniel Stenberg
2002-08-08more to ignoreDaniel Stenberg
2002-08-08ignoreDaniel Stenberg
2002-08-08all those ignoresDaniel Stenberg
2002-08-08ignore generated filesDaniel Stenberg
2002-08-08ignore these filesDaniel Stenberg
2002-08-08things to ignoreDaniel Stenberg
2002-08-08cvsignore filesDaniel Stenberg
2002-08-08makes things betterDaniel Stenberg
2002-08-08Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patchDaniel Stenberg
2002-08-08attempted hpux fix for resolvesDaniel Stenberg
2002-08-08fix the ansi/iso cpp check to work with c++Daniel Stenberg
2002-08-08mainly more not-so-very serious blurb about the nameDaniel Stenberg
2002-08-08ignore all .in filesDaniel Stenberg
2002-08-07Adding more blurb about activating the cookies on COOKIEFILE and COOKIEJARDaniel Stenberg
2002-08-07spell out that -i should be used if you want to add http headers to theDaniel Stenberg
output. -v does not do that
2002-08-05Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg
the easy interface, it CANNOT be used by a mixture.
2002-08-05curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-Daniel Stenberg
addresses
2002-08-05re-added the RFC2732-parser that was lost for some reason during the flowDaniel Stenberg
of time!
2002-08-05support blank arguments to options, each option should check for blankDaniel Stenberg
ones themselves if they need to prevent this.
2002-08-05jonatan's fixesDaniel Stenberg
2002-08-03Added multi interface functions to DLL definitions.Joern Hartroth
2002-08-01corrected some warningsDaniel Stenberg
2002-08-01Changed the PORT command to pick a better default IP address if "-" is used.Daniel Stenberg
It now uses the local IP adress of the control connection.
2002-07-31sys/socket.h without #ifdefDaniel Stenberg
include sys/time.h as well
2002-07-31spell fix and --limit-rate addedDaniel Stenberg
2002-07-30When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it!Daniel Stenberg
2002-07-29check for sys/poll.hDaniel Stenberg
2002-07-29passwords and cookiesDaniel Stenberg
2002-07-29Removed checks for if set.fpasswd is NULL, as we prevent users from settingDaniel Stenberg
it to NULL and then use the internal default instead. It will always be a function to call.
2002-07-29Setting PASSWDFUNCTION to NULL will set back the internal function as passwordDaniel Stenberg
function.
2002-07-29fixed the Curl_cookie_add() invoke to not assume a space after the colonDaniel Stenberg
2002-07-29properly skip white spaces on Set-Cookie: header linesDaniel Stenberg
2002-07-29extended and improved cookie testingDaniel Stenberg
2002-07-29HAVE_SETVBUF fixedDaniel Stenberg
2002-07-29link with winmm.lib tooDaniel Stenberg
2002-07-29use stderr to present the prompt to, make sure to close the fopen()edDaniel Stenberg
file handle
2002-07-29Added multi.[co] to the buildDaniel Stenberg