wineboot: Automatically update the prefix directory if wine.inf changes.
[wine] / dlls / ntdll / server.c
2008-04-21  Alexandre Julliardwineboot: Automatically update the prefix directory...
2008-04-21  Alexandre Julliardntdll: Automatically setup the dosdevices directory...
2008-04-17  Alexandre Julliardntdll: Don't create a temporary dir, run wineprefixcrea...
2008-03-21  Alexandre Julliardntdll: Refuse to create the .wine directory if the...
2008-02-29  Alexandre Julliardntdll: Added definitions and structures for fiber local...
2007-11-19  Alexandre Julliardntdll: Unblock signals in process init only after the...
2007-08-20  Alexandre Julliardntdll: Return an error instead of dying in wine_server_...
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-12  Dmitry Timoshkovntdll: Fix a compiler warning.
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-18  Alexandre Julliardntdll: Make the fd cache section an uninterruptible...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2007-01-12  Alexandre Julliardntdll: Make the virtual.c critical section uninterrupti...
2006-12-29  Alexandre Julliardserver: Implement process control using Mach primitives...
2006-11-27  Alexandre Julliardntdll: Unset the WINESERVERSOCKET variable after we...
2006-11-21  Alexandre Julliardntdll: Setting the needs_close flag in server_get_unix_...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-07  Andrew Talbotntdll: Cast-qual warning fix.
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-11-01  Alexandre Julliardserver: Compute the removable device flag on the server...
2006-11-01  Alexandre Julliardntdll: Simplify wine_server_handle_to_fd.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-08-04  Alexandre Julliardntdll: Fix a race condition at thread exit.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-25  Alexandre Julliardntdll: Avoid accessing the TEB after the memory view...
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-06-23  Alexandre Julliardlibwine: Added entry for sigprocmask in the pthread...
2006-06-21  Andrew Talbotntdll: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-16  Alexandre Julliardlibwine: Added support for executing wine binaries...
2006-02-17  Alexandre Julliardntdll: Remove no longer used oldcwd in start_server.
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
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...