Sign in
goma
/
wine
/
0799c1a7801d03bd88d616c44a5ac30690f48519
/
server
/
serial.c
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
88cd32b
More general approach to file descriptor types and flags.
by Martin Wilck
· 23 years ago
89bb3ab
Handle ReadIntervalTimeout=MAXDWORD special case a bit better.
by Mike McCormack
· 23 years ago
6f011c0
- move async activation into the server - implement async queues
by Mike McCormack
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
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