aboutsummaryrefslogtreecommitdiff
path: root/win32/net.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: correct cast of argument to _open_osfhandleRon Yorston2016-05-251-2/+2
|
* Silence a couple of compiler warningsRon Yorston2016-03-061-1/+1
|
* mingw: additional networking supportRon Yorston2015-04-221-0/+47
|
* win32: reimplement connect()Nguyễn Thái Ngọc Duy2010-09-201-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 Duy2010-09-201-0/+27
|
* win32: add init_winsock()Nguyễn Thái Ngọc Duy2010-09-201-0/+9
| | | | | All network applets must call this function before using any winsock functions.
* win32: implement inet_aton()Nguyễn Thái Ngọc Duy2010-09-201-0/+11