aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-20use inet_pton() correctly!Daniel Stenberg
2004-08-19ZLIB_ROOT not neededGisle Vanem
2004-08-19My first CVS commit just to see if this works.Gisle Vanem
BTW. Used eclipse IDE fo this, which really kicks ass.
2004-08-19simplified expressionDaniel Stenberg
2004-08-19Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, andDaniel Stenberg
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
2004-08-19the autobuilds failed all over on AIX, attempt to fix the strerror_r() problemDaniel Stenberg
by setting _THREAD_SAFE (and -qthreaded) before strerror_r() is checked for.
2004-08-19reuse handles in PHP/CURL works - Kirk Hedden told usDaniel Stenberg
2004-08-18PHP FAQDaniel Stenberg
2004-08-18indented the code curl-styleDaniel Stenberg
2004-08-17removed trailing whitespaceDaniel Stenberg
2004-08-17see also the reset functionDaniel Stenberg
2004-08-17mention the reset functionDaniel Stenberg
2004-08-17Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg
files.
2004-08-17added a check for the xlc compiler on AIX, and if that is detect we useDaniel Stenberg
the -qthreaded compiler option
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
that gets set with CURLOPT_ENCODING
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
short section
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
a mail anyway the other day.
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
my first attempt at a basic description of the certs involvede
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