Implemented file change notifications, based on a patch by Mike
[wine] / server / change.c
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.