History log of /curl/tests/server/Makefile.am (Results 26 – 50 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# f5d78919 27-May-2011 Yang Tse

distribution: Fix EXTRA_DIST letter case


Revision tags: curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


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.


# 13fdb9d8 04-Jun-2009 Yang Tse

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


Revision tags: curl-7_19_5
# b6282b99 29-Apr-2009 Yang Tse

allow usage of in-tree c-ares when building from outside of the cvs tree


# 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, curl-7_19_1, curl-7_19_0
# 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


Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# 584f3639 03-Apr-2007 Yang Tse

update copyright year


# 3f140a60 17-Feb-2007 Dan Fandrich

getpart implicitly drags in some networking functions, so it needs to be
linked to the networking libraries.


# a0a47f27 17-Feb-2007 Dan Fandrich

Better separate the library dependencies into those required by libcurl
and those required by other components to avoid forcing unneeded
dependencies into the target objects.


Revision tags: curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline
# b33f4780 07-Aug-2006 Yang Tse

Allow again proper compilation outside of the source tree


Revision tags: curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2
# bda1e9ae 09-Jan-2006 Daniel Stenberg

Made the copyright year match the latest modification's year.


# 81b97938 03-Jan-2006 Daniel Stenberg

Added remake of the arpa/tftp.h file to make the TFTP server build on systems
without the real header file.


Revision tags: curl-7_15_1, curl-7_15_0
# 0de20d8e 15-Sep-2005 Daniel Stenberg

build tftpd too!


Revision tags: curl-7_14_1, c-ares-1_3_0
# 84fd4686 17-May-2005 Daniel Stenberg

Moved more generic functions to util.[ch]
Added resolve.c to simply resolve a given host name


Revision tags: curl-7_14_0
# a6955aa4 01-May-2005 Daniel Stenberg

util.h added as "source" to make it get added in dist archives


# 23da55a9 30-Apr-2005 Daniel Stenberg

Moved common code to util.[ch] instead of having it duplicated in sws.c
and sockfilt.c. For good-to-have functions for the servers written in C.


# e8e43f06 22-Apr-2005 Daniel Stenberg

copyright this year


# 14424f70 18-Apr-2005 Daniel Stenberg

Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support an

Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support and hopefully FTP-SSL support in the future.
Added four test cases for FTP-ipv6.

show more ...


Revision tags: curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3
# b7c6bc20 29-Nov-2004 Daniel Stenberg

removed comment


# 0eb84147 29-Nov-2004 Daniel Stenberg

Enable test cases to provide sections base64-encoded to be able to test
with binary data.


Revision tags: curl-7_12_2
# a6d4d3ee 07-Oct-2004 Daniel Stenberg

use curlx_strnequal() from the private lib sources instead of strncasecmp()
for maximum portability


123