Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: correct cast of argument to _open_osfhandle | Ron Yorston | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Silence a couple of compiler warnings | Ron Yorston | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | mingw: additional networking support | Ron Yorston | 2015-04-22 | 1 | -0/+47 |
| | |||||
* | win32: reimplement connect() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+7 |
| | | | | | | connect() now returns a socket handle, i.e. a HANDLE. This kind of handle works with read()/write(). But on the other hand, FILE* functions are dead because they are not crt file handles?? | ||||
* | win32: reimplement socket() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+27 |
| | |||||
* | win32: add init_winsock() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+9 |
| | | | | | All network applets must call this function before using any winsock functions. | ||||
* | win32: implement inet_aton() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+11 |