Eric Hu
6761cf49f2
Simple update to configure script to notify user of --with-axtls switch.
2010-12-15 16:05:17 +01:00
Eric Hu
108d7693a4
Preparing for axTLS. Actual SSL API functions are only stubbed.
...
Added axTLS to autotool files and glue code to misc other files.
axtls.h maps SSL API functions, but may change.
axtls.c is just a stub file and will definitely change.
2010-12-15 16:05:17 +01:00
Daniel Stenberg
00a5bd41be
THANKS: added contributors from 7.21.3
2010-12-15 15:50:40 +01:00
Daniel Stenberg
6d7d0eba6d
RELEASE-NOTES: synced with a865bd9fba
2010-12-15 15:06:12 +01:00
Daniel Stenberg
a865bd9fba
IsPipeliningPossible: only for HTTP
...
The function that checks if pipelining is possible now requires the HTTP
bit to be set so that it doesn't mistakenly tries to do it for other
protocols.
Bug: http://curl.haxx.se/mail/lib-2010-12/0152.html
Reported by: Dmitri Shubin
2010-12-13 13:44:50 +01:00
Daniel Stenberg
0fd439ebac
multi_runsingle: don't timeout completed handles
...
The generic timeout code must not check easy handles that are already
completed. Going to completed (again) within there risked decreasing the
number of alive handles again and thus it could go negative.
This regression bug was added in 7.21.2 in commit ca10e28f06
2010-12-13 12:51:48 +01:00
Daniel Stenberg
012f9b7f04
symbols-in-versions: CURLOPT_KEYPASSWD fixed
...
It was added in 7.17.0 and is not deprecated
2010-12-09 13:07:00 +01:00
Daniel Stenberg
573a2900cd
RELEASE-NOTES: synced with c28443c551
2010-12-09 11:23:33 +01:00
Dan Fandrich
c28443c551
Mention that using other libraries can affect app licensing
2010-12-08 10:16:25 -08:00
Yang Tse
0b5901bec6
easy: fix compiler warning: end-of-loop code not reached
2010-12-07 03:27:59 +01:00
Daniel Stenberg
5965d4554d
disconnect: pass on the dead_connection argument
...
Cleanup fix after Kamil's commit 5c7c9a768d
2010-12-06 15:33:38 +01:00
Yang Tse
34127c7adc
sws: fix compier warning: external definition with no prior declaration
2010-12-06 14:51:44 +01:00
Heinrich Ko
315e5277dc
ossl_connect_common: detect connection re-use
...
ossl_connect_common() now checks whether or not 'struct
connectdata->state' is equal 'ssl_connection_complete' and if so, will
return CURLE_OK with 'done' set to 'TRUE'. This check prevents
ossl_connect_common() from creating a new ssl connection on an existing
ssl session which causes openssl to fail when it tries to parse an
encrypted TLS packet since the cipher data was effectively thrown away
when the new ssl connection was created.
Bug: http://curl.haxx.se/mail/lib-2010-11/0169.html
2010-12-06 14:41:18 +01:00
Kamil Dudka
5c7c9a768d
url: provide dead_connection flag in Curl_handler::disconnect
...
It helps to prevent a hangup with some FTP servers in case idle session
timeout has exceeded. But it may be useful also for other protocols
that send any quit message on disconnect. Currently used by FTP, POP3,
IMAP and SMTP.
2010-12-06 14:35:42 +01:00
Yang Tse
bf1c102b80
ssh: fix a download resume point calculation
2010-12-06 14:29:16 +01:00
Daniel Stenberg
2271b60b71
Curl_wait_for_resolv: correct timeout
...
When looping in this function and checking for the timeout being
expired, it was not updating the reference time when calculating the
timediff since previous round which made it think each subsequent loop
to have taken longer than it actually did.
I also modified the function to use the generic Curl_timeleft() function
instead of the custom logic.
Bug: http://curl.haxx.se/bug/view.cgi?id=3112579
2010-12-05 23:39:41 +01:00
Daniel Stenberg
c2bfe60086
Curl_send/recv_plain: return errno on failure
...
When send() and recv() fail, we now store the errno value to allow the
app to access it.
Bug: http://curl.haxx.se/bug/view.cgi?id=3128121
Reported by: Yuri
2010-12-05 23:04:11 +01:00
Guenter Knauf
63598059cd
Updated OpenSSL version.
2010-12-05 10:59:58 +01:00
Yang Tse
c1901f7ed0
fix compiler warning: conversion may lose significant bits
2010-12-04 05:53:07 +01:00
Yang Tse
9c4ff4874e
fix compiler warning: assignment within conditional expression
2010-12-03 16:53:11 +01:00
Yang Tse
46a0062dff
fix getinfo CURLINFO_LOCAL* for reused connections (take 2) follow-up
...
- Show address string from proper buffer in case of connection failure.
- Try next address when inet_ntop() fails.
2010-12-03 14:30:00 +01:00
Daniel Stenberg
d97fa56fd4
version-check: added brief documentation
...
and the traditional source header
2010-12-03 14:10:04 +01:00
Yang Tse
d534cd0027
build: provide SIZEOF_SIZE_T DOS definition
2010-12-03 04:15:39 +01:00
Yang Tse
afd6e738f7
build: lib/config.dos renamed to lib/config-dos.h
2010-12-03 04:13:33 +01:00
Yang Tse
de670efeab
build: provide SIZEOF_SIZE_T VMS definition
2010-12-03 03:40:16 +01:00
Yang Tse
421d918da3
build: move config-vms.h from subdir 'packages/vms' into 'lib'
2010-12-03 02:36:22 +01:00
Yang Tse
99a07a1fdf
build: provide SIZEOF_SIZE_T definition for non-configure builds
2010-12-02 21:41:23 +01:00
Yang Tse
81c16c2e30
build: provide SIZEOF_SIZE_T netware definition
2010-12-02 20:53:42 +01:00
Yang Tse
dd5d3518e4
configure: undo using autobuilds to temporarily verify strict aliasing warnings.
2010-12-02 19:09:15 +01:00
Yang Tse
07f60235b0
fix compiler warning: rounding, sign extension, or loss of accuracy may result
2010-12-02 18:46:13 +01:00
Yang Tse
5580fb2b9c
fix compiler warning: statement is not reachable
2010-12-02 16:35:02 +01:00
Yang Tse
7e3f0bffe5
fix compiler warning: conversion may lose significant bits
2010-12-01 23:33:43 +01:00
Yang Tse
5d47bf3776
connect: fix compiler warning: unused variable
2010-12-01 17:30:52 +01:00
Yang Tse
11cddb68e0
fix getinfo CURLINFO_LOCAL* for reused connections (take 2)
2010-11-30 22:14:37 +01:00
Yang Tse
1b2b93e074
fix getinfo CURLINFO_LOCAL* for reused connections follow-up
...
Reinstate IPV6 build variable that got removed.
2010-11-30 13:42:02 +01:00
Yang Tse
c328214a2d
fix getinfo CURLINFO_LOCAL* for reused connections
...
Failed to commit this file changes along with the others.
2010-11-30 13:31:25 +01:00
Yang Tse
f6f5d7874f
fix getinfo CURLINFO_LOCAL* for reused connections
2010-11-30 06:20:54 +01:00
Yang Tse
5db0a412ff
atoi: remove atoi usage
2010-11-28 23:11:14 +01:00
Yang Tse
cbe67a1b71
multi: fix compiler warning: conversion may lose significant bits follow-up
2010-11-28 20:49:40 +01:00
Yang Tse
23245ca83a
ftp: fix 'bool' data type implementation dependant usage
2010-11-26 20:19:45 +01:00
Yang Tse
3590874999
multi: fix compiler warning: conversion may lose significant bits
2010-11-26 19:57:27 +01:00
Yang Tse
e39ab6f203
multi: fix compiler warning: enumerated type mixed with another type
2010-11-26 19:34:10 +01:00
Yang Tse
c9081a8280
hostip: edit comment
2010-11-26 18:18:26 +01:00
Yang Tse
5088e3709d
xattr: fix compiler warning: enumerated type mixed with another type
2010-11-26 17:35:48 +01:00
Yang Tse
c2ba8ca81f
s/isspace/ISSPACE
2010-11-26 13:59:01 +01:00
Yang Tse
ef24ecde68
symbol-scan: use configure script knowledge about how to run the C preprocessor
2010-11-25 21:05:20 +01:00
Yang Tse
e8bc33d0a3
ignore file generated by configure
2010-11-25 13:34:47 +01:00
Yang Tse
5087f89ac8
curl_multi_info_read: fix compiler warning: conversion may lose significant bits
2010-11-25 02:58:59 +01:00
Yang Tse
b3d39275f5
inet_pton: fix compiler warning
...
warning C4146: unary minus operator applied to unsigned type, result still unsigned
2010-11-25 02:20:14 +01:00
Yang Tse
1d75d30816
Curl_getaddrinfo_ex: sanitize function results follow-up.
2010-11-24 04:36:57 +01:00