aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-12removed trailing whitespace, indented to curl-style levelsDaniel Stenberg
2004-08-12Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIXDaniel Stenberg
land with many warnings and even compiler errors due to missing structs etc
2004-08-11--disable-[protocol] doesn't disable tests of the specific protocolDaniel Stenberg
2004-08-11clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returnedDaniel Stenberg
even if user and password are correct
2004-08-11include the server response in the error message when an FTP server givesDaniel Stenberg
back a 530 after the password is provided, as it isn't necessary because of a bad user name or password.
2004-08-11define the _XOPEN_SOURCE define in the config.h file instead, and also added aDaniel Stenberg
decent quote about the define, taken from http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html
2004-08-11fixed the default result for xopen and mimpure to work betterDaniel Stenberg
2004-08-11experimental code to detect mips-sgi-irix systems that build without gccDaniel Stenberg
and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less warnings (on the 64bit versions)
2004-08-11added several recent bindingsDaniel Stenberg
2004-08-10updated the CURLOPT_POST description after input from Alan PinsteinDaniel Stenberg
2004-08-10Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (thisDaniel Stenberg
remains undocumented as this is not the way we recommend)
2004-08-10minor reformat to suit the new FAQ parserDaniel Stenberg
2004-08-10ignore curllib.dspDaniel Stenberg
2004-08-10ignore more filesDaniel Stenberg
2004-08-107.12.2 work in progressDaniel Stenberg
2004-08-10and we're back on a clean notes sheet againDaniel Stenberg
2004-08-107.12.1 notesDaniel Stenberg
2004-08-10added "5.8 libcurl.so.3: open failed: No such file or directory" and madeDaniel Stenberg
some general cleanups
2004-08-10In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input isDaniel Stenberg
already UTF-8 encoded. We check for this case and copy the raw string manually to avoid the problem. This code can be made conditional in the future when OpenSSL has been fixed. Work-around brought by Alexis S. L. Carvalho.
2004-08-10more typecasts to please picky compilersDaniel Stenberg
2004-08-09version string, krb4 link fix, added number of web mirrors and libcurl bindingsDaniel Stenberg
2004-08-09GSS/Kerberos 5 for ftpDaniel Stenberg
2004-08-09added info about my current idea about option separation between URLs onDaniel Stenberg
the command line
2004-08-09adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOWDaniel Stenberg
2004-08-09--negotiate does not work without username/password, bug report #1004841Daniel Stenberg
2004-08-09the krb4 stuff needs -lcom_err to link now, for some odd reason. This isDaniel Stenberg
possibly only on some platforms, but it happens on my Solaris 2.7 box and I don't know anyone else that regularly build curl with krb4 support.
2004-08-09typecast the assigment of an unsigned variable to a signed one to preventDaniel Stenberg
picky warnings
2004-08-09->fread() should get a size_t variable passed inDaniel Stenberg
2004-08-09made telrcv() take a ssize_t argument instead of int to better match otherDaniel Stenberg
functions (and prevent warnings)
2004-08-09mention the new cool CA extraction way just documentedDaniel Stenberg
2004-08-06new web mirrorDaniel Stenberg
2004-08-05negotiate fix and new glib/GTK+ bindingDaniel Stenberg
2004-08-05Enrico Scholz fixed the service name to be uppercase as reported in bugDaniel Stenberg
report #1004105
2004-08-04multi-connect fix and cookie domain fixDaniel Stenberg
2004-08-04Fixed multiple IP connects with the multi interface. This fix is influencedDaniel Stenberg
by Gisle Vanem's patch, only modified by me.
2004-08-04Dylan Salisbury's fix to prevent us from accepting cookies from TLD onlyDaniel Stenberg
2004-07-31borland is already mentionedDaniel Stenberg
2004-07-31mention this is newDaniel Stenberg
2004-07-31link to reset as wellDaniel Stenberg
2004-07-31curl_easy_reset() documentedDaniel Stenberg
2004-07-31digest fixDaniel Stenberg
2004-07-31Joel Chen reported that we assumed content within quotes a bit too much inDaniel Stenberg
the digest code. This fixes it.
2004-07-29prevent all the sig and alarm stuff when using aresDaniel Stenberg
2004-07-29fix a mingw32 build warningDaniel Stenberg
2004-07-29mingw32 builds make .a libsDaniel Stenberg
2004-07-29added typecast in an attempt to fix a mingw32 warningDaniel Stenberg
2004-07-29additional typecasts to please MIPSPro on 64bit IRIXDaniel Stenberg
2004-07-29oops, curl_easy_reset is a voidDaniel Stenberg
2004-07-29variable type fixDaniel Stenberg
2004-07-29provide a curl_easy_reset() protoDaniel Stenberg