summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Sterling Hughes brings the share interfaceDaniel Stenberg2002-08-136-5/+279
* gethostname is not used anymore so we can stop looking for it! ;-)Daniel Stenberg2002-08-131-4/+0
* mr Hartroth correctly pointed out that poll() isn't really that portableDaniel Stenberg2002-08-132-0/+22
* check for poll()Daniel Stenberg2002-08-131-1/+2
* change the resolver URL to the work-in-progress library projectDaniel Stenberg2002-08-131-3/+3
* 7.9.9-pre1Daniel Stenberg2002-08-123-3/+5
* fixed a Curl_connecthost() bug, we should default to set connected to falseDaniel Stenberg2002-08-121-0/+3
* added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg2002-08-121-0/+4
* multi asynch work committedDaniel Stenberg2002-08-121-0/+5
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-128-170/+433
* redirect stderr to /dev/null when testing for running test-serversDaniel Stenberg2002-08-121-3/+3
* CURLOPT_NOSIGNAL addedDaniel Stenberg2002-08-121-0/+7
* ignore html tooDaniel Stenberg2002-08-121-0/+1
* ignoreDaniel Stenberg2002-08-081-0/+9
* more to ignoreDaniel Stenberg2002-08-081-0/+1
* ignoreDaniel Stenberg2002-08-081-0/+5
* all those ignoresDaniel Stenberg2002-08-082-0/+4
* ignore generated filesDaniel Stenberg2002-08-082-0/+4
* ignore these filesDaniel Stenberg2002-08-081-0/+2
* things to ignoreDaniel Stenberg2002-08-086-0/+12
* cvsignore filesDaniel Stenberg2002-08-082-0/+4
* makes things betterDaniel Stenberg2002-08-083-0/+6
* Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patchDaniel Stenberg2002-08-084-4/+18
* attempted hpux fix for resolvesDaniel Stenberg2002-08-081-1/+1
* fix the ansi/iso cpp check to work with c++Daniel Stenberg2002-08-081-2/+2
* mainly more not-so-very serious blurb about the nameDaniel Stenberg2002-08-081-10/+12
* ignore all .in filesDaniel Stenberg2002-08-081-1/+1
* Adding more blurb about activating the cookies on COOKIEFILE and COOKIEJARDaniel Stenberg2002-08-071-1/+9
* spell out that -i should be used if you want to add http headers to theDaniel Stenberg2002-08-071-4/+7
* Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg2002-08-053-0/+11
* curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-Daniel Stenberg2002-08-051-0/+27
* re-added the RFC2732-parser that was lost for some reason during the flowDaniel Stenberg2002-08-051-2/+14
* support blank arguments to options, each option should check for blankDaniel Stenberg2002-08-051-3/+3
* jonatan's fixesDaniel Stenberg2002-08-051-13/+15
* Added multi interface functions to DLL definitions.Joern Hartroth2002-08-031-33/+39
* corrected some warningsDaniel Stenberg2002-08-011-27/+4
* Changed the PORT command to pick a better default IP address if "-" is used.Daniel Stenberg2002-08-011-12/+28
* sys/socket.h without #ifdefDaniel Stenberg2002-07-311-3/+4
* spell fix and --limit-rate addedDaniel Stenberg2002-07-311-2/+15
* When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it!Daniel Stenberg2002-07-301-6/+8
* check for sys/poll.hDaniel Stenberg2002-07-291-0/+1
* passwords and cookiesDaniel Stenberg2002-07-291-0/+13
* Removed checks for if set.fpasswd is NULL, as we prevent users from settingDaniel Stenberg2002-07-291-9/+7
* Setting PASSWDFUNCTION to NULL will set back the internal function as passwordDaniel Stenberg2002-07-291-3/+3
* fixed the Curl_cookie_add() invoke to not assume a space after the colonDaniel Stenberg2002-07-291-1/+1
* properly skip white spaces on Set-Cookie: header linesDaniel Stenberg2002-07-291-1/+5
* extended and improved cookie testingDaniel Stenberg2002-07-291-3/+3
* HAVE_SETVBUF fixedDaniel Stenberg2002-07-291-0/+4
* link with winmm.lib tooDaniel Stenberg2002-07-291-1/+1
* use stderr to present the prompt to, make sure to close the fopen()edDaniel Stenberg2002-07-291-36/+18