aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-04Fix compiler warning: variable may be used uninitializedYang Tse
2007-12-03Ray Pekowski filed bug report #1842029Daniel Stenberg
2007-12-03Fix three issues previous cleanup introduces.Yang Tse
2007-12-03SSL session id caching bugfixDaniel Stenberg
2007-12-03Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identifiedDaniel Stenberg
2007-12-03mention "no longer default-appends ;type= on FTP URLs thru proxies" as a bugDaniel Stenberg
2007-12-03Now libcurl (built with OpenSSL) doesn't return error anymore if the remoteDaniel Stenberg
2007-12-03 Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhatDaniel Stenberg
2007-12-03Brad Spencer fixed the configure script to assume that there's noDaniel Stenberg
2007-12-03removed the ;type= thing for FTP urls through proxy, since that's now onlyDaniel Stenberg
2007-12-02107 - resolve the type= thing for FTP URLs over HTTP proxies, is solvedDaniel Stenberg
2007-12-02Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg
2007-11-30Upped copyright yearDan Fandrich
2007-11-29uh, corrected pretty major write error!Daniel Stenberg
2007-11-29ftp resumed upload and long Digest noncesDaniel Stenberg
2007-11-29A bug report on the curl-library list showed a HTTP Digest session going onDaniel Stenberg
2007-11-29Fixed the resumed FTP upload loop to not require that the read callbackDaniel Stenberg
2007-11-29include the libssh2 return code in the output for these failures to easeDaniel Stenberg
2007-11-28the gethostbyname fix applied here as wellDaniel Stenberg
2007-11-28fix next_lookup() to continue searching even if c-ares failed to load theDaniel Stenberg
2007-11-28When --with-gssapi (without given path) is used, we must use krb5-config toDaniel Stenberg
2007-11-28To allow remote log inspection avoid redirecting messages to stderr.Yang Tse
2007-11-27Remove the check for libdl since that isn't actually used and it causesDaniel Stenberg
2007-11-27pkgconfig fix by Andreas SchuldeiDaniel Stenberg
2007-11-27spellfixDaniel Stenberg
2007-11-27ConnectTimeout requires OpenSSH 3.7 or laterYang Tse
2007-11-27Explicitly disallow remote hosts to connect to local forwarded ports,Yang Tse
2007-11-26Stop ssh and socks servers when verification failsYang Tse
2007-11-26Providing an explicit bind address besides the port for dynamic application-l...Yang Tse
2007-11-26more blurbDaniel Stenberg
2007-11-26Added recent changes and spellcheckedDaniel Stenberg
2007-11-26test1015 --data-urlencodeDaniel Stenberg
2007-11-26#1 fixed --data-urlencode when no = or @ was usedDaniel Stenberg
2007-11-26slightly less outdatedDaniel Stenberg
2007-11-26Temporary change to better debug startup failuresYang Tse
2007-11-25Allow different start timeout specification for each serverYang Tse
2007-11-24reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg
2007-11-24struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg
2007-11-23make 'checkdied' in runtests.pl more robustYang Tse
2007-11-23Revert last change since it breaks running the test suiteYang Tse
2007-11-23Improve chance of running runtests.pl from outside theYang Tse
2007-11-22Debugging messages to trace startnew failuresYang Tse
2007-11-22Provide a socklen_t definition in curl.h for Win32 API build targetsYang Tse
2007-11-22make nlen a size_t to better hold diffs between pointers etcDaniel Stenberg
2007-11-22Alessandro Vesely helped me improve the --data-urlencode's syntax, parserDaniel Stenberg
2007-11-21Make the do_complete() function not get called until the DO actually isDaniel Stenberg
2007-11-21Temporary change adding additional debugging messages to better pinpointYang Tse
2007-11-21Fix trying to return outside of a subroutineYang Tse
2007-11-21and we start on 1.5.2!Daniel Stenberg
2007-11-21changeDaniel Stenberg