Daniel Stenberg
b4ff6d3007
- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
...
(http://curl.haxx.se/bug/view.cgi?id=2951319 )
2010-02-13 21:30:16 +00:00
Gunter Knauf
68b73bcfba
used allways #ifdef / #ifndef;
...
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
2010-02-13 18:39:47 +00:00
Gunter Knauf
ac04add596
replaced tabs by spaces, removed trailing tabs/spaces.
2010-02-13 18:29:59 +00:00
Daniel Stenberg
c703d01a23
- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.
2010-02-13 17:51:30 +00:00
Daniel Stenberg
975814368a
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
...
in the same RCPT TO line, when they should be sent in separate single
commands. I updated test case 802 to verify this.
- I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl
tool which made it try to output it as string for the --libcurl feature
which could lead to crashes.
2010-02-12 22:23:46 +00:00
Daniel Stenberg
dc6adb54fb
CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() it
2010-02-12 22:19:48 +00:00
Daniel Stenberg
2138ee7628
free --mail-from strings properly
2010-02-12 22:16:21 +00:00
Patrick Monnerat
4258e943a1
_ Make it compilable again on OS400.
...
_ Upgrade OS400 EBCDIC wrappers for new options.
_ Upgrade ILE/RPG bindings to current state.
2010-02-11 18:49:06 +00:00
Yang Tse
c3b87d1b4f
mention last changes
2010-02-11 07:36:34 +00:00
Yang Tse
547931366d
Steven M. Schweda updated VMS readme file
2010-02-11 07:29:38 +00:00
Yang Tse
b41d3be7fa
Steven M. Schweda removed batch_compile.com and defines.com
2010-02-11 07:27:42 +00:00
Yang Tse
07fc7852d7
Steven M. Schweda fixed:
...
VMS builder bad behavior when used in a batch job.
Various ".LIS" and ".MAP" files created without being requested
by a "LIST" command-line option, and in the wrong place, too.
Some minor typographical changes.
2010-02-11 07:24:29 +00:00
Dan Fandrich
99f366adf9
Mention the minimum size of CURL_MAX_WRITE_SIZE
2010-02-10 21:17:53 +00:00
Yang Tse
d20a2469ea
- remove extra "\r\n" from doc404_RTSP
...
- avoid memory alignment issue when setting RTSP packet length
2010-02-10 13:03:32 +00:00
Dan Fandrich
1abff19a5f
Removed some erroneous "compressed" key words
2010-02-09 22:50:52 +00:00
Daniel Stenberg
77066c6e47
start working on 7.20.1
2010-02-09 11:37:10 +00:00
Daniel Stenberg
f2f07dad34
spell and 7.20.0
2010-02-09 10:06:48 +00:00
Daniel Stenberg
06ae8ca5a6
- When downloading compressed content over HTTP and the app as asked libcurl
...
to automatically uncompress it with the CURLOPT_ENCODING option, libcurl
could wrongly provide the callback with more data than what the maximum
documented amount. An application could thus get tricked into badness if the
maximum limit was trusted to be enforced by libcurl itself (as it is
documented).
This is further detailed and explained in the libcurl security advisory
20100209 at
http://curl.haxx.se/docs/adv_20100209.html
2010-02-09 09:35:48 +00:00
Daniel Stenberg
d33da42334
set VERSIONINFO accordingly for the 7.20.0 release
2010-02-09 09:35:07 +00:00
Yang Tse
e118cd4ca0
warning fix
2010-02-06 17:31:09 +00:00
Yang Tse
71593dfe57
OOM handling fix
2010-02-06 17:30:06 +00:00
Yang Tse
0f4a91afde
OOM handling fix
2010-02-06 13:21:45 +00:00
Yang Tse
2c2464a682
fix compiler warning
2010-02-05 20:52:00 +00:00
Yang Tse
880452d2ed
fix compiler warning
2010-02-05 19:24:22 +00:00
Yang Tse
e3009f2950
fix compiler warning
2010-02-05 19:19:34 +00:00
Yang Tse
cad9c3f55f
Addes OOM handling for curl_easy_setopt() calls in test
2010-02-05 18:07:19 +00:00
Yang Tse
12d01bc5f7
- avoid OpenSSL 0.9.8 ENGINE_by_id memory leak
...
- cleanup parenthesis usage in return statements
2010-02-05 09:33:36 +00:00
Yang Tse
bc7615ae2d
- attempt to workaround icc 9.1 optimizer issue
2010-02-05 09:32:11 +00:00
Yang Tse
7aef172a34
fix printf-style format strings
2010-02-04 19:44:31 +00:00
Yang Tse
f47b84b57f
Validate server port argument
2010-02-04 17:17:19 +00:00
Yang Tse
1a5749424b
Fix variable initialization
2010-02-04 14:50:58 +00:00
Yang Tse
a9a5a8e45c
Modified test case 557 to additionally verify libcurl's internal curl_m*printf()
...
functions formatting functionality when handling signed and unsigned shorts.
2010-02-04 14:41:01 +00:00
Yang Tse
8044366134
Added size check for 'short' data type
2010-02-04 14:40:11 +00:00
Yang Tse
15efa262bb
Fix compiler warning: unused variable
2010-02-04 10:08:39 +00:00
Yang Tse
429e544556
added an additional second to allow test to pass on heavily loaded servers
2010-02-04 09:55:45 +00:00
Dan Fandrich
680434f313
Changed the Watcom makefiles to make them easier to keep in sync with
...
Makefile.inc since that can't be included directly.
2010-02-03 23:07:11 +00:00
Daniel Stenberg
c9f46446d5
more symbols added in 7.20.0
2010-02-03 18:18:13 +00:00
Yang Tse
b77d0db59e
Fix OOM handling
2010-02-03 13:28:47 +00:00
Yang Tse
3205ac35b0
Fix progressmode Configurable struct member data type. Changed to
...
'int' which fits better with existing CURL_PROGRESS_* definitions.
2010-02-03 10:57:42 +00:00
Yang Tse
381a4d6efe
Fix portability issue related with unaligned memory access
2010-02-03 06:49:27 +00:00
Yang Tse
f6d288a397
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
2010-02-03 06:44:18 +00:00
Yang Tse
013ec6a92f
cookies with same path length might get sorted in different order when
...
using different qsort implementations. In order to make this test give
same results on different systems, paths now have different lengths.
2010-02-03 01:53:47 +00:00
Yang Tse
e2fc294470
added an additional second to allow test to pass on heavily loaded servers
2010-02-03 01:41:07 +00:00
Yang Tse
d1717e7c90
Fix compiler warning: conditional expression is constant
2010-02-02 16:25:07 +00:00
Yang Tse
e569ff959f
Fix compiler warning: local variable may be used without having been initialized.
2010-02-02 16:23:42 +00:00
Yang Tse
839b61c32a
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
2010-02-02 16:23:01 +00:00
Yang Tse
d28b8d3158
Fix compiler warnings:
...
(1) conversion from 'const int ' to 'unsigned char ', possible loss of data
(2) conditional expression is constant
2010-02-02 16:21:37 +00:00
Yang Tse
2dfbd0d050
mention a couple of changes back from November
2010-02-02 15:23:13 +00:00
Yang Tse
54879d7763
mention run time statistics options
2010-02-02 14:46:55 +00:00
Yang Tse
49ba75af26
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
...
symbol will not be available when building with CURL_NO_OLDIES defined. Use
of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
2010-02-02 12:58:49 +00:00