summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-267.11.2 coming todaycurl-7_11_2Daniel Stenberg
2004-04-25updated the warning text when SSL is explicitly disabledDaniel Stenberg
2004-04-25USE_MANUAL is now defined by defaultDaniel Stenberg
2004-04-25moved older changes to the CHANGES.2003 fileDaniel Stenberg
2004-04-25disable-manualDaniel Stenberg
2004-04-25make the generated hugehelp.c file use the USE_MANUAL define so that itDaniel Stenberg
2004-04-24test164 HTTP range with multiple rangesDaniel Stenberg
2004-04-23removed a memory leak when doing a windows threaded resolve and it failedDaniel Stenberg
2004-04-23 Gisle Vanem found and fixed a memory leak when doing (failing) WindowsDaniel Stenberg
2004-04-23only a minor comment/format changeDaniel Stenberg
2004-04-23Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only useDaniel Stenberg
2004-04-23 o --proxy-ntlm now checks if libcurl supports NTLM before using itDaniel Stenberg
2004-04-23--proxy-ntlm fix and test case 163Daniel Stenberg
2004-04-23Made --proxy-ntlm check if the underlying library actually supports NTLMDaniel Stenberg
2004-04-23minor format fixDaniel Stenberg
2004-04-23added test 163 - a simple test case that use -F field<file, to verify thatDaniel Stenberg
2004-04-23No longer uses the valgrind option '--logfile-fd', we use the --logfileDaniel Stenberg
2004-04-23define the obsolete options to different values to prevent "duplicate case"Daniel Stenberg
2004-04-23require SSL as otherwise NTLM doesn't work!Daniel Stenberg
2004-04-22missing braceDaniel Stenberg
2004-04-22allow newlines in the contents when doing -F "var=[contents]"Daniel Stenberg
2004-04-22- David Byron found and fixed a small bug with the --fail and authenticationDaniel Stenberg
2004-04-22allow newlines in the contents when doing -F "var=[contents]"Daniel Stenberg
2004-04-22removed Curl_ftp_quit() as it was turned into a static in ftp.cDaniel Stenberg
2004-04-22If a transfer is found out to be only partial, libcurl will now treat thatDaniel Stenberg
2004-04-22If only a partial file was transfered, we consider that a fatal problem soDaniel Stenberg
2004-04-22Added commentsDaniel Stenberg
2004-04-22modified how valgrind is run to make sure that file handle 3 exists whenDaniel Stenberg
2004-04-22danish mirrorDaniel Stenberg
2004-04-21Gisle's itemsDaniel Stenberg
2004-04-21include unistd.h as well for the close() proto on some platforms (like Tru64)Daniel Stenberg
2004-04-21typecast the tolower() argument to an int to prevent compiler warningDaniel Stenberg
2004-04-21typecast tolower/toupper arguments to int to make picky compilers complainDaniel Stenberg
2004-04-21test case 160 "should work" nowDaniel Stenberg
2004-04-21Fix the "lingering close" problem when re-using a connection, as test caseDaniel Stenberg
2004-04-21increase the headerbytecount for incoming "headers"Daniel Stenberg
2004-04-21log the WAIT commandDaniel Stenberg
2004-04-20cleanup leftoversDaniel Stenberg
2004-04-20test160 - for a more controlled testing of the case where libcurl startsDaniel Stenberg
2004-04-20Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-Daniel Stenberg
2004-04-20new mirror and one that changed domainDaniel Stenberg
2004-04-20make the first response get a "connection: close" header as that is howDaniel Stenberg
2004-04-19changed the logging to work when the logfile is removed during testingDaniel Stenberg
2004-04-19Make the server include "Connection: close" in the headers of the repliesDaniel Stenberg
2004-04-19Gisle Vanem corrected a mistake in a recent progress fixDaniel Stenberg
2004-04-17Gisle Vanem: patches to make sws.c compile under MingW/MSVC isDaniel Stenberg
2004-04-17Gisle made a failed connect output the reason for itDaniel Stenberg
2004-04-17NDEBUG should not be defined when CURLDEBUG isDaniel Stenberg
2004-04-16adding issue 36 to be fixed before releaseDaniel Stenberg
2004-04-16don't display the . and .. files when dumping the log/ contentsDaniel Stenberg