Age | Commit message (Collapse) | Author |
|
|
|
to long (MIPSpro warnings)
|
|
|
|
|
|
warnings. Minor edits by me.
|
|
|
|
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.
|
|
|
|
|
|
and 12 following hexadecimal letters, which seems to be what IE uses.
This makes curl work smoother with more stupidly written server apps.
Worked this out together with Martijn Broenland.
|
|
way for emacs, and vim users should provide a similar non-polluting style
|
|
|
|
chunked transfer work
|
|
strnequal() when the third argument was strlen(first argument) anyway.
This makes it less prone to errors. (Slightly edited by me)
|
|
|
|
|
|
|
|
|
|
checking for particular errors. curl/curl.h defines the errros
|
|
will then return CURLE_READ_ERROR.
|
|
|
|
|
|
|
|
|
|
part.
|
|
content-type header, it was used for each part and thus without this it
failed MISERABLY. *smacks forhead*
|
|
removed the initial CRLF in the formpost, as they are part of the request
and should be written by the code in http.c!
|
|
post a non-existing file should include nothing, not an error text!
|
|
|
|
|
|
|
|
|
|
is once again running OK
|
|
|
|
|
|
|
|
|
|
|
|
after this patch from Peter Todd
|
|
requires all global symbols to be *case insentively* unique! curl_formfree
is a global function we shouldn't touch.
|
|
|
|
strequal.o as well!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|