platform/upstream/curl.git
17 years agofix the formatting of the trailing list
Daniel Stenberg [Wed, 23 May 2007 12:51:52 +0000 (12:51 +0000)]
fix the formatting of the trailing list

17 years agoAndre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failed
Daniel Stenberg [Tue, 22 May 2007 20:46:51 +0000 (20:46 +0000)]
Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failed

17 years agoAndre Guibert de Bruet fixed a memory leak in the function that verifies the
Daniel Stenberg [Tue, 22 May 2007 19:51:44 +0000 (19:51 +0000)]
Andre Guibert de Bruet fixed a memory leak in the function that verifies the
peer's name in the SSL certificate when built for OpenSSL. The leak happens
for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN
name from UTF8.

17 years agoWaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE is
Daniel Stenberg [Sun, 20 May 2007 22:11:47 +0000 (22:11 +0000)]
WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE is
counted in seconds...

17 years agobetter fix for the dl/ul counters
Daniel Stenberg [Fri, 18 May 2007 10:40:43 +0000 (10:40 +0000)]
better fix for the dl/ul counters

17 years agoFeng Tu reported that curl -w did wrong on TFTP transfers in
Daniel Stenberg [Fri, 18 May 2007 10:32:48 +0000 (10:32 +0000)]
Feng Tu reported that curl -w did wrong on TFTP transfers in
bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the
transfer-related info "variables" were indeed overwritten with zeroes wrongly
and have now been adjusted. The upload size still isn't accurate.

17 years agobail out with error codes on failures
Daniel Stenberg [Fri, 18 May 2007 10:12:57 +0000 (10:12 +0000)]
bail out with error codes on failures

17 years agothey spell five with a v...
Daniel Stenberg [Thu, 17 May 2007 21:41:02 +0000 (21:41 +0000)]
they spell five with a v...

17 years agoFeng Tu pointed out a division by zero error in the TFTP connect timeout
Daniel Stenberg [Thu, 17 May 2007 21:40:08 +0000 (21:40 +0000)]
Feng Tu pointed out a division by zero error in the TFTP connect timeout
code for timeouts less than fice seconds, and also provided a fix for it.

17 years agoAdded support for compiling under Minix 3.1.3 using ACK.
Dan Fandrich [Thu, 17 May 2007 06:04:44 +0000 (06:04 +0000)]
Added support for compiling under Minix 3.1.3 using ACK.

17 years agoMatch file times occurring in the morning.
Dan Fandrich [Wed, 16 May 2007 17:45:53 +0000 (17:45 +0000)]
Match file times occurring in the morning.

17 years agoAdded call to setvbuf (disabled by default for speed) to flush the
Dan Fandrich [Tue, 15 May 2007 00:36:56 +0000 (00:36 +0000)]
Added call to setvbuf (disabled by default for speed) to flush the
memdebug log file after every line and avoid losing the last few log
entries if curl crashes.

17 years agoAdded support for quote commands before a transfer using SFTP and test
Dan Fandrich [Tue, 15 May 2007 00:28:50 +0000 (00:28 +0000)]
Added support for quote commands before a transfer using SFTP and test
case 614.
Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.

17 years agoAdded SFTP directory listing test case 613.
Dan Fandrich [Mon, 14 May 2007 22:03:42 +0000 (22:03 +0000)]
Added SFTP directory listing test case 613.

17 years agoAdded FTPS upload tests 408 and 409.
Dan Fandrich [Thu, 10 May 2007 20:03:20 +0000 (20:03 +0000)]
Added FTPS upload tests 408 and 409.

17 years agoKristian Gunstone fixed a problem where overwriting an uploaded file with
Dan Fandrich [Wed, 9 May 2007 18:24:27 +0000 (18:24 +0000)]
Kristian Gunstone fixed a problem where overwriting an uploaded file with
sftp didn't truncate it first, which would corrupt the file if the new
file was shorter than the old.

17 years agoAdded the list of SFTP post-quote commands, and fixed a few typos.
Dan Fandrich [Wed, 9 May 2007 18:05:14 +0000 (18:05 +0000)]
Added the list of SFTP post-quote commands, and fixed a few typos.

17 years agoAdded FTPS test cases 406 and 407
Dan Fandrich [Tue, 8 May 2007 22:14:30 +0000 (22:14 +0000)]
Added FTPS test cases 406 and 407

17 years agoCURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is
Daniel Stenberg [Tue, 8 May 2007 11:34:31 +0000 (11:34 +0000)]
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is
because I just made SCP uploads return this value if the file size of
the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to
reflect this news, and a define for the old name was added to the public
header file.

17 years agoJames Bursa fixed a bug in the multi handle code that made the connection
Daniel Stenberg [Mon, 7 May 2007 07:07:55 +0000 (07:07 +0000)]
James Bursa fixed a bug in the multi handle code that made the connection
cache grow a bit too much, beyond the normal 4 * easy_handles.

17 years agoextended the description for the curl_multi_socket_action() change
Daniel Stenberg [Sun, 6 May 2007 08:14:42 +0000 (08:14 +0000)]
extended the description for the curl_multi_socket_action() change

17 years ago42. Daniel Black filed bug report #1705802 where he accurately mentions that
Daniel Stenberg [Thu, 3 May 2007 20:50:07 +0000 (20:50 +0000)]
42. Daniel Black filed bug report #1705802 where he accurately mentions that
  several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL:
  http://curl.haxx.se/bug/view.cgi?id=1705802

17 years agoFixed a few typos.
Dan Fandrich [Thu, 3 May 2007 19:12:45 +0000 (19:12 +0000)]
Fixed a few typos.

17 years agodocument the new 200alias behaviour
Daniel Stenberg [Thu, 3 May 2007 12:30:33 +0000 (12:30 +0000)]
document the new 200alias behaviour

17 years agoAnders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0
Daniel Stenberg [Wed, 2 May 2007 20:42:02 +0000 (20:42 +0000)]
Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0
when CURLOPT_HTTP200ALIASES is used to avoid the problem mentioned below is
not very nice if the client wants to be able to use _either_ a HTTP 1.1
server or one within the aliases list... so starting now, libcurl will
simply consider 200-alias matches the to be HTTP 1.0 compliant.

17 years agoFixed an out of memory handling issue with HTTP pipelines.
Dan Fandrich [Wed, 2 May 2007 19:13:56 +0000 (19:13 +0000)]
Fixed an out of memory handling issue with HTTP pipelines.

17 years agoTobias Rundstrom reported a problem they experienced with xmms2 and recent
Daniel Stenberg [Wed, 2 May 2007 17:35:47 +0000 (17:35 +0000)]
Tobias Rundstrom reported a problem they experienced with xmms2 and recent
libcurls, which turned out to be the 25-nov-2006 change which treats HTTP
responses without Content-Length or chunked encoding as without bodies. We
now added the conditional that the above mentioned response is only without
body if the response is HTTP 1.1.

17 years ago- Jeff Pohlmeyer improved the hiperfifo.c example to use the
Daniel Stenberg [Wed, 2 May 2007 13:52:38 +0000 (13:52 +0000)]
- Jeff Pohlmeyer improved the hiperfifo.c example to use the
  CURLMOPT_TIMERFUNCTION callback option.

17 years ago- Set the timeout for easy handles to expire really soon after addition or
Daniel Stenberg [Wed, 2 May 2007 13:47:56 +0000 (13:47 +0000)]
- Set the timeout for easy handles to expire really soon after addition or
  when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform,
  to make applications using only curl_multi_socket() to properly function
  when adding easy handles "on the fly". Bug report and test app provided by
  Michael Wallner.

17 years agoMerged _all_ old changelogs into the single CHANGES.0 file. Having a new one
Daniel Stenberg [Wed, 2 May 2007 13:14:56 +0000 (13:14 +0000)]
Merged _all_ old changelogs into the single CHANGES.0 file. Having a new one
for every year is giving us too many files! I also split out the changes
from 2006 from CHANGES to CHANGES.0 now.

17 years agospell and language fix
Daniel Stenberg [Wed, 2 May 2007 11:14:55 +0000 (11:14 +0000)]
spell and language fix

17 years agoCheck the return code from curl_multi_add_handle()
Dan Fandrich [Wed, 2 May 2007 06:02:13 +0000 (06:02 +0000)]
Check the return code from curl_multi_add_handle()

17 years agoFixed a logic error in the last patch and another out of memory issue.
Dan Fandrich [Wed, 2 May 2007 00:50:06 +0000 (00:50 +0000)]
Fixed a logic error in the last patch and another out of memory issue.
Reduce the scope of some variables.

17 years agoImproved behaviour in out of memory conditions.
Dan Fandrich [Tue, 1 May 2007 20:52:05 +0000 (20:52 +0000)]
Improved behaviour in out of memory conditions.

17 years agoUse memcpy instead of strcpy to improve performance.
Dan Fandrich [Tue, 1 May 2007 20:50:50 +0000 (20:50 +0000)]
Use memcpy instead of strcpy to improve performance.

17 years agobrlcad on #curl provided this patch (edited by me) since "configure will fail
Daniel Stenberg [Mon, 30 Apr 2007 21:47:58 +0000 (21:47 +0000)]
brlcad on #curl provided this patch (edited by me) since "configure will fail
looking for a C++ preprocessor on libtool-using projects" with the factory-
installed libtool version on Mac OS X.

17 years agoImproved the test harness to allow running test servers on other than
Dan Fandrich [Mon, 30 Apr 2007 20:15:33 +0000 (20:15 +0000)]
Improved the test harness to allow running test servers on other than
the default port numbers, allowing more than one test suite to run
simultaneously on the same host.

17 years agoFixed some tests to stop hard-coding the port number.
Dan Fandrich [Mon, 30 Apr 2007 19:05:48 +0000 (19:05 +0000)]
Fixed some tests to stop hard-coding the port number.

17 years agoRearranged some allocs so they will be freed correctly in the error path.
Dan Fandrich [Sun, 29 Apr 2007 07:04:29 +0000 (07:04 +0000)]
Rearranged some allocs so they will be freed correctly in the error path.

17 years agoPeter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,
Daniel Stenberg [Sat, 28 Apr 2007 21:01:30 +0000 (21:01 +0000)]
Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,
since it then inits libgcrypt and libgcrypt is being evil and EXITS the
application if it fails to get a fine random seed. That's really not a nice
thing to do by a library.

17 years agoFrank Hempel fixed a curl_easy_duphandle() crash on a handle that had
Daniel Stenberg [Sat, 28 Apr 2007 20:27:07 +0000 (20:27 +0000)]
Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had
been removed from a multi handle, and then fixed another flaw that prevented
curl_easy_duphandle() to work even after the first fix - the handle was
still marked as using the multi interface.

17 years agoMove the explictit free of the range string to Curl_close() from Curl_disconnect()
Daniel Stenberg [Fri, 27 Apr 2007 08:30:48 +0000 (08:30 +0000)]
Move the explictit free of the range string to Curl_close() from Curl_disconnect()
since it easy-handle related and not connection-related.

17 years agooops, this was supposed to be properly removed
Daniel Stenberg [Fri, 27 Apr 2007 08:19:48 +0000 (08:19 +0000)]
oops, this was supposed to be properly removed

17 years agoAs a follow-up to the removal of the free of the range data in Curl_done() - this
Daniel Stenberg [Fri, 27 Apr 2007 08:18:47 +0000 (08:18 +0000)]
As a follow-up to the removal of the free of the range data in Curl_done() - this
moves and re-arranges how range/resume is setup and freed.

17 years agoPeter O'Gorman found a problem with SCP downloads when the downloaded file
Daniel Stenberg [Thu, 26 Apr 2007 21:30:29 +0000 (21:30 +0000)]
Peter O'Gorman found a problem with SCP downloads when the downloaded file
was 16385 bytes (16K+1) and it turned out we didn't properly always "suck
out" all data from libssh2. The effect being that libcurl would hang on the
socket waiting for data when libssh2 had in fact already read it all...

17 years agoAdded support in runtests.pl for "!n" test numbers to disable individual tests.
Dan Fandrich [Wed, 25 Apr 2007 23:18:52 +0000 (23:18 +0000)]
Added support in runtests.pl for "!n" test numbers to disable individual tests.

17 years agoFixed an out of memory handling issue.
Dan Fandrich [Wed, 25 Apr 2007 20:54:02 +0000 (20:54 +0000)]
Fixed an out of memory handling issue.

17 years agoSonia Subramanian brought our attention to a problem that happens if you set
Daniel Stenberg [Wed, 25 Apr 2007 20:20:15 +0000 (20:20 +0000)]
Sonia Subramanian brought our attention to a problem that happens if you set
the CURLOPT_RESUME_FROM or CURLOPT_RANGE options and an existing connection
in the connection cache is closed to make room for the new one when you call
curl_easy_perform(). It would then wrongly free range-related data in the
connection close funtion.

17 years agoWhen displaying log files, truncate the really longs ones such as you
Dan Fandrich [Wed, 25 Apr 2007 20:09:32 +0000 (20:09 +0000)]
When displaying log files, truncate the really longs ones such as you
would get from a torture test.

17 years agoSteve Little's fixes to allow compilation on VMS 64-bit mode
Yang Tse [Wed, 25 Apr 2007 03:00:10 +0000 (03:00 +0000)]
Steve Little's fixes to allow compilation on VMS 64-bit mode

17 years agoTreat log files and -k the same when running torture tests as when not.
Dan Fandrich [Tue, 24 Apr 2007 23:28:57 +0000 (23:28 +0000)]
Treat log files and -k the same when running torture tests as when not.

17 years agoClear out FTP server options before each new client.
Dan Fandrich [Tue, 24 Apr 2007 21:30:39 +0000 (21:30 +0000)]
Clear out FTP server options before each new client.
Wait for child processes to die to avoid creating zombies.

17 years agoRobert Iakobashvili made the 'master_buffer' get allocated first once it is
Daniel Stenberg [Tue, 24 Apr 2007 10:18:06 +0000 (10:18 +0000)]
Robert Iakobashvili made the 'master_buffer' get allocated first once it is
can/will be used as it then makes the common cases save 16KB of data for each
easy handle that isn't used for pipelining.

17 years agoAdded tests 610-612 to test more SFTP post-quote commands.
Dan Fandrich [Mon, 23 Apr 2007 23:00:38 +0000 (23:00 +0000)]
Added tests 610-612 to test more SFTP post-quote commands.

17 years agoAdded <postcheck> support to the test harness.
Dan Fandrich [Mon, 23 Apr 2007 22:58:45 +0000 (22:58 +0000)]
Added <postcheck> support to the test harness.

17 years agoMention NSS, <postcmd> commands
Dan Fandrich [Mon, 23 Apr 2007 21:18:30 +0000 (21:18 +0000)]
Mention NSS, <postcmd> commands

17 years agoChanged another nonexistent host name to be under the haxx.se domain
Dan Fandrich [Mon, 23 Apr 2007 01:51:02 +0000 (01:51 +0000)]
Changed another nonexistent host name to be under the haxx.se domain
to guarantee against it ever being valid.

17 years agoAvoid an unnecessary call to gettimeofday() when
Yang Tse [Sun, 22 Apr 2007 18:17:46 +0000 (18:17 +0000)]
Avoid an unnecessary call to gettimeofday() when
using custom timeout values.

17 years ago--without-ssl disables OpenSSL only
Daniel Stenberg [Sun, 22 Apr 2007 09:37:05 +0000 (09:37 +0000)]
--without-ssl disables OpenSSL only

17 years ago- Song Ma's warning if -r/--range is given with a "bad" range, also noted in
Daniel Stenberg [Sun, 22 Apr 2007 09:31:27 +0000 (09:31 +0000)]
- Song Ma's warning if -r/--range is given with a "bad" range, also noted in
  the man page now.

17 years agoconfigure fix and new mirror
Daniel Stenberg [Sun, 22 Apr 2007 08:51:11 +0000 (08:51 +0000)]
configure fix and new mirror

17 years agoclarify a bit on the follow-redirect logic and when curl switches from POST
Daniel Stenberg [Sun, 22 Apr 2007 08:05:40 +0000 (08:05 +0000)]
clarify a bit on the follow-redirect logic and when curl switches from POST
to GET on redirect

17 years agoshell script assigns should not have spaces, hopefully fixes bug #1705177
Daniel Stenberg [Sun, 22 Apr 2007 07:36:12 +0000 (07:36 +0000)]
shell script assigns should not have spaces, hopefully fixes bug #1705177

17 years agoDaniel Black filed bug #1704675 (http://curl.haxx.se/bug/view.cgi?id=1704675)
Daniel Stenberg [Sat, 21 Apr 2007 21:32:31 +0000 (21:32 +0000)]
Daniel Black filed bug #1704675 (curl.haxx.se/bug/view.cgi?id=1704675)
identifying a double-free problem in the SSL-dealing layer, telling GnuTLS to
free NULL credentials on closedown after a failure and a bad #ifdef for NSS
when closing down SSL.

17 years agoCurl_ssl_close(): mark the connection as not using SSL anymore, to better
Daniel Stenberg [Sat, 21 Apr 2007 21:24:53 +0000 (21:24 +0000)]
Curl_ssl_close(): mark the connection as not using SSL anymore, to better
survive getting called twice

17 years agofixed ARFLAGS for CodeWarrior build.
Gunter Knauf [Sat, 21 Apr 2007 15:32:35 +0000 (15:32 +0000)]
fixed ARFLAGS for CodeWarrior build.

17 years agoChanged an error message slightly so it can be caught easier by the
Dan Fandrich [Fri, 20 Apr 2007 17:16:32 +0000 (17:16 +0000)]
Changed an error message slightly so it can be caught easier by the
autobuild logs scanner.

17 years agoifndef check the CURL_MAX_WRITE_SIZE define to allow this value to easier be
Daniel Stenberg [Fri, 20 Apr 2007 07:19:36 +0000 (07:19 +0000)]
ifndef check the CURL_MAX_WRITE_SIZE define to allow this value to easier be
changed at build time (from command line or similar)

17 years agoinitialize pending_ms to zero to avoid compiler warning:
Yang Tse [Fri, 20 Apr 2007 01:58:15 +0000 (01:58 +0000)]
initialize pending_ms to zero to avoid compiler warning:
'pending_ms' may be used uninitialized in this function

17 years ago- Save one call to curlx_tvnow(), which calls gettimeofday(), in each of
Yang Tse [Fri, 20 Apr 2007 00:07:19 +0000 (00:07 +0000)]
- Save one call to curlx_tvnow(), which calls gettimeofday(), in each of
  Curl_socket_ready(), Curl_poll() and Curl_select() when these are called
  with a zero timeout or a timeout value indicating a blocking call should
  be performed.

  These unnecessary calls to gettimeofday() got introduced in 7.16.2 when
  fixing 'timeout would restart when signal caught while awaiting socket
  events' on 20 March 2007.

- Move some loop breaking logic from the while clause into the loop,
  avoiding compiler warning 'assignment within conditional expression'

17 years agokeep lines < 80 columns
Daniel Stenberg [Thu, 19 Apr 2007 20:20:48 +0000 (20:20 +0000)]
keep lines < 80 columns

17 years agofix comment and line spacing
Yang Tse [Thu, 19 Apr 2007 20:16:28 +0000 (20:16 +0000)]
fix comment and line spacing

17 years agoVarious test file cleanups, including using <servercmd> instead of writing
Dan Fandrich [Wed, 18 Apr 2007 20:22:01 +0000 (20:22 +0000)]
Various test file cleanups, including using <servercmd> instead of writing
directly to ftpserver.cmd and removing unneeded empty sections.

17 years agoclarify the comment about libssh2_sftp_write's return type
Daniel Stenberg [Wed, 18 Apr 2007 20:15:22 +0000 (20:15 +0000)]
clarify the comment about libssh2_sftp_write's return type

17 years ago- James Housley made SFTP uploads use libssh2's non-blocking API (if available)
Daniel Stenberg [Wed, 18 Apr 2007 20:11:47 +0000 (20:11 +0000)]
- James Housley made SFTP uploads use libssh2's non-blocking API (if available)

17 years ago- Prevent the internal progress meter from updating more frequently than once
Daniel Stenberg [Wed, 18 Apr 2007 20:02:41 +0000 (20:02 +0000)]
- Prevent the internal progress meter from updating more frequently than once
  per second.

17 years agoAdded test cases 296, 297 and 298 to test --ftp-method handling
Dan Fandrich [Wed, 18 Apr 2007 06:30:28 +0000 (06:30 +0000)]
Added test cases 296, 297 and 298 to test --ftp-method handling

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.