Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-01 | always use the libcurl-provided *printf() functions | Daniel Stenberg | |
2005-04-30 | Moved common code to util.[ch] instead of having it duplicated in sws.c | Daniel Stenberg | |
and sockfilt.c. For good-to-have functions for the servers written in C. | |||
2005-04-28 | AF_INET6 for ipv6 addresses! | Daniel Stenberg | |
2005-04-27 | listen(..., 1) as 0 doesn't work on Tru64! | Daniel Stenberg | |
2005-04-18 | better fix for the socket -1 case | Daniel Stenberg | |
2005-04-18 | safety measure to avoid using -1 as socket | Daniel Stenberg | |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel 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. |