aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
2004-09-03fixed nasty warnings with gcc 3.3.Gunter Knauf
2004-09-02clarify CURLE_SSL_CERTPROBLEM somewhatDaniel Stenberg
2004-09-02improved error message when client cert return failureDaniel Stenberg
2004-09-02use the correct struct name in the exampleDaniel Stenberg
2004-09-01added more info on the nobodyDaniel Stenberg
2004-09-01minor edit of HTTPGETDaniel Stenberg
2004-09-01fix formatting flawDaniel Stenberg
2004-08-31fix the return code for curl_multi_add_handle()Daniel Stenberg
2004-08-31mention when the function was added to the libDaniel Stenberg
2004-08-30proxy connection close and soDaniel Stenberg
2004-08-30proxy-connection closeDaniel Stenberg
2004-08-30removed issue 36 from this list, we don't know how to do it and no one hasDaniel Stenberg
stepped forward to help us. Let's postpone that fix.
2004-08-30Make "Proxy-Connection: close" close the current proxy connection, asDaniel Stenberg
Roman Koifman found out.
2004-08-30getdate fix, adacurl releaseDaniel Stenberg
2004-08-30mention Gisle's recent fixesDaniel Stenberg
2004-08-29Removed ares_free_errmem.c from MSCV project files.Gisle Vanem
Fixed line-endings to CR-LF.
2004-08-27updated with minor editsDaniel Stenberg
2004-08-27don't do SO_KEEPALIVE, we already have a finer grained method built-inDaniel Stenberg
2004-08-26added some more detailsDaniel Stenberg
2004-08-25getdate and new test cases from ydayDaniel Stenberg
2004-08-25not accurate anymore anywayDaniel Stenberg
2004-08-25Frankie V's description on how to get a CA cert for a random site usingDaniel Stenberg
IE
2004-08-24returned memory should not be freedDaniel Stenberg
2004-08-24added test 183 to verify that we properly send good Host: headers whenDaniel Stenberg
getting multiple URLs over a single proxy connection
2004-08-24Attempt to quick-fix the getdate problem by post-replacing the getdate.cDaniel Stenberg
file after the bison/yacc process to add the fix Harshal Pradhan suggested.
2004-08-24prevent files named ".nfs[something]" from being displayed when failingDaniel Stenberg
2004-08-23updated in CVS, generated with a much newer bison versionDaniel Stenberg
2004-08-23Expect: 100-continue info addedDaniel Stenberg
2004-08-23added note about WRITEFUNCTION now being called with zero bytes if the fileDaniel Stenberg
to be transfered is empty
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.