platform/upstream/curl.git
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.

15 years agoSkip test #558 and #559 also when using a Win32 DLL
Yang Tse [Thu, 9 Apr 2009 01:24:41 +0000 (01:24 +0000)]
Skip test #558 and #559 also when using a Win32 DLL

15 years ago(Minor update) Added labal prefixes to tests targets
Benoit Neil [Wed, 8 Apr 2009 23:48:07 +0000 (23:48 +0000)]
(Minor update) Added labal prefixes to tests targets

15 years agoAdded special define for tests that directly include libcurl sources.
Benoit Neil [Wed, 8 Apr 2009 23:35:09 +0000 (23:35 +0000)]
Added special define for tests that directly include libcurl sources.

15 years agoMade the windows .lib addition cleaner.
Benoit Neil [Wed, 8 Apr 2009 23:20:04 +0000 (23:20 +0000)]
Made the windows .lib addition cleaner.

15 years agoRenamed a variable
Benoit Neil [Wed, 8 Apr 2009 22:21:25 +0000 (22:21 +0000)]
Renamed a variable

15 years agoFixed missing HAVE_PROCESS_H (caused a warning)
Benoit Neil [Wed, 8 Apr 2009 20:54:36 +0000 (20:54 +0000)]
Fixed missing HAVE_PROCESS_H (caused a warning)

15 years agoAdded newline ad the end of generated hugehelp.c (the "default" one, when it hasn...
Benoit Neil [Wed, 8 Apr 2009 20:29:50 +0000 (20:29 +0000)]
Added newline ad the end of generated hugehelp.c (the "default" one, when it hasn't been generated before).

15 years agoAvoid warnings when HAVE_ALRM and SIGALRM are not defined.
Gisle Vanem [Wed, 8 Apr 2009 18:37:11 +0000 (18:37 +0000)]
Avoid warnings when HAVE_ALRM and SIGALRM are not defined.

15 years ago#ifdef around variables to squelsh warnings.
Gisle Vanem [Wed, 8 Apr 2009 18:31:54 +0000 (18:31 +0000)]
#ifdef around variables to squelsh warnings.

15 years agoFixed compile defines in CMake scripts
Benoit Neil [Wed, 8 Apr 2009 11:42:45 +0000 (11:42 +0000)]
Fixed compile defines in CMake scripts

15 years agoSun compilers specific preprocessor block removed from curlbuild.h.dist
Yang Tse [Wed, 8 Apr 2009 01:25:34 +0000 (01:25 +0000)]
Sun compilers specific preprocessor block removed from curlbuild.h.dist

15 years ago(Minor update) Modified a comment, before going to sleep :)
Benoit Neil [Tue, 7 Apr 2009 22:49:02 +0000 (22:49 +0000)]
(Minor update) Modified a comment, before going to sleep :)

15 years agoand include the .inc files in the release tarballs...
Daniel Stenberg [Tue, 7 Apr 2009 22:07:07 +0000 (22:07 +0000)]
and include the .inc files in the release tarballs...

15 years agoAdded missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts...
Benoit Neil [Tue, 7 Apr 2009 21:59:15 +0000 (21:59 +0000)]
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.

15 years agoAdded CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings.
Benoit Neil [Tue, 7 Apr 2009 21:00:50 +0000 (21:00 +0000)]
Added CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings.

15 years agoclarified after chat in #curl
Daniel Stenberg [Tue, 7 Apr 2009 20:51:01 +0000 (20:51 +0000)]
clarified after chat in #curl

15 years ago(From Bill Hoffman & Sukender) Added Dashboard reports.
Benoit Neil [Tue, 7 Apr 2009 11:23:23 +0000 (11:23 +0000)]
(From Bill Hoffman & Sukender) Added Dashboard reports.

15 years agoFixed tests/server build (removed unnecessary link to libcurl).
Benoit Neil [Tue, 7 Apr 2009 11:05:26 +0000 (11:05 +0000)]
Fixed tests/server build (removed unnecessary link to libcurl).

15 years agoMade the CMake scripts read Makefile.inc. Needs testing I guess.
Benoit Neil [Mon, 6 Apr 2009 22:45:17 +0000 (22:45 +0000)]
Made the CMake scripts read Makefile.inc. Needs testing I guess.

15 years ago- I clarified in the docs that CURLOPT_SEEKFUNCTION should return 0 on success
Daniel Stenberg [Mon, 6 Apr 2009 21:44:53 +0000 (21:44 +0000)]
- I clarified in the docs that CURLOPT_SEEKFUNCTION should return 0 on success
  and 1 on fatal errors. Previously it only mentioned non-zero on fatal
  errors. This is a slight change in meaning, but it follows what we've done
  elsewhere before and it opens up for LOTS of more useful return codes
  whenever we can think of them...

15 years agoAdded tests (exes) targets, refactor a few things.
Benoit Neil [Mon, 6 Apr 2009 21:05:44 +0000 (21:05 +0000)]
Added tests (exes) targets, refactor a few things.
PS: Once again, sorry if the added files have executable perms on Linux.

15 years agoAdded curl (exe) target, fixed static/dynamic linking errors.
Benoit Neil [Mon, 6 Apr 2009 20:44:01 +0000 (20:44 +0000)]
Added curl (exe) target, fixed static/dynamic linking errors.
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...

15 years agoRemoved the "lib" prefix under linux ("was "liblibcurl") and fixed import library...
Benoit Neil [Mon, 6 Apr 2009 19:43:52 +0000 (19:43 +0000)]
Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import library name under Win32 (Added "_imp" for dynamically linked).

15 years agoFixed Win32 link error and disabled MSVC specific (=annoying) warnings (Reported...
Benoit Neil [Mon, 6 Apr 2009 19:22:31 +0000 (19:22 +0000)]
Fixed Win32 link error and disabled MSVC specific (=annoying) warnings (Reported by Bill Hoffman)

15 years agofix compiler warning: passing arg 1 of `sk_num' from incompatible pointer type
Yang Tse [Fri, 3 Apr 2009 12:08:32 +0000 (12:08 +0000)]
fix compiler warning: passing arg 1 of `sk_num' from incompatible pointer type

15 years agoAdded basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)
Benoit Neil [Thu, 2 Apr 2009 23:12:22 +0000 (23:12 +0000)]
Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)

15 years agoFix curl_off_t definition for builds done using Sun compilers and a
Yang Tse [Thu, 2 Apr 2009 18:50:39 +0000 (18:50 +0000)]
Fix curl_off_t definition for builds done using Sun compilers and a
non-configured libcurl. In this case curl_off_t data type was gated
to the off_t data type which depends on the _FILE_OFFSET_BITS. This
configuration is exactly the unwanted configuration for our curl_off_t
data type which must not depend on such setting. This breaks ABI for
libcurl libraries built with Sun compilers which were built without
having run the configure script with _FILE_OFFSET_BITS different than
64 and using the ILP32 data model.

15 years agoInitial CMake scripts (libcurl only), based on the merge of tetest scripts and mine...
Benoit Neil [Thu, 2 Apr 2009 13:14:53 +0000 (13:14 +0000)]
Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet.
PS: Hello world :)

15 years agoAdded the curl_easy_recv return code fix
Dan Fandrich [Thu, 2 Apr 2009 04:41:03 +0000 (04:41 +0000)]
Added the curl_easy_recv return code fix

15 years ago- Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if a
Daniel Stenberg [Wed, 1 Apr 2009 12:15:37 +0000 (12:15 +0000)]
- Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if a
  strdup() call failed.

15 years agoProperly return an error code in curl_easy_recv (reported by Jim Freeman).
Dan Fandrich [Tue, 31 Mar 2009 14:49:25 +0000 (14:49 +0000)]
Properly return an error code in curl_easy_recv (reported by Jim Freeman).

15 years agosome minor Makefile tweaks.
Gunter Knauf [Sun, 29 Mar 2009 19:40:00 +0000 (19:40 +0000)]
some minor Makefile tweaks.

15 years agoGary Maxwell helped us clarify that CURLOPT_SHARE specificly needs the locking
Daniel Stenberg [Fri, 20 Mar 2009 23:28:20 +0000 (23:28 +0000)]
Gary Maxwell helped us clarify that CURLOPT_SHARE specificly needs the locking
functions if the easy handles are used in multiple threads

15 years agoremoved useless comment
Daniel Stenberg [Fri, 20 Mar 2009 12:42:29 +0000 (12:42 +0000)]
removed useless comment

15 years agoAdd a link to "Potential Errors Passing CRT Objects Across DLL Boundaries"
Yang Tse [Wed, 18 Mar 2009 13:58:29 +0000 (13:58 +0000)]
Add a link to "Potential Errors Passing CRT Objects Across DLL Boundaries"

15 years ago- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when
Daniel Stenberg [Wed, 18 Mar 2009 12:48:51 +0000 (12:48 +0000)]
- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when
  NSS is used. These ciphers were added in NSS 3.4 and require to be enabled
  explicitly.

15 years agominor fix
Daniel Stenberg [Wed, 18 Mar 2009 09:14:28 +0000 (09:14 +0000)]
minor fix

15 years agoIf CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call
Gisle Vanem [Sun, 15 Mar 2009 13:43:47 +0000 (13:43 +0000)]
If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call
Curl_blockread_all(). It is needed in code inside USE_WINDOWS_SSPI.

15 years agowe use libssh2_version() now if available
Daniel Stenberg [Fri, 13 Mar 2009 10:02:26 +0000 (10:02 +0000)]
we use libssh2_version() now if available

15 years ago- Use libssh2_version() to present the libssh2 version in case the libssh2
Daniel Stenberg [Fri, 13 Mar 2009 09:58:15 +0000 (09:58 +0000)]
- Use libssh2_version() to present the libssh2 version in case the libssh2
  library is found to support it.

15 years agoFix TELNET transfers not being aborted upon write callback failures
Yang Tse [Thu, 12 Mar 2009 13:18:25 +0000 (13:18 +0000)]
Fix TELNET transfers not being aborted upon write callback failures

15 years agoAdd Curl_read() return code checking
Yang Tse [Thu, 12 Mar 2009 02:12:05 +0000 (02:12 +0000)]
Add Curl_read() return code checking