Release 1.5.29.
[wine] / server / change.c
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-01-19  Piotr Cabanserver: Don't report rename events when file is moved...
2011-01-19  Piotr Cabanserver: Return multiple events in read_changes.
2010-12-23  Alexandre Julliardserver: Use the syscall function instead of inline...
2010-12-17  Piotr Cabanserver: Handle more inotify mask values.
2010-01-22  Rob Shearmanserver: Fix symbol was not declared and using plain...
2009-12-11  Ben Peddellserver: Include user groups in file mode calculation...
2009-12-08  Paul Chitescuserver: Only check if permission bits changed before...
2009-12-01  Alexandre Julliardserver: Add support for opening files from a specified...
2009-08-17  Alexandre Julliardserver: Don't use the cached file mode when setting...
2009-08-17  Alexandre Julliardserver: Properly initialize mode and uid for file and...
2009-06-26  Alexandre Julliardserver: Use sys/inotify.h if it exists instead of hardc...
2008-12-26  Alexandre Julliardserver: Get rid of the unused count parameter in fd_que...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-11-07  Paul Bryan Robertsserver: Clone file_get_sd() and file_set_fd() for direc...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-02-28  Alexandre Julliardserver: Unlink remaining children inodes when deleting...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
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-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: Use the standard file descriptor signal mechani...
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: Use the fd generic wait queue for directory...
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.