Sign in
goma
/
wine
/
bd3be7a905bfbcaab68f487d8544bb2d7092bf3d
/
server
/
serial.c
568c67e
Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
by Mike McCormack
· 23 years ago
ff58be5
Fetch a handle type in FILE_GetUnixHandle.
by Mike McCormack
· 24 years ago
05b6618
Unconditionally set O_NONBLOCK when opening.
by Mike McCormack
· 24 years ago
3f1ed52
Implemented 64bit file size handling.
by Marcus Meissner
· 24 years ago
1c32a46
Use poll() on the client-side during server waits to implement overlapped I/O.
by Michael McCormack
· 24 years ago
147ddfe
Removed broken support for EV_TXEMPTY because it causes busy loops.
by Mike McCormack
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
63411db
Avoid dup'ing file descriptors when not necessary.
by Alexandre Julliard
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 24 years ago
1eac191
- created server object for handling async i/o
by Mike McCormack
· 24 years ago
57f05e1
Converted a few more server requests to the new mechanism.
by Alexandre Julliard
· 24 years ago
654fcc7
Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
by Mike McCormack
· 25 years ago
44b5bf5
Added serial port object to the server.
by Mike McCormack
· 25 years ago