server: Only call gettimeofday once per poll loop.
[wine] / server / fd.c
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.
2004-04-02  Alexandre JulliardMoved FILE_DELETE_ON_CLOSE support to the inode object...
2004-03-27  Alexandre JulliardCheck file sharing permissions based on the file inode...
2004-01-02  Wim LewisEOVERFLOW does not exist on OpenBSD.
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-07-03  Alexandre JulliardOne more workaround for a missing NFS lock daemon.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-11  Alexandre JulliardIgnore locking failures caused by missing NFS locking...
2003-04-17  Bill MedlandFix for client accessing a named pipe after the server...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-21  Alexandre JulliardIgnore fcntl failure when setting a write lock on a...
2003-03-18  Gerald PfeiferFix signature of open_fd().
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
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-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...