server: Only call gettimeofday once per poll loop.
[wine] / server / file.h
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-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-24  Mike McCormackserver: Modify open_fd to create an fd without a user.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-07-14  Robert ShearmanMake mailslots use as much of the default async fd...
2005-06-14  Mike McCormackCall remove_process_locks when a process ends, fix...
2005-06-07  Robert Shearman- Add a default asynchronous I/O implementation.
2005-04-19  Alexandre JulliardCleaned up handling of 64-bit file sizes.
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
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-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-06  Alexandre JulliardGet rid of the removable media handling in the server.
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-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
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...