server: Only call gettimeofday once per poll loop.
[wine] / server / named_pipe.c
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-07-26  Alexandre Julliardserver: Make the create_async function take an absolute...
2006-06-08  Robert Shearmanserver: Don't set the client's server field before...
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-13  Alexandre Julliardserver: Added get_file_info implementation for named...
2005-12-13  Alexandre Julliardserver: Fixed refcounting in get_fd requests for named...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-12  Alexandre Julliardserver: Allow the named pipe device to be opened as...
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-05  Alexandre Julliardserver: Let the directory code handle device names.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Mike McCormackRemove unnecessary includes.
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Robert ShearmanFix a regression in the performance of named pipes...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-09  Eric PouechFixed a wrong ops when creating named pipe client.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-02-08  Robert ShearmanSupport WaitNamedPipe timeouts.
2005-02-03  Alexandre JulliardFixed refcount handling (waiting clients must not incre...
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-07-15  Mike McCormackFix a double free in the named pipe code.
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-04-17  Bill MedlandFix for client accessing a named pipe after the server...
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.