Release 1.5.29.
[wine] / server / device.c
2011-10-28  Bernhard Loosntoskrnl: Correctly implement PsGetCurrentThread/ProcessId.
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-29  Alexandre Julliardserver: Make the device opaque data a client_ptr_t...
2008-12-26  Alexandre Julliardserver: Get rid of the unused count parameter in fd_que...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-30  Alexandre Julliardserver: Remove failed ioctls from the queue as soon...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-02  Alexandre Julliardserver: Add a default access mapping function for files...
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-08  Alexandre Julliardserver: Add request to retrieve the next pending ioctl...
2007-05-08  Alexandre Julliardserver: Add support for queuing ioctl calls to a device.
2007-05-08  Alexandre Julliardserver: Add support for generic device objects managed...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
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-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
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-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-01-19  Alexandre JulliardAdded server-side device support (only a hack for now).