Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / server / named_pipe.c
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
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-12  Alexandre JulliardRemoved direct references to the file descriptor, use...
2003-02-11  Steven EdwardsPorting fixes.
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-12  Marcus MeissnerAdd refcounting to the thread member of the pipe user.
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-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-10-05  Alexandre JulliardAdded get_file_info support to named pipes and sockets...
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-07-17  Ove KaavenAdded STATUS_* constant for named pipes. Return STATUS_...
2001-07-10  Mike McCormackStart implementing named pipes.