Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-12 | sread now returns ssize_t | Yang Tse | |
2006-07-12 | Use platform's native types for recv() and send() arguments. | Yang Tse | |
2006-05-24 | make sure we pass a time_t * to localtime(), and the timeval struct members | Daniel Stenberg | |
are not always time_t ones | |||
2006-05-24 | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg | |
fine | |||
2006-05-10 | removed variable declarations shadowing previously declared variables | Daniel Stenberg | |
2006-04-10 | if configure found a fork(), sws supports --fork which is *NOT* used by the | Daniel Stenberg | |
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs. | |||
2006-02-25 | Fix typo. | Gisle Vanem | |
2006-02-18 | Ulf Härnhammar fixed a format string (printf style) problem in the Negotiate | Daniel Stenberg | |
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code. | |||
2006-01-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg | |
2006-01-04 | modified output to prevent the autobuild system to trap on the 'FAILED' output | Daniel Stenberg | |
mistaking it for an actual failed test case | |||
2006-01-03 | Added remake of the arpa/tftp.h file to make the TFTP server build on systems | Daniel Stenberg | |
without the real header file. | |||
2006-01-03 | killed trailing whitespace | Daniel Stenberg | |
2006-01-03 | Andres Garcia made the TFTP test server build with mingw ("I also had to copy | Daniel Stenberg | |
the 'tftp.h' file from a linux box, since it doesn't come with mingw.") | |||
2006-01-03 | modified to hush compiler warnings | Daniel Stenberg | |
2006-01-02 | 1. sws now supports two new "commands" and 2. if built with | Daniel Stenberg | |
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite) | |||
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich | |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-12-13 | Fixed some compiler warnings on lcc. | Dan Fandrich | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-06 | Yang Tse: fixed compiler warning | Daniel Stenberg | |
2005-12-05 | Another Yang Tse warning cleanup raid! | Daniel Stenberg | |
2005-09-19 | seems to work for test 271 on Linux now! | Daniel Stenberg | |
2005-09-16 | renamed sendfile() since some systems have a system call named like this - | Daniel Stenberg | |
now the functions are named sendtftp() and recvtftp() instead. | |||
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg | |
unsigned short. Trying a typecast here to fix. | |||
2005-09-16 | prevent warnings on re-defining MIN | Daniel Stenberg | |
2005-09-16 | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg | |
2005-09-16 | use internal *printf() clones | Daniel Stenberg | |
2005-09-15 | ifdef for includes, added checking for two not previously checked files (one | Daniel Stenberg | |
being necessary for solaris builds) | |||
2005-09-15 | ignore this too | Daniel Stenberg | |
2005-09-15 | build tftpd too! | Daniel Stenberg | |
2005-09-15 | First version of the TFTP server. Basic functionality is there. | Daniel Stenberg | |
2005-09-15 | moved test2file() to util.c | Daniel Stenberg | |
2005-09-07 | Thanks to Scott Davis' detailed reports, I found this premature detection | Daniel Stenberg | |
of the end of a chunked-encoded POST request. | |||
2005-08-18 | detabify | Daniel Stenberg | |
2005-05-25 | silense a warning | Daniel Stenberg | |
2005-05-25 | utilize the whole usec in the log and don't output to stderr if the logfile | Daniel Stenberg | |
can't be opened | |||
2005-05-25 | nicer raw logging and put code into (nicer) functions | Daniel Stenberg | |
2005-05-19 | include ctype.h for isdigit() | Daniel Stenberg | |
2005-05-19 | removed duplicate | Daniel Stenberg | |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg | |
"http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify. | |||
2005-05-18 | ignore resolve too | Daniel Stenberg | |
2005-05-18 | use less code and prevent compiler warning | Daniel Stenberg | |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg | |
or the test is skipped. Ideally, we should let this test case go over a few frequently used IPv6 localhost aliases... | |||
2005-05-17 | Moved more generic functions to util.[ch] | Daniel Stenberg | |
Added resolve.c to simply resolve a given host name | |||
2005-05-10 | prevent 64bit warnings | Daniel Stenberg | |
2005-05-07 | Added an active disconnected state, to make the code clearer. | Daniel Stenberg | |
2005-05-07 | removed unnecessary logging to ease REAL debuggin | Daniel Stenberg | |
2005-05-01 | always use the libcurl-provided *printf() functions | Daniel Stenberg | |
2005-05-01 | util.h added as "source" to make it get added in dist archives | Daniel Stenberg | |
2005-04-30 | logfile name is const | Daniel Stenberg | |