ioctlsocket() now returns success if the app sets nonblocking mode for
[wine] / server / file.c
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-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-12-04  Marcus MeissnerFlush handle in any access mode.
1999-11-29  Alexandre JulliardFixed get_event_obj/get_file_obj to use the process...
1999-11-15  Eric PouechFixed hash function.
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-16  Alexandre JulliardAdapted to new select interface.
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Alexandre JulliardAdded support for mappings with no associated file.
1999-02-14  Alexandre JulliardMoved process definitions to include/server/process.h
1999-02-14  Juergen SchmiedImplemented flag FILE_FLAG_DELETE_ON_CLOSE.
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-01-31  Alexandre JulliardHandle set_file_time requests changing only one of...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Marcus MeissnerNeed <errno.h> for errno decl. on Solaris.
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.
1998-12-30  Alexandre JulliardAdded several file server requests
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.