Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-11 | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | |
2003-11-10 | Generate 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-10 | After Sébastien Willemijns' bug report, we now check the separators properly | Daniel 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-08 | for the getpwuid() etc | Daniel Stenberg | |
2003-11-08 | use char, not bool | Daniel Stenberg | |
2003-11-07 | things happen even during slow days! ;-) | Daniel Stenberg | |
2003-11-07 | do a normal free() of the homedir now | Daniel Stenberg | |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel 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-07 | Removed references to the no-longer existing PASSWDFUNCTION. That option | Daniel Stenberg | |
existed in 7.10.7 and earlier, but has since been cut out. | |||
2003-11-07 | remove the struct fields for the deprecated passwd prompt callback | Daniel Stenberg | |
2003-11-07 | explain the requirements for --negotiate, --ntlm and --krb4 | Daniel Stenberg | |
2003-11-07 | mark options better | Daniel Stenberg | |
2003-11-07 | Ralph Mitchell's update that allows this script to take an existing | Daniel 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-07 | the resource file itself | Daniel Stenberg | |
2003-11-07 | removed the resource lines I shouldn't have added in the firt place | Daniel Stenberg | |
2003-11-07 | define TRUE and FALSE here as some platforms don't have them otherwise | Daniel Stenberg | |
2003-11-06 | CURLDEBUG, no underscore | Daniel Stenberg | |
2003-11-06 | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | |
2003-11-06 | don't allow options that we KNOW can't be used | Daniel Stenberg | |
2003-11-06 | mark all mentioned options better | Daniel Stenberg | |
2003-11-06 | converted most .I lines to \fI ones | Daniel Stenberg | |
2003-11-06 | egd, not edg | Daniel Stenberg | |
2003-11-06 | Define TRUE and FALSE unless already present. I've moved away those | Daniel Stenberg | |
definitions from the global curl header and thus this needs to do it themselves. | |||
2003-11-06 | removed the _last since that is by definition not an error code | Daniel Stenberg | |
2003-11-06 | new defines for version info | Daniel Stenberg | |
2003-11-06 | Insert the major, minor and patch numbers into the curl/curl.h header as | Daniel Stenberg | |
well. Removed the depedency on perl. | |||
2003-11-06 | We offer the version number "in parts" as well by introducing three new | Daniel Stenberg | |
defines. | |||
2003-11-06 | things | Daniel Stenberg | |
2003-11-06 | new mirror added | Daniel Stenberg | |
2003-11-06 | updated somewhat | Daniel Stenberg | |
2003-11-06 | unitialized variable fix, reported by both Marty Kuhrt and benjamin gerard | Daniel Stenberg | |
2003-11-06 | Mac OS X framework build files, contributed by Matt Veenstra | Daniel Stenberg | |
2003-11-06 | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg | |
belong in the public header file. They are not in our name space so we should not set them globally. | |||
2003-11-05 | minor format edits | Daniel Stenberg | |
2003-11-05 | use roffit to make HTML from man pages | Daniel Stenberg | |
http://daniel.haxx.se/projects/roffit/ | |||
2003-11-04 | use .BR to refer to other man pages to make it easier for parsers to know | Daniel Stenberg | |
2003-11-04 | consistant with other man pages | Daniel Stenberg | |
2003-11-04 | .TP and .B replaced with .IP | Daniel Stenberg | |
2003-11-04 | .IP instead of .TP and .B | Daniel Stenberg | |
2003-11-04 | highlight more mentioned options | Daniel Stenberg | |
2003-11-04 | Use .IP instead of .TP and .B for each item. | Daniel Stenberg | |
2003-11-04 | spell! | Daniel Stenberg | |
2003-11-04 | three changes went in | Daniel Stenberg | |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | |
2003-11-04 | spellfix in the generated comment by Kevin Roth | Daniel Stenberg | |
2003-11-04 | Kevin Roth's fix to make correct cygwin packages | Daniel Stenberg | |
2003-11-01 | blanked, starting all over again | Daniel Stenberg | |
2003-11-01 | starting on 7.10.9 in CVS | Daniel Stenberg | |
2003-11-01 | 7.10.8! | Daniel Stenberg | |
2003-10-31 | ftp goes UTC | Daniel Stenberg | |