aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2006-02-25Fix typo.Gisle Vanem
2006-02-18Ulf Härnhammar fixed a format string (printf style) problem in the NegotiateDaniel Stenberg
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-04modified output to prevent the autobuild system to trap on the 'FAILED' outputDaniel Stenberg
2006-01-03Added remake of the arpa/tftp.h file to make the TFTP server build on systemsDaniel Stenberg
2006-01-03killed trailing whitespaceDaniel Stenberg
2006-01-03Andres Garcia made the TFTP test server build with mingw ("I also had to copyDaniel Stenberg
2006-01-03modified to hush compiler warningsDaniel Stenberg
2006-01-021. sws now supports two new "commands" and 2. if built withDaniel Stenberg
2005-12-19Fixed lcc compiler warnings.Dan Fandrich
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2005-12-13Fixed some compiler warnings on lcc.Dan Fandrich
2005-12-08Fix compiler warningYang Tse
2005-12-06Yang Tse: fixed compiler warningDaniel Stenberg
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2005-09-19seems to work for test 271 on Linux now!Daniel Stenberg
2005-09-16renamed sendfile() since some systems have a system call named like this -Daniel Stenberg
2005-09-16In the Solaris 7 header files for tftp, the th_stuff struct member is anDaniel Stenberg
2005-09-16prevent warnings on re-defining MINDaniel Stenberg
2005-09-16use int "subscripts" to prevent warnings from picky compilersDaniel Stenberg
2005-09-16use internal *printf() clonesDaniel Stenberg
2005-09-15ifdef for includes, added checking for two not previously checked files (oneDaniel Stenberg
2005-09-15ignore this tooDaniel Stenberg
2005-09-15build tftpd too!Daniel Stenberg
2005-09-15First version of the TFTP server. Basic functionality is there.Daniel Stenberg
2005-09-15moved test2file() to util.cDaniel Stenberg
2005-09-07Thanks to Scott Davis' detailed reports, I found this premature detectionDaniel Stenberg
2005-08-18detabifyDaniel Stenberg
2005-05-25silense a warningDaniel Stenberg
2005-05-25utilize the whole usec in the log and don't output to stderr if the logfileDaniel Stenberg
2005-05-25nicer raw logging and put code into (nicer) functionsDaniel Stenberg
2005-05-19include ctype.h for isdigit()Daniel Stenberg
2005-05-19removed duplicateDaniel Stenberg
2005-05-18Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg
2005-05-18ignore resolve tooDaniel Stenberg
2005-05-18use less code and prevent compiler warningDaniel Stenberg
2005-05-17Made test case 241 precheck that the given name resolves to an ipv6 address,Daniel Stenberg
2005-05-17Moved more generic functions to util.[ch]Daniel Stenberg
2005-05-10prevent 64bit warningsDaniel Stenberg
2005-05-07Added an active disconnected state, to make the code clearer.Daniel Stenberg
2005-05-07removed unnecessary logging to ease REAL debugginDaniel Stenberg
2005-05-01always use the libcurl-provided *printf() functionsDaniel Stenberg
2005-05-01util.h added as "source" to make it get added in dist archivesDaniel Stenberg
2005-04-30logfile name is constDaniel Stenberg
2005-04-30Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg
2005-04-28AF_INET6 for ipv6 addresses!Daniel Stenberg
2005-04-27listen(..., 1) as 0 doesn't work on Tru64!Daniel Stenberg
2005-04-27display listening port in logDaniel Stenberg
2005-04-22copyright this yearDaniel Stenberg
2005-04-18better fix for the socket -1 caseDaniel Stenberg