server: Store I/O completion information in async structure.
[wine] / server / fd.c
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
2005-07-30  Alexandre JulliardAdded a separate device object to keep track of inodes...
2005-07-28  Alexandre JulliardRenamed fd to unix_fd in the closed_fd structure to...
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-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-07  Robert Shearman- Add a default asynchronous I/O implementation.
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-01  Alexandre JulliardConvert the object wait queue to a standard list.
2005-02-25  Alexandre JulliardRegular files are always ready for I/O, no need to...
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
2005-02-03  Alexandre JulliardFixed potential crash in fd_dump function.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-10-27  Alexandre JulliardAdded fallback syscalls for epoll functions.
2004-09-23  Alexandre JulliardAdded support for epoll() as an alternative to poll...
2004-09-20  Alexandre JulliardMoved timeout processing to a separate function.
2004-09-09  Alexandre JulliardTake care to not close the file handle if there are...
2004-09-08  Alexandre JulliardConverted the timeout list to use the standard list...
2004-09-07  Alexandre JulliardMake sure to run through the poll loop once before...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-05-22  Alexandre JulliardMake sure we don't truncate the file on open before...
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-16  Alexandre JulliardAdded support for FILE_DIRECTORY_FILE and FILE_NON_DIRE...
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
next