aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-08the tool is named curl with lowercase cDaniel Stenberg
2006-07-08just some more blurbDaniel Stenberg
2006-07-08Ates Goral pointed out that libcurl's cookie parser did case insensitiveDaniel Stenberg
2006-07-087.15.5 is planned for August 2006Daniel Stenberg
2006-07-07mention the shared DNS stuffDaniel Stenberg
2006-07-07Ingmar Runge provided a source snippet that caused a crash. The reason forDaniel Stenberg
2006-07-07mention the by-default "sharing"Daniel Stenberg
2006-07-07yassl can be used nowDaniel Stenberg
2006-07-07HTTP Pipelining is for GET and HEAD requests only.Daniel Stenberg
2006-07-07Fixed building curllib.dsp when running make outside the source tree.Dan Fandrich
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse
2006-07-07Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse
2006-07-07Correct the trace for WinCE.Gisle Vanem
2006-07-07WinCE uses CreateThread(). Hence error is not in 'errno'.Gisle Vanem
2006-07-07Removed copying 'stderr' since it doesn't have the desiredGisle Vanem
2006-07-07updated after discussions and thinkingDaniel Stenberg
2006-07-07Fix excessive escaping.Yang Tse
2006-07-07Fix CURL_CHECK_HEADERS_ONCEYang Tse
2006-07-06Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse
2006-07-06Undefine symbols before redefining them.Gisle Vanem
2006-07-06Undefine correct symbol.Gisle Vanem
2006-07-05Oops !Yang Tse
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-07-05Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.Gisle Vanem
2006-07-05 Add types and qualifiers for getnameifo(), send() and recv().Gisle Vanem
2006-07-04Use a more descriptive var name.Yang Tse
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse
2006-07-04Platforms that don't have/run configure need default values in their config f...Yang Tse
2006-07-04Find out return types and argument types for functions recv() and send() at c...Yang Tse
2006-07-04Toshiyuki Maezawa fixed a problem where you couldn't override theDaniel Stenberg
2006-07-04Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.Yang Tse
2006-07-03Fix compiler warning.Yang Tse
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse
2006-07-02Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-01Get some debug infoYang Tse
2006-07-01Get some debug infoYang Tse
2006-07-01Avoid shell globbingYang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 3.Yang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart.Yang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse
2006-06-30Get qualifier of arg 1 for getnameinfo apart.Yang Tse
2006-06-30typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_tDaniel Stenberg
2006-06-30Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-06-29with a very recent yassl, we now can display 'yassl' when the OpenSSL API isDaniel Stenberg
2006-06-28changed wording on the curl_multi_fdset() problem and moved the -K change fromDaniel Stenberg
2006-06-28fix better minor compiler warningYang Tse