summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* better human error message when a FTP response can't be readDaniel Stenberg2003-12-081-1/+1
|
* based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg2003-12-041-65/+67
| | | | netdb.h include, then I re-indented some code to use curl-style
* my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg2003-12-031-1/+4
| | | | it work again
* Steve Green fixed Curl_resolv()Daniel Stenberg2003-12-031-0/+2
|
* Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg2003-12-032-9/+17
|
* less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg2003-12-021-1/+2
|
* fix compiler warningsDaniel Stenberg2003-12-022-1/+3
|
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-029-21/+21
|
* fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by meDaniel Stenberg2003-12-021-20/+31
|
* If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg2003-12-022-10/+19
| | | | recv() and we no longer attempt to ignore the SIGPIPE signal.
* Gisle Vanem fixed the check-order for FTPS and FTP.Daniel Stenberg2003-12-021-4/+3
|
* FTPS now works with active ftp and uploads too.Daniel Stenberg2003-12-011-49/+59
|
* James Clancy updated the Borland makefilesDaniel Stenberg2003-11-272-4/+6
|
* Markus Moeller's change to check for HAVE_SPNEGO instead of the previousDaniel Stenberg2003-11-271-2/+2
|
* When basic is the only auth wanted (which it is by default), the auth phaseDaniel Stenberg2003-11-251-14/+18
| | | | | | is always considered done immediately as Basic needs to extra passes. This fix corrects bug report #848371.
* allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg2003-11-241-2/+4
| | | | as well as a CRLF
* prevent warning for non-SSL buildsDaniel Stenberg2003-11-241-2/+2
|
* windows build fix based on a patch by Gisle VanemDaniel Stenberg2003-11-241-3/+4
|
* adjusted code to the new socket fields in the sessionhandle structDaniel Stenberg2003-11-242-3/+3
|
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-2411-186/+290
|
* Gaz Iqbal fixed a range string memory leak!Daniel Stenberg2003-11-241-8/+11
|
* fixed wrong commentDaniel Stenberg2003-11-241-1/+1
|
* combine the two identical casesDaniel Stenberg2003-11-201-3/+0
|
* bail out properly on a 407 when we can't authenticate basic, bug reportDaniel Stenberg2003-11-201-2/+3
| | | | #845247
* If a partial file has been read or written, force a closure the existingDaniel Stenberg2003-11-191-0/+4
| | | | connection to avoid re-use of it, since we cannot know in what state it is.
* respect bits.close even if an error already is set, but make sure that theDaniel Stenberg2003-11-191-3/+9
| | | | existing error is the one returned back
* do ares_destroy() on the ares handle when we're done in Curl_is_resolved()Daniel Stenberg2003-11-151-0/+2
|
* Mathias Axelsson found a case where we free()d the server certificate twice!Daniel Stenberg2003-11-151-2/+0
|
* Siddhartha Prakash Jain found a case with a bad resolve that we didn'tDaniel Stenberg2003-11-141-1/+4
| | | | properly bail out from, when using ares.
* Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg2003-11-131-135/+49
| | | | | | | | I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I took the opportunity to rewrite the Curl_connecthost() slightly to feature less duplicate code in the two different versions (ipv4/ipv6).
* Default Content-Type for formparts has changed to "application/octet-stream".Daniel Stenberg2003-11-131-2/+2
| | | | | | | | This seems more appropriate, and I believe mozilla and the likes do this. .html files now get text/html as Content-Type. Pointed out in bug report #839806.
* don't log failed socket() callsDaniel Stenberg2003-11-131-1/+1
|
* Added CURLOPT_NETRC_FILE.Daniel Stenberg2003-11-114-50/+57
|
* Generate the ca-bundle.h file in the build dir and not in the source dir,Daniel Stenberg2003-11-101-2/+2
| | | | | which works nicely since the build dir is before the source dir in the include path.
* After Sébastien Willemijns' bug report, we now check the separators properlyDaniel Stenberg2003-11-101-16/+16
| | | | | in the 229-reply servers respond on a EPSV command and bail out better if the reply string is not valid RFC2428-compliant.
* remove the struct fields for the deprecated passwd prompt callbackDaniel Stenberg2003-11-071-2/+0
|
* the resource file itselfDaniel Stenberg2003-11-071-0/+41
|
* removed the resource lines I shouldn't have added in the firt placeDaniel Stenberg2003-11-071-4/+0
|
* CURLDEBUG, no underscoreDaniel Stenberg2003-11-061-2/+2
|
* Gisle Vanem's libcurl.dll version info patch appliedDaniel Stenberg2003-11-063-8/+31
|
* unitialized variable fix, reported by both Marty Kuhrt and benjamin gerardDaniel Stenberg2003-11-061-2/+1
|
* Mac OS X framework build files, contributed by Matt VeenstraDaniel Stenberg2003-11-063-1/+141
|
* Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don'tDaniel Stenberg2003-11-061-0/+7
| | | | | belong in the public header file. They are not in our name space so we should not set them globally.
* Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.Daniel Stenberg2003-11-041-1/+1
|
* spellfix in the generated comment by Kevin RothDaniel Stenberg2003-11-041-1/+1
|
* gmtime() really can't even return NULL, can it?Daniel Stenberg2003-10-311-4/+0
|
* assume that MDTM returns the timestamp as UTCDaniel Stenberg2003-10-311-5/+5
|
* silly me, I was meaning to do this change already as discussed on the libcurlDaniel Stenberg2003-10-301-3/+3
| | | | list, we get the time in GMT and not localtime
* curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg2003-10-301-6/+41
|
* when getting headers only, stop pretending the reported time is GMT, as itDaniel Stenberg2003-10-301-2/+2
| | | | isn't. In fact, it might be, but we have no idea.