Add more flexibility to the queue_async server call by moving most
[wine] / server / serial.c
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-03-12  Mike McCormackFinish any pending WaitCommEvents if the event mask...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2001-12-21  Mike McCormackHandle ReadIntervalTimeout=MAXDWORD special case a...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-08-21  Mike McCormackUnconditionally set O_NONBLOCK when opening.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-14  Mike McCormackRemoved broken support for EV_TXEMPTY because it causes...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-07  Mike McCormackAdded serial port object to the server.