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