wininet: Remove unneeded address-of operators from array names.
[wine] / server / fd.c
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-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-01-02  Wim LewisEOVERFLOW does not exist on OpenBSD.
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-07-03  Alexandre JulliardOne more workaround for a missing NFS lock daemon.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-11  Alexandre JulliardIgnore locking failures caused by missing NFS locking...
2003-04-17  Bill MedlandFix for client accessing a named pipe after the server...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-21  Alexandre JulliardIgnore fcntl failure when setting a write lock on a...
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...