Release 1.5.29.
[wine] / server / fd.c
2012-05-29  AndrĂ© Hentschelserver: Add checks for DragonFly BSD.
2011-10-12  Alexander Morozovserver: Fix overlapping shared and exclusive locks...
2011-07-01  Alexandre Julliardserver: Only check read/write-specific access bits...
2011-04-19  Alexandre Julliardserver: Reuse existing file descriptor objects for...
2011-04-18  Alexandre Julliardserver: Check sharing options when duplicating an fd...
2010-12-23  Alexandre Julliardserver: Use the syscall function instead of inline...
2010-10-19  Alexandre Julliardserver: Return an error in get_handle_unix_name for...
2010-08-31  Mike Kaplinskiyserver: Add accept_into_socket to accept into an initia...
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-04-01  Alexandre Julliardserver: Set a proper error code when dup_fd_object...
2009-12-08  Alexandre Julliardserver: Improve parameter checks when opening a directory.
2009-12-01  Alexandre Julliardserver: Add support for opening files from a specified...
2009-11-24  Albert Leeserver: Support event ports on Solaris.
2009-11-23  Alexandre Julliardserver: Implement the file sharing check for delete...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check when truncatin...
2009-11-23  Alexandre Julliardserver: Implement the special file sharing rules for...
2009-11-23  Alexandre Julliardserver: Store a duplicate of the file descriptor for...
2009-11-12  Henri Verbeetserver: Store the Unix name in the fd.
2009-10-01  Michael Stefaniucserver: A signed 1-bit bitfield doesn't make much sense...
2009-08-18  Mike Kaplinskiyserver: Change cancel_async to take an optional iosb...
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...
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-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-12-03  Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-04-11  Petr Sumberaserver: Workaround for conflict between Wine and Solari...
2008-02-19  Alexandre Julliardserver: Don't access the process after send_client_fd...
2007-12-18  Andrey Turkinserver: Store I/O completion information in async struc...
2007-12-17  Andrey Turkinserver: I/O completion ports can only be used with...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-12-04  Dmitry Timoshkovserver: Make fd_poll_event static.
2007-11-15  Andrey Turkinws2_32: Make certain winsock functions generate i/o...
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
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-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-08-29  Alexandre Julliardntdll: Fixed file system name comparison on *BSD.
2007-06-20  Alexandre Julliardserver: Don't crash when trying to set a file lock...
2007-06-15  Alexandre Julliardserver: Enable kqueue support on Mac OS >= 10.5 now...
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-23  Gerald Pfeiferserver: Silence compiler warning in fd_queue_async().
2007-04-18  Alexandre Julliardserver: Use the standard file descriptor wait queue...
2007-04-18  Alexandre Julliardserver: Allow specifying the status code to return...
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: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
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: 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-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: Make async I/O queues into real objects.
2007-04-02  Alexandre Julliardserver: Avoid redundant polling in fd_queue_async_timeout.
2007-04-02  Alexandre Julliardserver: Add a generic wait queue to the file descriptor...
2007-03-27  Alexandre Julliardserver: Remove the return value of the flush() method...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
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...
2007-03-20  Alexandre Julliardserver: Make struct async into a real object, to keep...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
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-06  Gerald Pfeiferserver: Compilation fix.
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-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-11-01  Alexandre Julliardserver: Compute the removable device flag on the server...
2006-10-03  Alexandre Julliardntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-08-04  Alexandre Julliardserver: Added support for kqueue() as an alternative...
2006-08-03  Alexandre Julliardserver: Abstract the epoll functions a bit more.
2006-07-27  Alexandre Julliardserver: Round up the timeout for poll() to avoid redund...
2006-07-26  Alexandre Julliardserver: Make the create_async function take an absolute...
2006-06-15  Alexandre Julliardserver: Fixed a compiler warning on MacOSX.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Eric PouechSuppress some false-positives reported by valgrind.
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-25  Alexandre Julliardserver: Allow opening a directory with write access...
2006-01-24  Mike McCormackserver: Modify open_fd to create an fd without a user.
2006-01-17  Mike McCormackserver: Make sure to release the fd we grabbed in all...
2005-12-12  Alexandre Julliardserver: Don't enable polling on regular files in add_queue.
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: Support for opening devices.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-10-27  Alexandre JulliardMake the unmount_device request take a handle to the...
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
next