aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-17mention the reset functionDaniel Stenberg
2004-08-17Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg
2004-08-17added a check for the xlc compiler on AIX, and if that is detect we useDaniel Stenberg
2004-08-17define _THREAD_SAFE on (recent) AIX systems to build thread-safe codeDaniel Stenberg
2004-08-17recent fixesDaniel Stenberg
2004-08-16allow a custom "Accept-Encoding:" header override the internally set oneDaniel Stenberg
2004-08-16strip trailing whitespaceDaniel Stenberg
2004-08-16syncronized with libcurl.def.Gunter Knauf
2004-08-16cosmetic fix.Gunter Knauf
2004-08-16summary edit: mention that some options take a curl_off_tDaniel Stenberg
2004-08-16Roland Krikava's cookies over proxy fix.Daniel Stenberg
2004-08-14fixed linkage dll targets. (submitted by Casey O'Donnell)Gunter Knauf
2004-08-13added two good ideasDaniel Stenberg
2004-08-13mention Harshal Pradhan's windows fixDaniel Stenberg
2004-08-13Harshal Pradhan made minor syntax change to make this build with MSVC 7.1Daniel Stenberg
2004-08-13removed the ispell-added local word, compressed the final links into aDaniel Stenberg
2004-08-13strip trailing whitespaceDaniel Stenberg
2004-08-13spellDaniel Stenberg
2004-08-12Added "5.9 How does libcurl resolve host names?" since I wrote the text inDaniel Stenberg
2004-08-12updated with recent changesDaniel Stenberg
2004-08-12hmDaniel Stenberg
2004-08-123.16 What certificates do I need with I use SSL?Daniel Stenberg
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
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
2004-08-11include the server response in the error message when an FTP server givesDaniel Stenberg
2004-08-11define the _XOPEN_SOURCE define in the config.h file instead, and also added aDaniel Stenberg
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
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
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
2004-08-10In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input isDaniel Stenberg
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
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
2004-08-09typecast the assigment of an unsigned variable to a signed one to preventDaniel Stenberg
2004-08-09->fread() should get a size_t variable passed inDaniel Stenberg