platform/upstream/curl.git
17 years agoadded ranlib when library is created with ar.
Gunter Knauf [Mon, 16 Apr 2007 20:54:56 +0000 (20:54 +0000)]
added ranlib when library is created with ar.

17 years agoNo need for USE_MANUAL. Use select_s() instead of select().
Gisle Vanem [Mon, 16 Apr 2007 16:52:56 +0000 (16:52 +0000)]
No need for USE_MANUAL. Use select_s() instead of select().
Added ares_getopt.o to program sample objects.

17 years ago- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
Daniel Stenberg [Mon, 16 Apr 2007 16:34:08 +0000 (16:34 +0000)]
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
  function that deprecates the curl_multi_socket() function. Using the new
  function the application tell libcurl what action that was found in the
  socket that it passes in. This gives a significant performance boost as it
  allows libcurl to avoid a call to poll()/select() for every call to
  curl_multi_socket*().

17 years agomove linkage var declarations to ares_getopt.h
Yang Tse [Mon, 16 Apr 2007 15:35:34 +0000 (15:35 +0000)]
move linkage var declarations to ares_getopt.h

17 years agouse Makefile.inc to determine sources.
Gunter Knauf [Mon, 16 Apr 2007 13:53:58 +0000 (13:53 +0000)]
use Makefile.inc to determine sources.

17 years agoares_getopt() command-line parser function does not belong to actual c-ares library...
Gunter Knauf [Mon, 16 Apr 2007 13:17:26 +0000 (13:17 +0000)]
ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c

17 years agoJay Austin added "DH PARAMETERS" to the stunnel.pem certificate
Daniel Stenberg [Mon, 16 Apr 2007 11:55:43 +0000 (11:55 +0000)]
Jay Austin added "DH PARAMETERS" to the stunnel.pem certificate

17 years agoares_getopt() command-line parser function does not belong to actual
Yang Tse [Mon, 16 Apr 2007 09:08:15 +0000 (09:08 +0000)]
ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c

17 years agoares_getopt() command-line parser function does not belong to actual
Yang Tse [Mon, 16 Apr 2007 09:01:16 +0000 (09:01 +0000)]
ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c

17 years agoMinor updates to --help output
Dan Fandrich [Sun, 15 Apr 2007 06:24:43 +0000 (06:24 +0000)]
Minor updates to --help output

17 years agojayjwa added the "DH PARAMETERS" to make this work with recent stunnels
Daniel Stenberg [Sat, 14 Apr 2007 20:29:09 +0000 (20:29 +0000)]
jayjwa added the "DH PARAMETERS" to make this work with recent stunnels

17 years agoupdates
Daniel Stenberg [Sat, 14 Apr 2007 20:27:11 +0000 (20:27 +0000)]
updates

17 years agoremoved unneeded brackets with NetWare implementation.
Gunter Knauf [Sat, 14 Apr 2007 16:55:17 +0000 (16:55 +0000)]
removed unneeded brackets with NetWare implementation.

17 years agoups - c&p error.
Gunter Knauf [Sat, 14 Apr 2007 16:45:43 +0000 (16:45 +0000)]
ups - c&p error.

17 years agouse system-own getpassword() function on NetWare.
Gunter Knauf [Sat, 14 Apr 2007 16:38:13 +0000 (16:38 +0000)]
use system-own getpassword() function on NetWare.

17 years agoAdded test cases 294 and 295 to test --ftp-account handling
Dan Fandrich [Fri, 13 Apr 2007 20:59:15 +0000 (20:59 +0000)]
Added test cases 294 and 295 to test --ftp-account handling

17 years agoFix test case 534 which started to fail 2007-04-13 due to the existance
Yang Tse [Fri, 13 Apr 2007 11:35:19 +0000 (11:35 +0000)]
Fix test case 534 which started to fail 2007-04-13 due to the existance
of a new host on the net with the same silly domain the test was using
for a host which was supposed not to exist.

17 years agoproper fix for compiler warning
Yang Tse [Fri, 13 Apr 2007 08:45:07 +0000 (08:45 +0000)]
proper fix for compiler warning

17 years agoTake in account that it can be built with compiler debug info and
Yang Tse [Fri, 13 Apr 2007 08:22:56 +0000 (08:22 +0000)]
Take in account that it can be built with compiler debug info and
without the curl memory debugging leak detection code enabled.

17 years agofix compiler warning
Yang Tse [Fri, 13 Apr 2007 07:57:31 +0000 (07:57 +0000)]
fix compiler warning

17 years agoupdate!
Daniel Stenberg [Thu, 12 Apr 2007 21:53:18 +0000 (21:53 +0000)]
update!

17 years agoadd a 'vc8' target that (re-)builds the */Makefile.vc8 files
Daniel Stenberg [Thu, 12 Apr 2007 20:41:24 +0000 (20:41 +0000)]
add a 'vc8' target that (re-)builds the */Makefile.vc8 files

17 years agoSong Ma found a memory leak in the if2ip code if you pass in an interface
Daniel Stenberg [Thu, 12 Apr 2007 20:09:19 +0000 (20:09 +0000)]
Song Ma found a memory leak in the if2ip code if you pass in an interface
name longer than the name field of the ifreq struct (typically 6 bytes), as
then it wouldn't close the used dummy socket.

17 years agoupdate MSVC project files with ares_getopt()
Yang Tse [Thu, 12 Apr 2007 19:14:00 +0000 (19:14 +0000)]
update MSVC project files with ares_getopt()

17 years agouse ares_getopt for all platforms
Yang Tse [Thu, 12 Apr 2007 19:01:19 +0000 (19:01 +0000)]
use ares_getopt for all platforms

17 years agoadd ares_getopt prototype
Yang Tse [Thu, 12 Apr 2007 18:59:46 +0000 (18:59 +0000)]
add ares_getopt prototype

17 years agoRename function as ares_getopt()
Yang Tse [Thu, 12 Apr 2007 18:06:41 +0000 (18:06 +0000)]
Rename function as ares_getopt()

17 years agoReplace tabs with spaces
Yang Tse [Thu, 12 Apr 2007 17:45:57 +0000 (17:45 +0000)]
Replace tabs with spaces

17 years agoAdd file ares_getopt.c
Yang Tse [Thu, 12 Apr 2007 16:53:59 +0000 (16:53 +0000)]
Add file ares_getopt.c

Original file name getopt.c  Initial import into the c-ares source tree
on 2007-04-11.  Lifted from version 5.2 of the 'Open Mash' project with
the modified BSD license, BSD license without the advertising clause.

17 years agoWork around an out of memory situation in Curl_ftp_done instead of
Dan Fandrich [Thu, 12 Apr 2007 01:26:02 +0000 (01:26 +0000)]
Work around an out of memory situation in Curl_ftp_done instead of
returning an error code, to allow connections to be torn down
cleanly since this function can be called AFTER an OOM situation
has already been reached.

17 years agostart working on 7.16.3
Daniel Stenberg [Wed, 11 Apr 2007 13:32:59 +0000 (13:32 +0000)]
start working on 7.16.3

17 years agorestart towards 7.16.3
Daniel Stenberg [Wed, 11 Apr 2007 13:31:51 +0000 (13:31 +0000)]
restart towards 7.16.3

17 years agoadd recent contributors
Daniel Stenberg [Wed, 11 Apr 2007 13:30:09 +0000 (13:30 +0000)]
add recent contributors

17 years ago7.16.2
Daniel Stenberg [Wed, 11 Apr 2007 13:12:33 +0000 (13:12 +0000)]
7.16.2

17 years agoconvenience SIG_ATOMIC_T macro definition
Yang Tse [Wed, 11 Apr 2007 11:02:13 +0000 (11:02 +0000)]
convenience SIG_ATOMIC_T macro definition

17 years agoFixed some out of memory handling issues.
Dan Fandrich [Wed, 11 Apr 2007 00:25:41 +0000 (00:25 +0000)]
Fixed some out of memory handling issues.

17 years agoFixed some out of memory handling issues.
Dan Fandrich [Tue, 10 Apr 2007 22:52:50 +0000 (22:52 +0000)]
Fixed some out of memory handling issues.

17 years agoblah
Daniel Stenberg [Tue, 10 Apr 2007 20:52:30 +0000 (20:52 +0000)]
blah

17 years ago41. When doing an operation over FTP that requires the ACCT command (but not
Daniel Stenberg [Tue, 10 Apr 2007 20:51:52 +0000 (20:51 +0000)]
41. When doing an operation over FTP that requires the ACCT command (but not
  when logging in), the operation will fail since libcurl does detect this and
  thus fails to issue the correct command:
  http://curl.haxx.se/bug/view.cgi?id=1693337

17 years agoRavi Pratap provided fixes for HTTP pipelining
Daniel Stenberg [Tue, 10 Apr 2007 20:46:40 +0000 (20:46 +0000)]
Ravi Pratap provided fixes for HTTP pipelining

17 years agoconfigure script will ignore --enable-sspi option for non-native Windows
Yang Tse [Tue, 10 Apr 2007 19:09:10 +0000 (19:09 +0000)]
configure script will ignore --enable-sspi option for non-native Windows

17 years ago--enable-sspi only supported on Windows native builds
Yang Tse [Tue, 10 Apr 2007 18:53:21 +0000 (18:53 +0000)]
--enable-sspi only supported on Windows native builds

17 years agoUpdate NTLM flag and description
Yang Tse [Tue, 10 Apr 2007 02:17:06 +0000 (02:17 +0000)]
Update NTLM flag and description

17 years agoFixed an out of memory handling issue.
Dan Fandrich [Tue, 10 Apr 2007 00:38:41 +0000 (00:38 +0000)]
Fixed an out of memory handling issue.

17 years agoHonour the -a option when -t is enabled.
Dan Fandrich [Tue, 10 Apr 2007 00:37:56 +0000 (00:37 +0000)]
Honour the -a option when -t is enabled.

17 years agoChanged error return codes to match update code.
Dan Fandrich [Mon, 9 Apr 2007 18:24:56 +0000 (18:24 +0000)]
Changed error return codes to match update code.

17 years agoVC8+ (VS2005+) has C99 variadic macro support
Yang Tse [Mon, 9 Apr 2007 17:46:01 +0000 (17:46 +0000)]
VC8+ (VS2005+) has C99 variadic macro support

17 years agofix out of memory handling issue
Yang Tse [Sun, 8 Apr 2007 22:49:38 +0000 (22:49 +0000)]
fix out of memory handling issue

17 years agoNick Zitzmann did ssh.c cleanups
Daniel Stenberg [Sun, 8 Apr 2007 22:44:21 +0000 (22:44 +0000)]
Nick Zitzmann did ssh.c cleanups

17 years agobuilds on QNX 6 again
Daniel Stenberg [Sun, 8 Apr 2007 22:23:41 +0000 (22:23 +0000)]
builds on QNX 6 again

17 years agofix out of memory handling issue
Yang Tse [Sat, 7 Apr 2007 17:25:19 +0000 (17:25 +0000)]
fix out of memory handling issue

17 years agofix out of memory handling issue
Yang Tse [Sat, 7 Apr 2007 04:51:35 +0000 (04:51 +0000)]
fix out of memory handling issue

17 years agofix compiler warning
Yang Tse [Sat, 7 Apr 2007 00:38:46 +0000 (00:38 +0000)]
fix compiler warning

17 years agofix out of memory handling issue
Yang Tse [Fri, 6 Apr 2007 20:53:15 +0000 (20:53 +0000)]
fix out of memory handling issue

17 years agoFixed a few memory leaks in OOM conditions.
Dan Fandrich [Fri, 6 Apr 2007 06:32:05 +0000 (06:32 +0000)]
Fixed a few memory leaks in OOM conditions.
Made libssh2 logging more verbose when debugging is enabled.

17 years agoIn case of test failure, try not to show log files of other tests
Yang Tse [Fri, 6 Apr 2007 04:24:13 +0000 (04:24 +0000)]
In case of test failure, try not to show log files of other tests

17 years agoEnabled the ssh tests 600-609.
Dan Fandrich [Thu, 5 Apr 2007 19:28:33 +0000 (19:28 +0000)]
Enabled the ssh tests 600-609.

17 years agoruntests -t discovered this out of memory handling issues
Yang Tse [Thu, 5 Apr 2007 11:09:46 +0000 (11:09 +0000)]
runtests -t discovered this out of memory handling issues

17 years agounify fopen() failure error message among tests, allowing
Yang Tse [Thu, 5 Apr 2007 11:05:36 +0000 (11:05 +0000)]
unify fopen() failure error message among tests, allowing
the testsuite to count them as errors of the same kind

17 years agoFurther improve displaying of individual logfiles
Yang Tse [Thu, 5 Apr 2007 00:14:27 +0000 (00:14 +0000)]
Further improve displaying of individual logfiles

17 years agoFixes some more out of memory handling bugs.
Dan Fandrich [Wed, 4 Apr 2007 23:41:35 +0000 (23:41 +0000)]
Fixes some more out of memory handling bugs.

17 years agoFixed file handle leak in OOM condition.
Dan Fandrich [Wed, 4 Apr 2007 22:49:12 +0000 (22:49 +0000)]
Fixed file handle leak in OOM condition.

17 years agoFixed curl_slist_append handling of out of memory conditions on the
Dan Fandrich [Wed, 4 Apr 2007 20:27:47 +0000 (20:27 +0000)]
Fixed curl_slist_append handling of out of memory conditions on the
easycode list (discovered by runtests' torture test).

17 years agoBuilding Windows DLLs and C run-time (CRT) linkage issues
Yang Tse [Wed, 4 Apr 2007 18:03:28 +0000 (18:03 +0000)]
Building Windows DLLs and C run-time (CRT) linkage issues

17 years agoadd debug message and expand comment
Yang Tse [Wed, 4 Apr 2007 08:58:36 +0000 (08:58 +0000)]
add debug message and expand comment

17 years agotest can be allowed to run if fopen() is capable of fopen()ing
Yang Tse [Wed, 4 Apr 2007 06:39:03 +0000 (06:39 +0000)]
test can be allowed to run if fopen() is capable of fopen()ing
three additional files once that we have already open()ed the
big bunch of file descriptors.

17 years agomove WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h
Yang Tse [Wed, 4 Apr 2007 06:06:36 +0000 (06:06 +0000)]
move WinSock definitions of EBADF, EINTR, EINVAL and  EAFNOSUPPORT to setup_once.h

17 years agocleanup
Yang Tse [Wed, 4 Apr 2007 05:04:47 +0000 (05:04 +0000)]
cleanup

17 years agoWhoops--didn't mean to enable the ssh tests quite yet.
Dan Fandrich [Wed, 4 Apr 2007 04:57:40 +0000 (04:57 +0000)]
Whoops--didn't mean to enable the ssh tests quite yet.

17 years agotest can be allowed to run if fopen() is capable of fopen()ing
Yang Tse [Wed, 4 Apr 2007 03:19:59 +0000 (03:19 +0000)]
test can be allowed to run if fopen() is capable of fopen()ing
SAFETY_MARGIN additional files once that we have already open()ed
the big bunch of file descriptors.

17 years agoAdded more SSH tests (left disabled for now).
Dan Fandrich [Wed, 4 Apr 2007 00:48:37 +0000 (00:48 +0000)]
Added more SSH tests (left disabled for now).

17 years agoFixed a memory leak and improper shutdown on SFTP post-quote command failure.
Dan Fandrich [Wed, 4 Apr 2007 00:46:16 +0000 (00:46 +0000)]
Fixed a memory leak and improper shutdown on SFTP post-quote command failure.

17 years agoOnly one issue left to deal with. Most of the others cut due to lack of
Daniel Stenberg [Tue, 3 Apr 2007 21:15:31 +0000 (21:15 +0000)]
Only one issue left to deal with. Most of the others cut due to lack of
response and/or my personal lack of time to deal further with them at this
point.

17 years agoRob Jones fixed better #ifdef'ing for a bunch of #include lines.
Daniel Stenberg [Tue, 3 Apr 2007 20:54:37 +0000 (20:54 +0000)]
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.

17 years agoupdate copyright year
Yang Tse [Tue, 3 Apr 2007 18:25:18 +0000 (18:25 +0000)]
update copyright year

17 years agoVerify if the test is limited by an ancient stdio with a 256
Yang Tse [Tue, 3 Apr 2007 18:02:02 +0000 (18:02 +0000)]
Verify if the test is limited by an ancient stdio with a 256
open file limit.  In this case the test is skipped with a
message showing this limitation when the number of open files
needed for the test is greater than 256.

17 years agofix enumeration of disabled tests when they have the highest number
Yang Tse [Tue, 3 Apr 2007 15:59:52 +0000 (15:59 +0000)]
fix enumeration of disabled tests when they have the highest number

17 years agofix MSDOS symbol check
Yang Tse [Tue, 3 Apr 2007 15:35:19 +0000 (15:35 +0000)]
fix MSDOS symbol check

17 years agorecover code simplification lost with last commit
Yang Tse [Tue, 3 Apr 2007 13:26:05 +0000 (13:26 +0000)]
recover code simplification lost with last commit

17 years agoImprove displaying of logfiles making sure all lines end with \n
Yang Tse [Tue, 3 Apr 2007 12:27:03 +0000 (12:27 +0000)]
Improve displaying of logfiles making sure all lines end with \n
and avoid using ! as last char of line.

17 years agodjgpp isn't the only possible DOS target.
Gisle Vanem [Tue, 3 Apr 2007 10:55:01 +0000 (10:55 +0000)]
djgpp isn't the only possible DOS target.
Use the more traditional DJGPP define.
Added basename() for non-djgpp targets.

17 years agoSimplify setting binary mode on file-descriptors.
Gisle Vanem [Tue, 3 Apr 2007 10:30:36 +0000 (10:30 +0000)]
Simplify setting binary mode on file-descriptors.
Work around the non-standard _setmode() in Metaware's HighC.

17 years agoDOS targets do have setmode().
Gisle Vanem [Tue, 3 Apr 2007 10:18:38 +0000 (10:18 +0000)]
DOS targets do have setmode().

17 years agoAdded --ftp-account to --help output.
Dan Fandrich [Tue, 3 Apr 2007 04:11:12 +0000 (04:11 +0000)]
Added --ftp-account to --help output.

17 years agotry not to link with unneeded libs, avoiding global LDADD
Yang Tse [Tue, 3 Apr 2007 02:57:54 +0000 (02:57 +0000)]
try not to link with unneeded libs, avoiding global LDADD

17 years agoCleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
Yang Tse [Tue, 3 Apr 2007 02:45:04 +0000 (02:45 +0000)]
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
are not icc 9.0 specific.

17 years agowhen detecting un/supported sshd options use curl's sshd config file.
Yang Tse [Tue, 3 Apr 2007 02:36:55 +0000 (02:36 +0000)]
when detecting un/supported sshd options use curl's sshd config file.

17 years agoEliminate the sshd option checking dependency on wc and make it faster.
Dan Fandrich [Tue, 3 Apr 2007 00:06:39 +0000 (00:06 +0000)]
Eliminate the sshd option checking dependency on wc and make it faster.

17 years agoNick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.
Daniel Stenberg [Mon, 2 Apr 2007 21:24:05 +0000 (21:24 +0000)]
Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.

17 years agofix error in previous commit
Yang Tse [Mon, 2 Apr 2007 04:14:59 +0000 (04:14 +0000)]
fix error in previous commit

17 years agofix compiler warning
Yang Tse [Mon, 2 Apr 2007 03:38:18 +0000 (03:38 +0000)]
fix compiler warning

17 years agofix compiler warning
Yang Tse [Mon, 2 Apr 2007 02:13:26 +0000 (02:13 +0000)]
fix compiler warning

17 years agoverify ssh daemon version
Yang Tse [Mon, 2 Apr 2007 01:21:57 +0000 (01:21 +0000)]
verify ssh daemon version

17 years agoprint update message only if we really update CVS.
Gunter Knauf [Sun, 1 Apr 2007 13:59:50 +0000 (13:59 +0000)]
print update message only if we really update CVS.

17 years agoignore another generated file.
Gunter Knauf [Sun, 1 Apr 2007 12:37:51 +0000 (12:37 +0000)]
ignore another generated file.

17 years agoRobert Iakobashvili made curl_multi_remove_handle() a lot faster when many
Daniel Stenberg [Sun, 1 Apr 2007 08:24:23 +0000 (08:24 +0000)]
Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many
easy handles are added to a multi handle, by avoiding the looping over all
the handles to find which one to remove.

17 years agoMatt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
Daniel Stenberg [Sun, 1 Apr 2007 07:51:30 +0000 (07:51 +0000)]
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non-
configure platforms that havve setmode() needs their hard-coded config.h files
fixed. I fixed the src/config-win32.h.

17 years agoAdded scp and sftp nonexistent file retrieval tests, but leave them
Dan Fandrich [Sun, 1 Apr 2007 06:28:12 +0000 (06:28 +0000)]
Added scp and sftp nonexistent file retrieval tests, but leave them
disabled for now.

17 years ago26 flaws identified by coverity.com
Daniel Stenberg [Sat, 31 Mar 2007 21:38:59 +0000 (21:38 +0000)]
26 flaws identified by coverity.com

17 years agoSince the str2num() function gets called with the 'nextarg' pointer from
Daniel Stenberg [Sat, 31 Mar 2007 21:35:56 +0000 (21:35 +0000)]
Since the str2num() function gets called with the 'nextarg' pointer from
within the getparameter a lot, we must check it for NULL before accessing the
str data.
CID 14 of the coverity.com scan