Release 1.5.29.
[wine] / server / mailslot.c
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
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-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-05-03  Alexandre Julliardserver: Store valid file options in pseudo file descrip...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Create a separate fd object for each mailslot...
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: 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: Check file access in register_async before...
2007-04-02  Alexandre Julliardserver: Avoid redundant polling in fd_queue_async_timeout.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots 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-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-03  Alexandre Julliardntdll: Retrieve mailslot message info from the client...
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
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-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-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 mailslot device to be opened as a...
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 mailslot devices 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-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
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-07-14  Robert ShearmanMake mailslots use as much of the default async fd...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
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-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-07  Robert LunnonInclude <sys/filio.h> on platforms that support it.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
2005-03-30  Mike McCormackImplement mailslots.