server: Add support for opening files from a specified root directory.
[wine] / server / file.h
2009-12-01  Alexandre Julliardserver: Add support for opening files from a specified...
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: Moved the create_temp_file function to mapping.c.
2009-11-23  Alexandre Julliardserver: Store a duplicate of the file descriptor for...
2009-11-23  Alexandre Julliardserver: Move the functions to extend file to mapping...
2009-08-18  Mike Kaplinskiyserver: Change cancel_async to take an optional iosb...
2009-08-17  Alexandre Julliardserver: Properly initialize mode and uid for file and...
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: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once 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-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-11-07  Paul Bryan Robertsserver: Refactor server side implementation of GetFileS...
2007-12-18  Andrey Turkinserver: Store I/O completion information in async struc...
2007-12-04  Dmitry Timoshkovserver: Make fd_poll_event static.
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
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-05-08  Alexandre Julliardserver: Add support for queuing ioctl calls to a device.
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-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: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
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-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: 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-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
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...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
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...