Make wine_server_fd_to_handle use attributes instead of inherit flag.
[wine] / dlls / ntdll / server.c
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-06  Alexandre JulliardAdded a critical section around the fd cache until...
2005-10-03  Alexandre JulliardFixed a bug where we could set the wrong handle in...
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-09-08  Alexandre JulliardFix a file descriptor leak when opening the first file...
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-09-02  Alexandre JulliardFixed a file descriptor leak.
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-20  Alexandre JulliardReplace the wineprefixcreate --update option by a ...
2005-03-23  Francois GougetAssorted spelling fixes.
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-29  Robert ShearmanDocumentation for Wine client-side server interface.
2004-05-30  Alexandre JulliardUse wine_exec_wine_binary in all cases to start the...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-11  Alexandre JulliardInitial support for automatically creating the ~/.wine...
2004-01-19  Alexandre JulliardFixed an error message.
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...