Age | Commit message (Expand) | Author |
2006-10-23 | Avoid trying to compare more than strlen bytes. | Yang Tse |
2006-10-23 | Replace is*() macros with our own IS*() ones. | Yang Tse |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse |
2006-09-13 | 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' for | Gisle Vanem |
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse |
2006-09-08 | test 530 is the first ever HTTP pipelining test for libcurl | Daniel Stenberg |
2006-08-14 | Replace exit() with return() in main() | Yang Tse |
2006-08-07 | Allow again proper compilation outside of the source tree | Yang Tse |
2006-07-29 | Fix compiler warnings. | Yang Tse |
2006-07-28 | Replace send() and recv() with swrite() and sread() macros. | Yang Tse |
2006-07-19 | Abort if unable to write pid file, and close socket when aborting. | Yang Tse |
2006-07-19 | Abort if unable to write pid file. | Yang Tse |
2006-07-17 | -Use curl_socket_t instead of int. | Yang Tse |
2006-07-17 | Minor cleanup | Yang Tse |
2006-07-14 | Null terminate string in buffer before feeding it to strtol() | Yang Tse |
2006-07-13 | Change to meaningful var names and take care of a compiler warning on IRIX 6.... | Yang Tse |
2006-07-12 | Remove var not used. | Yang Tse |
2006-07-12 | Log a message if not all data is sent. | Yang Tse |
2006-07-12 | Fix compiler warning: comparison between signed and unsigned | Yang Tse |
2006-07-12 | Place parenthesis surrounding macro parameters so that the use of sread and s... | Yang Tse |
2006-07-12 | sread now returns ssize_t | Yang Tse |
2006-07-12 | Pay attention when typecasting an operation | Yang Tse |
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 |
2006-05-24 | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg |
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 |
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 |
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 |
2006-01-03 | Added remake of the arpa/tftp.h file to make the TFTP server build on systems | Daniel Stenberg |
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 |
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 |
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse |
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 |
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg |
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 |