Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it. | Daniel Stenberg | 2006-12-16 | 1 | -1/+1 |
* | Make sure RETSIGTYPE is properly defined | Yang Tse | 2006-11-25 | 1 | -0/+9 |
* | Added a check in configure that verifies if <signal.h> is available, | Yang Tse | 2006-11-22 | 1 | -0/+10 |
* | Get rid of the special sread()+swrite() for MSDOS. Use recv() | Gisle Vanem | 2006-10-27 | 1 | -6/+0 |
* | Added ISPRINT() required for src/main.c. | Gisle Vanem | 2006-10-18 | 1 | -1/+2 |
* | Tor's spell fixes | Daniel Stenberg | 2006-10-18 | 1 | -1/+1 |
* | Move definition of IS*() macros to setup_once.h | Yang Tse | 2006-10-18 | 1 | -0/+23 |
* | Support other MS-DOS compilers (MSDOS is a djgpp built-in define). | Gisle Vanem | 2006-08-29 | 1 | -3/+3 |
* | Force compilation failure in case macros sread() or swrite() are not defined. | Yang Tse | 2006-07-31 | 1 | -0/+10 |
* | First step trying to avoid the multiple header inclusion and recursion nightm... | Yang Tse | 2006-07-28 | 1 | -0/+106 |