aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-11-20ILE RPG binding: OS/400 specific and contained in source distributionPatrick Monnerat
2007-11-20Improve detection of sshd un/supported options.Yang Tse
2007-11-20Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg
2007-11-20fix the treatment of the parameter-based precision, as in "%.*s%s" asDaniel Stenberg
2007-11-20107 - resolve the type= thing for FTP URLs over HTTP proxiesDaniel Stenberg
2007-11-19106 - Share interface force-enable the cookie parserDaniel Stenberg
2007-11-19This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse
2007-11-19fill in missing copyrightsDaniel Stenberg
2007-11-19I think this is the right fix for other non-OpenSSL libs, based on the NSS fixDaniel Stenberg
2007-11-19Temporary change to help debugging string(s) returned by sshd -VYang Tse
2007-11-18removed now obsolete defines;Gunter Knauf