aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-23verify that transferring a zero byte FTP file results in a zero byte localDaniel Stenberg
file
2004-08-23Provide support for "transferring" zero bytes FTP files and comparing thatDaniel Stenberg
the output file actually is zero bytes after the transfer.
2004-08-23stripped trailing whitespaceDaniel Stenberg
2004-08-23lost of more into on how to tweak some headersDaniel Stenberg
2004-08-23debug.c is a fresh new example showing how to use the DEBUGFUNCTION to getDaniel Stenberg
lots of fine info from a transfer
2004-08-23added more header info for PUT and POST requestsDaniel Stenberg
2004-08-23Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg
PUTs even when told to use HTTP 1.0, which is not correct.
2004-08-20More patches for Watt-32 on Win32; don't include "nameser.h".Gisle Vanem
2004-08-20No WSAGetLastError() on Watt-32/DOSGisle Vanem
2004-08-20No <sys/uio.h> on DOS/Win32Gisle Vanem
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem
sets the required HAVE_xx defines for non-DOS/Win targets.
2004-08-20Alexander Krasnostavsky made the write callback get called even when a zeroDaniel Stenberg
byte file is downloaded.
2004-08-20socks proxy and timeouts bugDaniel Stenberg
2004-08-20actually, we check for a numerical host using either ipv4 or ipv6, as neitherDaniel Stenberg
should result in a reverse dns lookup
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