platform/upstream/curl.git
15 years agobuildconf.bat for CVS-tree c-ares
Yang Tse [Thu, 30 Apr 2009 10:43:27 +0000 (10:43 +0000)]
buildconf.bat for CVS-tree c-ares

15 years agofix compiler warning: unused parameter
Yang Tse [Thu, 30 Apr 2009 09:32:02 +0000 (09:32 +0000)]
fix compiler warning: unused parameter

15 years ago- I was going to fix issue #59 in KNOWN_BUGS
Daniel Stenberg [Thu, 30 Apr 2009 09:02:39 +0000 (09:02 +0000)]
- I was going to fix issue #59 in KNOWN_BUGS

  If the CURLOPT_PORT option is used on an FTP URL like
  "ftp://example.com/file;type=A" the ";type=A" is stripped off.

  I added test case 562 to verify, only to find out that I couldn't repeat
  this bug so I hereby consider it not a bug anymore!

15 years agoprovide some track record of the SONAME bumps
Daniel Stenberg [Thu, 30 Apr 2009 08:30:52 +0000 (08:30 +0000)]
provide some track record of the SONAME bumps

15 years agomention that cvs is needed for releases
Daniel Stenberg [Thu, 30 Apr 2009 08:08:33 +0000 (08:08 +0000)]
mention that cvs is needed for releases

15 years agoUse 'unsigned int' instead of size_t attempting to avoid header inclusion
Yang Tse [Thu, 30 Apr 2009 01:34:04 +0000 (01:34 +0000)]
Use 'unsigned int' instead of size_t attempting to avoid header inclusion

15 years agoNetWare LibC's getpeername() third argument data type is size_t
Yang Tse [Thu, 30 Apr 2009 00:11:20 +0000 (00:11 +0000)]
NetWare LibC's getpeername() third argument data type is size_t

15 years agoDisplay only CURL_* and CARES_* symbol/macro definitions from curlbuild.h and ares_bu...
Yang Tse [Wed, 29 Apr 2009 19:02:22 +0000 (19:02 +0000)]
Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h and ares_build.h

15 years agoRemove temporary debug tracing for ares_socklen_t Windows targets
Yang Tse [Wed, 29 Apr 2009 18:08:23 +0000 (18:08 +0000)]
Remove temporary debug tracing for ares_socklen_t Windows targets

15 years agoTrigger c-ares prebuild stage for fake-config setup's
Yang Tse [Wed, 29 Apr 2009 17:57:49 +0000 (17:57 +0000)]
Trigger c-ares prebuild stage for fake-config setup's

15 years agocurl_socklen_t NetWare follow-up
Yang Tse [Wed, 29 Apr 2009 17:07:19 +0000 (17:07 +0000)]
curl_socklen_t NetWare follow-up

15 years agocurl_socklen_t follow-up
Yang Tse [Wed, 29 Apr 2009 15:15:38 +0000 (15:15 +0000)]
curl_socklen_t follow-up

15 years agoares_socklen_t follow-up
Yang Tse [Wed, 29 Apr 2009 15:15:14 +0000 (15:15 +0000)]
ares_socklen_t follow-up

15 years agoares_build.h Windows follow-up
Yang Tse [Wed, 29 Apr 2009 14:05:21 +0000 (14:05 +0000)]
ares_build.h Windows follow-up

15 years agomention the new CURL_SEEKFUNC_ symbols
Daniel Stenberg [Wed, 29 Apr 2009 11:41:29 +0000 (11:41 +0000)]
mention the new CURL_SEEKFUNC_ symbols

15 years ago- Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)
Daniel Stenberg [Wed, 29 Apr 2009 11:30:03 +0000 (11:30 +0000)]
- Based on bug report #2723219 (curl.haxx.se/bug/view.cgi?id=2723219)
  I've now made TFTP "connections" not being kept for re-use within libcurl.
  TFTP is UDP-based so the benefit was really low (if even existing) to begin
  with so instead of tracking down to fix this problem we instead removed the
  re-use. I also enabled test case 1099 that I wrote a few days ago to verify
  that this change fixes the reported problem.

15 years agoAdd temporary debug tracing for ares_socklen_t Windows targets
Yang Tse [Wed, 29 Apr 2009 11:11:59 +0000 (11:11 +0000)]
Add temporary debug tracing for ares_socklen_t Windows targets

15 years agoares_build.h NetWare follow-up
Yang Tse [Wed, 29 Apr 2009 09:39:15 +0000 (09:39 +0000)]
ares_build.h NetWare follow-up

15 years agoWhen running testcurl.pl display definitions from ares_build.h
Yang Tse [Wed, 29 Apr 2009 01:31:37 +0000 (01:31 +0000)]
When running testcurl.pl display definitions from ares_build.h

15 years agoallow usage of in-tree c-ares when building from outside of the cvs tree
Yang Tse [Wed, 29 Apr 2009 00:38:08 +0000 (00:38 +0000)]
allow usage of in-tree c-ares when building from outside of the cvs tree

15 years agoares_build.h NetWare attempt
Yang Tse [Wed, 29 Apr 2009 00:17:40 +0000 (00:17 +0000)]
ares_build.h NetWare attempt

15 years ago- Constantine Sapuntzakis filed bug report #2783090
Daniel Stenberg [Tue, 28 Apr 2009 20:27:06 +0000 (20:27 +0000)]
- Constantine Sapuntzakis filed bug report #2783090
  (http://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows
  we need to grow the SO_SNDBUF buffer somewhat to get really good upload
  speeds. http://support.microsoft.com/kb/823764 has the details. Friends
  confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.

15 years agoallow usage of in-tree c-ares when building from outside of the cvs tree
Yang Tse [Tue, 28 Apr 2009 19:29:50 +0000 (19:29 +0000)]
allow usage of in-tree c-ares when building from outside of the cvs tree

15 years agoInitial step towards a configure time ares_socklen_t definition
Yang Tse [Tue, 28 Apr 2009 16:47:33 +0000 (16:47 +0000)]
Initial step towards a configure time ares_socklen_t definition

15 years agoignore stamp-h*
Yang Tse [Tue, 28 Apr 2009 14:23:28 +0000 (14:23 +0000)]
ignore stamp-h*

15 years agoFixed: 225 - resume when upload from stream, #2709004
Daniel Stenberg [Tue, 28 Apr 2009 11:19:50 +0000 (11:19 +0000)]
Fixed: 225 - resume when upload from stream, #2709004

15 years ago- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
Daniel Stenberg [Tue, 28 Apr 2009 11:19:10 +0000 (11:19 +0000)]
- Bug report #2709004 (curl.haxx.se/bug/view.cgi?id=2709004) by Tim
  Chen pointed out how curl couldn't upload with resume when reading from a
  pipe.

  This ended up with the introduction of a new return code for the
  CURLOPT_SEEKFUNCTION callback that basically says that the seek failed but
  that libcurl may try to resolve the situation anyway. In our case this means
  libcurl will attempt to instead read that much data from the stream instead
  of seeking and that way curl can now upload with resume when data is read
  from a stream!

15 years agoAdded CARES_INCLUDES_SYS_TYPES
Yang Tse [Tue, 28 Apr 2009 10:40:02 +0000 (10:40 +0000)]
Added CARES_INCLUDES_SYS_TYPES

15 years agoRearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONG
Yang Tse [Tue, 28 Apr 2009 10:37:06 +0000 (10:37 +0000)]
Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONG
and CURL_CONFIGURE_CURL_SOCKLEN_T to ease future maintainance.

15 years agoMoved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLUDES_*
Yang Tse [Tue, 28 Apr 2009 10:27:04 +0000 (10:27 +0000)]
Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLUDES_*

15 years agoRemove temporary debug tracing for curl_socklen_t detection failures
Yang Tse [Tue, 28 Apr 2009 09:40:12 +0000 (09:40 +0000)]
Remove temporary debug tracing for curl_socklen_t detection failures

15 years agoInclude <arpa/inet.h> if HAVE_ARPA_INET_H is defined
Yang Tse [Mon, 27 Apr 2009 23:59:41 +0000 (23:59 +0000)]
Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined

15 years agoLog MAKEFLAGS environment variable along with the others.
Yang Tse [Mon, 27 Apr 2009 19:21:45 +0000 (19:21 +0000)]
Log MAKEFLAGS environment variable along with the others.

15 years agoTake 2 at handling getpeername() prototypes with a void pointer for third argument
Yang Tse [Mon, 27 Apr 2009 14:08:24 +0000 (14:08 +0000)]
Take 2 at handling getpeername() prototypes with a void pointer for third argument

15 years agoAttempt to handle getpeername() prototypes with a void pointer for third argument
Yang Tse [Mon, 27 Apr 2009 12:41:05 +0000 (12:41 +0000)]
Attempt to handle getpeername() prototypes with a void pointer for third argument

15 years agoAdd missing cmake files to the tarball (thanks to Richard Atterer's report)
Daniel Stenberg [Mon, 27 Apr 2009 12:26:41 +0000 (12:26 +0000)]
Add missing cmake files to the tarball (thanks to Richard Atterer's report)

15 years agothe windows threaded resolver isn't foolproof enough
Daniel Stenberg [Mon, 27 Apr 2009 12:23:53 +0000 (12:23 +0000)]
the windows threaded resolver isn't foolproof enough

15 years agoAdd temporary debug tracing for curl_socklen_t detection failures
Yang Tse [Mon, 27 Apr 2009 10:13:23 +0000 (10:13 +0000)]
Add temporary debug tracing for curl_socklen_t detection failures

15 years agoReorder curl_socklen_t and socklen_t equivalent check while both coexist
Yang Tse [Mon, 27 Apr 2009 02:47:34 +0000 (02:47 +0000)]
Reorder curl_socklen_t and socklen_t equivalent check while both coexist

15 years agoRearrange curl_socklen_t tests to improve speed of usual results
Yang Tse [Mon, 27 Apr 2009 00:17:11 +0000 (00:17 +0000)]
Rearrange curl_socklen_t tests to improve speed of usual results

15 years agoInitial step towards a configure time curl_socklen_t definition
Yang Tse [Sun, 26 Apr 2009 18:51:03 +0000 (18:51 +0000)]
Initial step towards a configure time curl_socklen_t definition

15 years agoFixed: 227 - CURLINFO_APPCONNECT_TIME doesn't work with multi interface, #2779733
Daniel Stenberg [Sun, 26 Apr 2009 11:57:45 +0000 (11:57 +0000)]
Fixed: 227 - CURLINFO_APPCONNECT_TIME doesn't work with multi interface, #2779733

15 years ago- Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven
Daniel Stenberg [Sun, 26 Apr 2009 11:56:22 +0000 (11:56 +0000)]
- Bug report #2779733 (curl.haxx.se/bug/view.cgi?id=2779733) by Sven
  Wegener pointed out that CURLINFO_APPCONNECT_TIME didn't work with the multi
  interface and provided a patch that fixed the problem!

15 years agoremoved pointless file
Daniel Stenberg [Sat, 25 Apr 2009 21:01:28 +0000 (21:01 +0000)]
removed pointless file

15 years agosynced with current reality
Daniel Stenberg [Sat, 25 Apr 2009 20:56:09 +0000 (20:56 +0000)]
synced with current reality

15 years agoFurther narrow the use of the icc 9.1 optimizer workaround.
Yang Tse [Sat, 25 Apr 2009 10:24:11 +0000 (10:24 +0000)]
Further narrow the use of the icc 9.1 optimizer workaround.

Previous workaround proved useful, and finally did not trigger any warning!

15 years ago- Kamil Dudka fixed another NSS-related leak when client certs were used.
Daniel Stenberg [Fri, 24 Apr 2009 21:55:18 +0000 (21:55 +0000)]
- Kamil Dudka fixed another NSS-related leak when client certs were used.

15 years agotest 1099: "TFTP get first a non-existing file then an existing" added disabled
Daniel Stenberg [Fri, 24 Apr 2009 21:46:42 +0000 (21:46 +0000)]
test 1099: "TFTP get first a non-existing file then an existing" added disabled
as things don't work right here!

15 years agoTry a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 workaround.
Yang Tse [Fri, 24 Apr 2009 10:38:12 +0000 (10:38 +0000)]
Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 workaround.

Previous workaround proved useful, but triggered the following warning:

warning #556: a value of type "volatile Curl_addrinfo *" cannot be assigned to an entity of type "Curl_addrinfo *"

15 years agofor is docs remarks
Daniel Stenberg [Thu, 23 Apr 2009 22:08:36 +0000 (22:08 +0000)]
for is docs remarks

15 years ago- bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer
Daniel Stenberg [Thu, 23 Apr 2009 22:01:33 +0000 (22:01 +0000)]
- bug report #2779245 (curl.haxx.se/bug/view.cgi?id=2779245) by Rainer
  Koenig pointed out that the man page didn't tell that the *_proxy
  environment variables can be specified lower case or UPPER CASE and the
  lower case takes precedence,

15 years agoCURLOPT_POSTQUOTE commands only run when no error
Daniel Stenberg [Thu, 23 Apr 2009 21:43:01 +0000 (21:43 +0000)]
CURLOPT_POSTQUOTE commands only run when no error

15 years agoTry another variation of the 'volatile' variables icc 9.1 on unix IA32 workaround.
Yang Tse [Thu, 23 Apr 2009 11:09:20 +0000 (11:09 +0000)]
Try another variation of the 'volatile' variables icc 9.1 on unix IA32 workaround.

The #pragma optimize("", off) attempt did not fix the problem and SIGSEGV's in Curl_freeaddrinfo() were back.

15 years agoAdded new libcurl source files to Amiga, RiscOS and VC6 build files.
Dan Fandrich [Thu, 23 Apr 2009 04:12:04 +0000 (04:12 +0000)]
Added new libcurl source files to Amiga, RiscOS and VC6 build files.

15 years agoDisable optimizations when compiling function Curl_freeaddrinfo() with icc 9.1 on...
Yang Tse [Wed, 22 Apr 2009 15:03:05 +0000 (15:03 +0000)]
Disable optimizations when compiling function Curl_freeaddrinfo() with icc 9.1 on unix IA32.

Previous 'volatile' variables workaround proved useful, but it triggered the following warning:

warning #167: argument of type "volatile Curl_addrinfo *" is incompatible with parameter of type "void *"

15 years agoavoid use of alloca()
Yang Tse [Wed, 22 Apr 2009 10:25:28 +0000 (10:25 +0000)]
avoid use of alloca()

15 years agolibcurl's memory.h renamed to curl_memory.h
Yang Tse [Tue, 21 Apr 2009 11:46:16 +0000 (11:46 +0000)]
libcurl's memory.h renamed to curl_memory.h

15 years agoMoved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse [Tue, 21 Apr 2009 10:26:58 +0000 (10:26 +0000)]
Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h.  Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.

15 years agoremove unnecessary typecast
Yang Tse [Tue, 21 Apr 2009 09:03:15 +0000 (09:03 +0000)]
remove unnecessary typecast

15 years agoignore
Yang Tse [Tue, 21 Apr 2009 06:10:23 +0000 (06:10 +0000)]
ignore

15 years ago- Leanic Lefever reported a crash and did some detailed research on why and
Daniel Stenberg [Mon, 20 Apr 2009 21:41:17 +0000 (21:41 +0000)]
- Leanic Lefever reported a crash and did some detailed research on why and
  how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The
  conclusion was that if an error is detected and Curl_done() is called for
  the connection, ftp_done() could at times return another error code that
  then would take precedence and that new code confused existing logic that
  works for the first error code (CURLE_SEND_ERROR) only.

15 years ago- Gisle Vanem noticed that --libtool would produce bogus strings at times for
Daniel Stenberg [Mon, 20 Apr 2009 17:53:06 +0000 (17:53 +0000)]
- Gisle Vanem noticed that --libtool would produce bogus strings at times for
  OBJECTPOINT options. Now we've introduced a new function - my_setopt_str -
  within the app for setting plain string options to avoid the risk of this
  mistake happening.

15 years agoattempt to workaround icc 9.1 optimizer induced problem
Yang Tse [Sun, 19 Apr 2009 05:20:04 +0000 (05:20 +0000)]
attempt to workaround icc 9.1 optimizer induced problem

15 years agoescape the ' properly
Daniel Stenberg [Sat, 18 Apr 2009 22:48:28 +0000 (22:48 +0000)]
escape the ' properly

15 years ago63. When CURLOPT_CONNECT_ONLY is used, the handle cannot reliably be re-used
Daniel Stenberg [Sat, 18 Apr 2009 22:18:35 +0000 (22:18 +0000)]
63. When CURLOPT_CONNECT_ONLY is used, the handle cannot reliably be re-used
  for any further requests or transfers. The work-around is then to close that
  handle with curl_easy_cleanup() and create a new. Some more details:
  http://curl.haxx.se/mail/lib-2009-04/0300.html

15 years agoAdded 'slist.obj'.
Gisle Vanem [Sat, 18 Apr 2009 16:54:15 +0000 (16:54 +0000)]
Added 'slist.obj'.

15 years agoAdded HAVE_LIMITS_H.
Gisle Vanem [Sat, 18 Apr 2009 16:50:09 +0000 (16:50 +0000)]
Added HAVE_LIMITS_H.

15 years agoAdded '-DHAVE_LIMITS_H'.
Gisle Vanem [Sat, 18 Apr 2009 16:49:29 +0000 (16:49 +0000)]
Added '-DHAVE_LIMITS_H'.

15 years agoAvoid compiler warning about unused argument.
Gisle Vanem [Sat, 18 Apr 2009 09:59:42 +0000 (09:59 +0000)]
Avoid compiler warning about unused argument.

15 years agomention Pramod Sharma and "persistent connections when doing FTP over a HTTP proxy"
Daniel Stenberg [Fri, 17 Apr 2009 22:36:13 +0000 (22:36 +0000)]
mention Pramod Sharma and "persistent connections when doing FTP over a HTTP proxy"

15 years agoAs Jeff Pohlmeyer suggested: "pointer to 'char *'" is now instead put:
Daniel Stenberg [Fri, 17 Apr 2009 12:55:09 +0000 (12:55 +0000)]
As Jeff Pohlmeyer suggested: "pointer to 'char *'" is now instead put:
"pointer to a char pointer".

15 years ago- Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP
Daniel Stenberg [Fri, 17 Apr 2009 12:48:24 +0000 (12:48 +0000)]
- Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP
  proxy. libcurl would then wrongly close the connection after each
  request. In his case it had the weird side-effect that it killed NTLM auth
  for the proxy causing an inifinite loop!

  I added test case 1098 to verify this fix. The test case does however not
  properly verify that the transfers are done persistently - as I couldn't
  think of a clever way to achieve it right now - but you need to read the
  stderr output after a test run to see that it truly did the right thing.

15 years agoremove compiler options used while debugging the icc 9.1 optimizer issue
Yang Tse [Fri, 17 Apr 2009 07:48:37 +0000 (07:48 +0000)]
remove compiler options used while debugging the icc 9.1 optimizer issue

15 years agore-enable all tests for all icc autobuilds
Yang Tse [Fri, 17 Apr 2009 07:30:56 +0000 (07:30 +0000)]
re-enable all tests for all icc autobuilds

15 years agofurther narrow the use of the icc 9.1 optimizer workaround
Yang Tse [Fri, 17 Apr 2009 07:30:25 +0000 (07:30 +0000)]
further narrow the use of the icc 9.1 optimizer workaround

15 years agoattempt to workaround icc 9.1 optimizer induced problem
Yang Tse [Thu, 16 Apr 2009 08:31:09 +0000 (08:31 +0000)]
attempt to workaround icc 9.1 optimizer induced problem

15 years agomoved HAVE_LIMITS_H to common defines
Yang Tse [Wed, 15 Apr 2009 22:58:30 +0000 (22:58 +0000)]
moved HAVE_LIMITS_H to common defines

15 years agoSet HP-UX compiler warning level back to the one that exposes
Yang Tse [Wed, 15 Apr 2009 22:54:25 +0000 (22:54 +0000)]
Set HP-UX compiler warning level back to the one that exposes
the socklen_t issue on this platform.

15 years agomoved HAVE_LIMITS_H to common defines (no idea why I didnt this initially already)
Gunter Knauf [Wed, 15 Apr 2009 04:11:33 +0000 (04:11 +0000)]
moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially already)

15 years agoHAVE_LIMITS_H definition for NetWare CLIB
Yang Tse [Tue, 14 Apr 2009 23:51:12 +0000 (23:51 +0000)]
HAVE_LIMITS_H definition for NetWare CLIB

15 years agofirst take at bundling cmake-related files in the tarball
Daniel Stenberg [Tue, 14 Apr 2009 22:00:37 +0000 (22:00 +0000)]
first take at bundling cmake-related files in the tarball

15 years agothings in the pipe right now
Daniel Stenberg [Tue, 14 Apr 2009 22:00:18 +0000 (22:00 +0000)]
things in the pipe right now

15 years agouse HAVE_LIMITS_H symbol to protect limits.h inclusion
Yang Tse [Tue, 14 Apr 2009 13:50:32 +0000 (13:50 +0000)]
use HAVE_LIMITS_H symbol to protect limits.h inclusion

15 years agoinclude <limits.h> for INT_MAX definition
Yang Tse [Tue, 14 Apr 2009 13:26:06 +0000 (13:26 +0000)]
include <limits.h> for INT_MAX definition

15 years agofix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
Yang Tse [Tue, 14 Apr 2009 12:53:53 +0000 (12:53 +0000)]
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value

15 years ago(Minor change - From Piotr Dobrogost) Moved a line.
Benoit Neil [Tue, 14 Apr 2009 09:44:09 +0000 (09:44 +0000)]
(Minor change - From Piotr Dobrogost) Moved a line.

15 years agoKamil Dudka's follow-up fix
Daniel Stenberg [Tue, 14 Apr 2009 09:40:53 +0000 (09:40 +0000)]
Kamil Dudka's follow-up fix

15 years ago- bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by Martin
Daniel Stenberg [Mon, 13 Apr 2009 18:01:02 +0000 (18:01 +0000)]
- bug report #2727981 (curl.haxx.se/bug/view.cgi?id=2727981) by Martin
  Storsjo pointed out how setting CURLOPT_NOBODY to 0 could be downright
  confusing as it set the method to either GET or HEAD. The example he showed
  looked like:

   curl_easy_setopt(curl, CURLOPT_PUT, 1);
   curl_easy_setopt(curl, CURLOPT_NOBODY, 0);

  The new way doesn't alter the method until the request is about to start. If
  CURLOPT_NOBODY is then 1 the HTTP request will be HEAD. If CURLOPT_NOBODY is
  0 and the request happens to have been set to HEAD, it will then instead be
  set to GET. I believe this will be less surprising to users, and hopefully
  not hit any existing users badly.

15 years ago- Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turned
Daniel Stenberg [Mon, 13 Apr 2009 17:42:10 +0000 (17:42 +0000)]
- Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turned
  out to be leaking cacerts. Kamil Dudka helped me complete the fix. The issue
  is found in Redhat's bug tracker:
  https://bugzilla.redhat.com/show_bug.cgi?id=453612

  There are still memory leaks present, but they seem to have other reasons.

15 years agofix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
Yang Tse [Mon, 13 Apr 2009 07:18:39 +0000 (07:18 +0000)]
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value

15 years agoimprove stunnel version detection
Yang Tse [Mon, 13 Apr 2009 03:47:16 +0000 (03:47 +0000)]
improve stunnel version detection

15 years agoAdded new libcurl source files to Symbian OS build files.
Dan Fandrich [Sat, 11 Apr 2009 07:06:34 +0000 (07:06 +0000)]
Added new libcurl source files to Symbian OS build files.
Improved Symbian support for SSL.

15 years agoUse 'curl_socket_t' instead of 'int' for socket.
Yang Tse [Sat, 11 Apr 2009 06:36:47 +0000 (06:36 +0000)]
Use 'curl_socket_t' instead of 'int' for socket.

Avoid unnecessary'if-else' nesting.

15 years agofix compiler warning: enumerated type mixed with another type
Yang Tse [Sat, 11 Apr 2009 02:11:02 +0000 (02:11 +0000)]
fix compiler warning: enumerated type mixed with another type

15 years agoAdjust comment
Yang Tse [Fri, 10 Apr 2009 02:58:01 +0000 (02:58 +0000)]
Adjust comment

15 years agoDaniel Johnson improved the MacOSX-Framework shell script to now perform all
Yang Tse [Fri, 10 Apr 2009 02:50:21 +0000 (02:50 +0000)]
Daniel Johnson improved the MacOSX-Framework shell script to now perform all
the steps required to build a Mac OS X four way fat ppc/i386/ppc64/x86_64
libcurl.framework.  Four way fat framework requires OS X 10.5 SDK or later.

15 years ago(Minor update) Moved some utilities to a separate file.
Benoit Neil [Thu, 9 Apr 2009 21:16:28 +0000 (21:16 +0000)]
(Minor update) Moved some utilities to a separate file.

15 years agoCleaned up the custom definition I added (replaced by CURL_STATICLIB)
Benoit Neil [Thu, 9 Apr 2009 19:59:38 +0000 (19:59 +0000)]
Cleaned up the custom definition I added (replaced by CURL_STATICLIB)

15 years agosome minor Makefile tweaks for latest libssh2.
Gunter Knauf [Thu, 9 Apr 2009 02:50:09 +0000 (02:50 +0000)]
some minor Makefile tweaks for latest libssh2.

15 years agoadd back most likely acciedently removed function name justtimeout to fix autobuild...
Gunter Knauf [Thu, 9 Apr 2009 02:46:56 +0000 (02:46 +0000)]
add back most likely acciedently removed function name justtimeout to fix autobuild breaks.