aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-11-21oopsDaniel Stenberg
2007-11-21start working on 1.5.1 nowDaniel Stenberg
2007-11-21this is what 1.5.0 isDaniel Stenberg
2007-11-20While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg
2007-11-20clarify somewhat what happens to some data when a share is set to be usedDaniel Stenberg
2007-11-20white space changes only to clean up indent and source widthDaniel Stenberg
2007-11-20remove the unconditional enabling of cookies if you set a share to use!Daniel Stenberg
2007-11-20a bunch of new commentsDaniel Stenberg
2007-11-20rephrasedDaniel Stenberg
2007-11-20Don't gather additional debug info unless sshd actually failsYang Tse