server: Add an open_file() function to the object operations.
[wine] / server / change.c
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
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-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-28  Mike McCormackserver: Fix a race condition in the delivery of change...
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-02-24  Francois GougetAssorted spelling fixes.
2006-02-23  Mike McCormackserver: Add directories to recursive watches as they...
2006-02-22  Mike McCormackserver: Make sure we don't get into an infinite loop...
2006-02-21  Mike McCormackserver: Track created and removed directories in the...
2006-02-20  Mike McCormackserver: Distinguish between a directory and a file...
2006-02-17  Mike McCormackserver: Use a single inotify watch, as it scales better...
2006-02-08  Alexandre Julliardserver: Fixed handling of inotify record length.
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-05  Alexandre Julliardserver: Fixed compile without inotify.
2006-01-30  Mike McCormackserver: Initial inotify support.
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
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-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-10  Huw DaviesAdd the F_NOTIFY defines if we're compiling with linux...
2004-02-05  Hans LeidekkerImproved error reporting.
2003-09-11  Alexandre JulliardMoved list.h to include/wine so that it can be used...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
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...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-15  Alexandre JulliardServer reorganization:
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1998-12-31  Alexandre JulliardAdded change notifications.