aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
AgeCommit message (Collapse)Author
2007-04-03update copyright yearYang Tse
2007-02-17getpart implicitly drags in some networking functions, so it needs to beDan Fandrich
linked to the networking libraries.
2007-02-17Better separate the library dependencies into those required by libcurlDan Fandrich
and those required by other components to avoid forcing unneeded dependencies into the target objects.
2006-08-07Allow again proper compilation outside of the source treeYang Tse
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-03Added remake of the arpa/tftp.h file to make the TFTP server build on systemsDaniel Stenberg
without the real header file.
2005-09-15build tftpd too!Daniel Stenberg
2005-05-17Moved more generic functions to util.[ch]Daniel Stenberg
Added resolve.c to simply resolve a given host name
2005-05-01util.h added as "source" to make it get added in dist archivesDaniel Stenberg
2005-04-30Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg
and sockfilt.c. For good-to-have functions for the servers written in C.
2005-04-22copyright this yearDaniel Stenberg
2005-04-18Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg
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.
2004-11-29removed commentDaniel Stenberg
2004-11-29Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg
with binary data.
2004-10-07use curlx_strnequal() from the private lib sources instead of strncasecmp()Daniel Stenberg
for maximum portability
2004-03-09Added -I$(top_srcdir)/include, since lib/setup.h might include files fromDaniel Stenberg
the external curl include dir.
2004-02-20added getpart.h for the spitout() protoDaniel Stenberg
2003-10-09portability fix by using setup.h from the lib directoryDaniel Stenberg
2002-02-25automake usage and options cleanupDaniel Stenberg
2002-02-25We got this web server's embryo from Georg Horn, muchos gracias.Daniel Stenberg
2002-02-25automake this dir tooDaniel Stenberg