aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-17Maciej W. Rozycki made this script use a cache variable for the writableDaniel Stenberg
argv test. This way, the default can be overridden better (for cross-compiles etc)
2003-11-15do ares_destroy() on the ares handle when we're done in Curl_is_resolved()Daniel Stenberg
2003-11-15twoDaniel Stenberg
2003-11-15Mathias Axelsson found a case where we free()d the server certificate twice!Daniel Stenberg
2003-11-14Siddhartha Prakash Jain found a case with a bad resolve that we didn'tDaniel Stenberg
properly bail out from, when using ares.
2003-11-13updatedDaniel Stenberg
2003-11-13Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg
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).
2003-11-13-n disables valgrind nowDaniel Stenberg
2003-11-13Default Content-Type for formparts has changed to "application/octet-stream".Daniel Stenberg
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.
2003-11-13don't log failed socket() callsDaniel Stenberg
2003-11-13Gisle Vanem added a flush to make the progress-bar look better on windowsDaniel Stenberg
(at least).
2003-11-12mention it was added in 7.10.9Daniel Stenberg
2003-11-12a resume http upload bugDaniel Stenberg
2003-11-11Added CURLOPT_NETRC_FILE.Daniel Stenberg
2003-11-10Generate the ca-bundle.h file in the build dir and not in the source dir,Daniel Stenberg
which works nicely since the build dir is before the source dir in the include path.
2003-11-10After Sébastien Willemijns' bug report, we now check the separators properlyDaniel Stenberg
in the 229-reply servers respond on a EPSV command and bail out better if the reply string is not valid RFC2428-compliant.
2003-11-08for the getpwuid() etcDaniel Stenberg
2003-11-08use char, not boolDaniel Stenberg
2003-11-07things happen even during slow days! ;-)Daniel Stenberg
2003-11-07do a normal free() of the homedir nowDaniel Stenberg
2003-11-07Based on Gisle Vanem's $HOME patch, we now attempt to find the home dirDaniel Stenberg
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.
2003-11-07Removed references to the no-longer existing PASSWDFUNCTION. That optionDaniel Stenberg
existed in 7.10.7 and earlier, but has since been cut out.
2003-11-07remove the struct fields for the deprecated passwd prompt callbackDaniel Stenberg
2003-11-07explain the requirements for --negotiate, --ntlm and --krb4Daniel Stenberg
2003-11-07mark options betterDaniel Stenberg
2003-11-07Ralph Mitchell's update that allows this script to take an existingDaniel Stenberg
directory name and build/run/test curl in there instead of trying to update from CVS. Using this approach, this script can be used to test daily tarballs etc.
2003-11-07the resource file itselfDaniel Stenberg
2003-11-07removed the resource lines I shouldn't have added in the firt placeDaniel Stenberg
2003-11-07define TRUE and FALSE here as some platforms don't have them otherwiseDaniel Stenberg
2003-11-06CURLDEBUG, no underscoreDaniel Stenberg
2003-11-06Gisle Vanem's libcurl.dll version info patch appliedDaniel Stenberg
2003-11-06don't allow options that we KNOW can't be usedDaniel Stenberg
2003-11-06mark all mentioned options betterDaniel Stenberg
2003-11-06converted most .I lines to \fI onesDaniel Stenberg
2003-11-06egd, not edgDaniel Stenberg
2003-11-06Define TRUE and FALSE unless already present. I've moved away thoseDaniel Stenberg
definitions from the global curl header and thus this needs to do it themselves.
2003-11-06removed the _last since that is by definition not an error codeDaniel Stenberg
2003-11-06new defines for version infoDaniel Stenberg
2003-11-06Insert the major, minor and patch numbers into the curl/curl.h header asDaniel Stenberg
well. Removed the depedency on perl.
2003-11-06We offer the version number "in parts" as well by introducing three newDaniel Stenberg
defines.
2003-11-06thingsDaniel Stenberg
2003-11-06new mirror addedDaniel Stenberg
2003-11-06updated somewhatDaniel Stenberg
2003-11-06unitialized variable fix, reported by both Marty Kuhrt and benjamin gerardDaniel Stenberg
2003-11-06Mac OS X framework build files, contributed by Matt VeenstraDaniel Stenberg
2003-11-06Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don'tDaniel Stenberg
belong in the public header file. They are not in our name space so we should not set them globally.
2003-11-05minor format editsDaniel Stenberg
2003-11-05use roffit to make HTML from man pagesDaniel Stenberg
http://daniel.haxx.se/projects/roffit/
2003-11-04use .BR to refer to other man pages to make it easier for parsers to knowDaniel Stenberg
2003-11-04consistant with other man pagesDaniel Stenberg