server: Make the create_async function take an absolute timeout.
[wine] / server / serial.c
2006-07-26  Alexandre Julliardserver: Make the create_async function take an absolute...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-27  Eric Pouechkernel32: ClearCommError.
2006-01-24  Alexandre Julliardserver: Use the new set_fd_user function in create_seri...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Mike McCormackRemove unnecessary includes.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-11  Steven EdwardsPorting fixes.
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2002-07-16  Marcus MeissnerImplemented FlushFileBuffers for serial devices.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
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.