aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-08ok stop using old and deprecated optionsDaniel Stenberg
2006-11-07add missing namesDaniel Stenberg
2006-11-07Olaf fixed a leftover problem with the CONNECT fix of his that would leave aDaniel Stenberg
wrong error message in the error message buffer.
2006-11-07Moved select_s() to Makefile.dj since select() is used in applications.Gisle Vanem
2006-11-07Update copyright year.Gisle Vanem
2006-11-06add TODO noteYang Tse
2006-11-06compiler warning fixYang Tse
2006-11-06remove redundant check for Win32Yang Tse
2006-11-06avoid a couple of potential zero size memory allocationsYang Tse
2006-11-05mention the areslib.dsp fixDaniel Stenberg
2006-11-05add the recent crowd of contributorsDaniel Stenberg
2006-11-05Andreas Rieke fixed back the correct line endings!Daniel Stenberg
2006-11-05Prevent multiple initialization of memdebug configuration variables.Yang Tse
This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG and CARES_MEMDEBUG environment variables were set. Leading to a file handle leak even when both variables had the same value, and wierd test suite results when different.
2006-11-03Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).Gisle Vanem
2006-11-03add a couple more of debugging messagesYang Tse
2006-11-03SCP support addedDaniel Stenberg
2006-11-03Olaf Stueben provided a patch that I edited slightly. It fixes the notoriousDaniel Stenberg
KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an authentication negotiation. Starting now, libcurl will re-connect accordingly and continue the authentication as it should.
2006-11-03initial SCP support is now addedDaniel Stenberg
2006-11-03Update the information about what c-ares version that's required. 1.3.1 hadDaniel Stenberg
a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares.
2006-11-03stand clear for release 1.3.2Daniel Stenberg
2006-11-03Andreas Rieke added missing file and changed line endingsDaniel Stenberg
2006-11-03reduce max size of dinamically allocated arrays to minimize the nastyYang Tse
behaviour some versions of IRIX exhibit of committing suicide on big mallocs instead of just returning a friendly null pointer
2006-11-03fix missing '$' for var OPT_LIBSSH2Yang Tse
2006-11-03update copyright yearYang Tse
2006-11-03fix comments and renumber rlimit return codesYang Tse
fix closing of fd's when limit is reached
2006-11-03fix comments and renumber rlimit return codesYang Tse
2006-11-02update the counterDaniel Stenberg
2006-11-02mention the new optionsDaniel Stenberg
2006-11-02James Housley brought support for SCP transfersDaniel Stenberg
2006-11-02remove leftover commentYang Tse
2006-11-02update and split test cases 518 and 537 into its own source code fileYang Tse
2006-11-02code cleanupYang Tse
2006-11-02use our internal string functions and replace sprintf with snprintfYang Tse
2006-11-02Update protocol verification end of linesYang Tse
2006-11-02check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.hYang Tse
2006-11-02prototype for gethostname is in unistd.hYang Tse
2006-11-01test 518 is all about testing libcurl functionalityYang Tse
when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors.
2006-10-31Updated dependency output.Gisle Vanem
2006-10-31Updated dependencies to not include config.h.Gisle Vanem
2006-10-31Removed unneeded stuff.Gisle Vanem
2006-10-31Added Watt-32 section to fix things for Watt32+Win32 targets.Gisle Vanem
2006-10-31Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers.Gisle Vanem
2006-10-31Added definition of select() for Watt32.Gisle Vanem
2006-10-31Rewritten to use ../packages/DOS/common.dj.Gisle Vanem
2006-10-31Change 'FILETYPE' to ' VFT_APP'.Gisle Vanem
2006-10-31Show stderr log file for test 518 unconditionally.Yang Tse
In this way we'll be able to sort out problems that might arise in the prechek phase of the 518 test. Once that 518 has been verified this change will be undone.
2006-10-31Sync comment with code and add three messages moreYang Tse
2006-10-30Address some pitfalls in the rlimit() function check that wereYang Tse
preventing execution of this test on many platforms
2006-10-30Allow 'curl_*printf()' to be used in C++ programs.Gisle Vanem
2006-10-30add contributors from the 7.16.0 releaseDaniel Stenberg