aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-14re-order the compiler arguments to keep more compiler happyDaniel Stenberg
2002-08-13include curl-includes "local" instead of <curl/foo>Daniel Stenberg
2002-08-13Sterling Hughes brings the share interfaceDaniel Stenberg
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
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
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
2002-08-05Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg
2002-08-05curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-Daniel Stenberg
2002-08-05re-added the RFC2732-parser that was lost for some reason during the flowDaniel Stenberg
2002-08-05support blank arguments to options, each option should check for blankDaniel Stenberg
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
2002-07-31sys/socket.h without #ifdefDaniel Stenberg
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
2002-07-29Setting PASSWDFUNCTION to NULL will set back the internal function as passwordDaniel Stenberg
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