Do not use the PEB lock as loader lock, use a separate critical
[wine] / scheduler / client.c
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-09-11  Dmitry TimoshkovBetter separate some system specific code.
2001-08-09  Alexandre JulliardDon't create the WINEPREFIX directory if it doesn't...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-05-09  Alexandre JulliardAllow WINESERVER to specify a relative path.
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-03  Alexandre JulliardFixed file descriptor leak.
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-12  Alexandre JulliardRemoved obsolete get_req_buffer() function.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-09-22  Roberto Augusto... Added S_ISFIFO check for Solaris.
2000-09-10  Alexandre JulliardAdded WINESERVER environment variable to allow overridi...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-14  Huw D M DaviesFix for starting server from the current directory.
2000-08-11  Alexandre JulliardMade server startup more robust against races caused...
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-11  Andreas MohrBetter error message for really clueless newbies.
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-14  Alexandre JulliardMade server launching somewhat cleaner and faster.
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-04  Alexandre JulliardFixed file descriptor leaks.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
1999-11-21  Alexandre JulliardAdded server_call_noerr function that avoids touching...
1999-11-08  Alexandre JulliardInstall the wine server in $(bindir) and exec it from...
1999-10-31  Alexandre JulliardSet close-on-exec flag on server socket.
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  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-16  Alexandre JulliardAdded TEB in init_thread request.
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-11  Ulrich WeigandAdded new CLIENT_DebuggerRequest routine, implemented...
1999-03-23  Alexandre JulliardAdded server pid and tid in init_thread request, and...
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-16  Ulrich WeigandHandle suspend/resume_thread requests in phase STARTING...
1999-03-14  Alexandre JulliardDo not call ExitThread() on server communication errors.
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Alexandre JulliardRemoved dst_handle in duplicate_handle request.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Alexandre JulliardRemoved thread queue functions.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-31  Geoff ClareFix to allow for recvmsg() returning less data than...
1999-01-31  Alexandre JulliardClear last error on all successful requests.
1999-01-26  Alexandre JulliardCommented out EXEC_SERVER
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-27  Alexandre JulliardAdded add_queue/remove_queue to server object operations.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-07-12  Alexandre JulliardRelease 980712 wine-980712