History log of /curl/tests/libtest/Makefile.am (Results 51 – 75 of 146)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9e24b9c7 11-Apr-2012 Yang Tse

build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files

configure script now provides conditional definitions for Makefile.am
that result in CURL_HIDDEN_SYMBOLS being de

build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files

configure script now provides conditional definitions for Makefile.am
that result in CURL_HIDDEN_SYMBOLS being defined by resulting makefiles
when appropriate.

Additionally, configure script option for symbol hiding control is now
named --enable-symbol-hiding --disable-symbol-hiding. While still valid,
old option name --enable-hidden-symbols --disable-hidden-symbols will
be deprecated in some future release.

show more ...


# 21423497 09-Apr-2012 Yang Tse

configure: Windows cross-compilation fixes

BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h,
configure will generate appropriate conditionals so that mentioned

configure: Windows cross-compilation fixes

BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h,
configure will generate appropriate conditionals so that mentioned symbols
get defined and used in Makefiles at compilation time

show more ...


Revision tags: curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3
# 17869507 05-Nov-2010 Daniel Stenberg

test: remove test 580

Test 580 is removed again for two reasons:

1) Some compilers aren't satisfied by just a data variable called 'test'
when first.o wants a function called 't

test: remove test 580

Test 580 is removed again for two reasons:

1) Some compilers aren't satisfied by just a data variable called 'test'
when first.o wants a function called 'test'. The Solaris compiler says
"ld: warning: symbol `test' has differing types:" while the AIX compiler
downright rejects it.

2) Test case 1119 that was added after this test is way more complete
and cover everything test 580 does and more without introducing the same
problems.

show more ...


# 282b41c6 03-Nov-2010 Dan Fandrich

Added mk580.pl to the tar ball


Revision tags: curl-7_21_2
# 8e2f16e6 12-Sep-2010 Dan Fandrich

Link curl and the test apps with -lrt explicitly when necessary

When curl calls a function from that library then it needs to
explicitly link to the library instead of piggybacking on

Link curl and the test apps with -lrt explicitly when necessary

When curl calls a function from that library then it needs to
explicitly link to the library instead of piggybacking on
libcurl's own dependency. Without this, GNU ld with the
--no-add-needed flag fails when linking (which Fedora now does
by default).

Reported by: Quanah Gibson-Mount
Bug: http://curl.haxx.se/mail/lib-2010-09/0085.html

show more ...


Revision tags: curl-7_21_1
# b24e8725 09-Aug-2010 Yang Tse

build: don't build libhostname unless shared libcurl is built


# c49e9683 08-Aug-2010 Yang Tse

build: libhostname linkage adjustments followup


# 59bad26b 06-Aug-2010 Yang Tse

build: ensure that libhostname doesn't get installed


# b5c3feda 29-Jul-2010 Kamil Dudka

NTLM tests: boost coverage by forcing the hostname

A shared library tests/libtest/.libs/lihostname.so is preloaded in NTLM
test-cases to override the system implementation of gethostname

NTLM tests: boost coverage by forcing the hostname

A shared library tests/libtest/.libs/lihostname.so is preloaded in NTLM
test-cases to override the system implementation of gethostname(). It
makes it possible to test the NTLM authentication for exact match, and
this way test the implementation of MD4 and DES.

If LD_PRELOAD doesn't work, a debug build willl also workk as debug
builds are now made to prefer a specific environment variable and will
then return that content as host name instead of the actual one.

Kamil wrote the bulk of this, Daniel Stenberg polished it.

show more ...


Revision tags: curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# a07bc791 14-Feb-2010 Yang Tse

removed trailing whitespace


Revision tags: curl-7_20_0
# 55e68ba3 05-Nov-2009 Yang Tse

I removed leading 'curl' path on the 'curlbuild.h' include statement in
curl.h, adjusting auto-makefiles include path, to enhance portability to
OS's without an orthogonal directory tree stru

I removed leading 'curl' path on the 'curlbuild.h' include statement in
curl.h, adjusting auto-makefiles include path, to enhance portability to
OS's without an orthogonal directory tree structure such as OS/400.

show more ...


Revision tags: curl-7_19_7, curl-7_19_6
# f671d051 14-Jul-2009 Gunter Knauf

renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.


# 8d581f7f 06-Jun-2009 Yang Tse

Revert delegating c-ares linking magic on libtool and auto-makefiles when using
the uninstalled c-ares libtool archive built from the CVS embedded tree.

This embedded c-ares linking is a

Revert delegating c-ares linking magic on libtool and auto-makefiles when using
the uninstalled c-ares libtool archive built from the CVS embedded tree.

This embedded c-ares linking is again handled from the configure script.

show more ...


# 13fdb9d8 04-Jun-2009 Yang Tse

c-ares embbeded builds header include paths fully defined in makefiles


# cd5e6743 30-May-2009 Yang Tse

Delegate c-ares linking magic on libtool and auto-makefiles when using
the uninstalled c-ares libtool archive built from the CVS embedded tree.


Revision tags: curl-7_19_5
# c4fba310 07-Apr-2009 Daniel Stenberg

and include the .inc files in the release tarballs...


# e9dd0998 07-Apr-2009 Benoit Neil

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.


Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2
# d07d1a6e 11-Nov-2008 Daniel Stenberg

Added test case 560:

This test was added after the HTTPS-using-multi-interface with OpenSSL
regression of 7.19.1 to hopefully prevent this embarassing mistake from
appearing again...

Added test case 560:

This test was added after the HTTPS-using-multi-interface with OpenSSL
regression of 7.19.1 to hopefully prevent this embarassing mistake from
appearing again... Unfortunately the bug wasn't triggered by this test, which
presumably is because the connect to a local server is too fast/different
compared to the real/distant servers we saw the bug happen with.

show more ...


Revision tags: curl-7_19_1
# b17ca44f 28-Oct-2008 Yang Tse

fix test # 558 and 559 CFLAGS


# 92f3b389 27-Oct-2008 Yang Tse

test #558 tests internal hash create/destroy

test #559 tests internal hash create/add/destroy


# 6db8f534 26-Oct-2008 Yang Tse

test #558 verifies loop operation using malloc() and free()


Revision tags: curl-7_19_0
# 2f71461b 18-Aug-2008 Yang Tse

Added test case 557 to verify libcurl's internal curl_m*printf() functions
formatting functionality when handling signed and unsigned longs, as well as
our curl_off_t data type.


# 14240e9e 07-Aug-2008 Yang Tse

Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.


# 1e7125ae 15-Jul-2008 Yang Tse

add comment for include paths


123456