Release 1.5.29.
[wine] / server / named_pipe.c
2011-10-13  Bernhard Loosserver: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is inval...
2011-10-08  Bernhard Loosntdll: Implement the NamedPipeConfiguration value for...
2011-10-08  Bernhard Loosserver: Correctly implement permission checking for...
2011-10-08  Bernhard Loosserver: It's possible to call NtQueryInformationFile...
2011-09-27  Bernhard Loosserver: Sharing 0 is not allowed for named pipes.
2011-09-27  Bernhard Loosserver: Only the sharing parameter of two instances...
2011-09-27  Bernhard Loosserver: Store sharing state for named pipes.
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2009-06-09  Alexandre Julliardserver: Avoid a crash when trying to wait on a disconne...
2009-03-03  Alexandre Julliardserver: Make the new named pipe server fd inherit the...
2009-03-02  Alexandre Julliardserver: Overlapped named pipes are never blocking,...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-26  Alexandre Julliardserver: Get rid of the unused count parameter in fd_que...
2008-02-05  Rob Shearmanserver: Always try return a named pipe server that...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
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-09  Marcus Meissnerserver: set_server_state needs to be called with non...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_WAIT...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_LISTEN...
2007-05-03  Alexandre Julliardserver: Infrastructure to return a wait handle for...
2007-05-03  Alexandre Julliardserver: Store valid file options in pseudo file descrip...
2007-04-18  Alexandre Julliardserver: Don't give out read/write access to the named...
2007-04-18  Alexandre Julliardserver: Use the standard file descriptor wait queue...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Add a specific data type for ioctl codes so...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Explicitly shutdown closed pipes to prevent...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Fix the handling of the signaled status for...
2007-04-03  Alexandre Julliardserver: Hold a pointer to the queue from the async...
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-02  Alexandre Julliardserver: Add a separate function to set the timeout...
2007-04-02  Alexandre Julliardserver: Make async I/O queues into real objects.
2007-03-27  Alexandre Julliardserver: Remove the return value of the flush() method...
2007-03-23  Alexandre Julliardserver: A named pipe wait can be satisfied by an idle...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
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.
next