Save the registry before exiting on a SIGTERM.
[wine] / server / request.c
2001-12-20  Mike McCormack- move async activation into the server
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-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-08-09  Alexandre JulliardDon't create the WINEPREFIX directory if it doesn't...
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-06-19  Alexandre JulliardIgnore EAGAIN errors in read_request.
2001-04-04  Alexandre JulliardMake sure the process socket is non-blocking.
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
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-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-11  Alexandre JulliardMade server startup more robust against races caused...
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-14  Alexandre JulliardMade server launching somewhat cleaner and faster.
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Patrik StridvallFixed some warnings.
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
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.
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-16  Alexandre JulliardChanged select interface, separated timeouts from file...
1999-05-15  Alexandre JulliardServer reorganization:
1999-04-22  Patrik StridvallFixed ANSI compabillity.
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 JulliardAdded new_process and init_process request.
1999-03-16  Ulrich WeigandHandle suspend/resume_thread requests in phase STARTING...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Alexandre JulliardRemoved dst_handle in duplicate_handle request.
1999-02-20  Alexandre JulliardAdded get/set_handle_info request.
1999-02-14  Alexandre JulliardAdded server snapshot support (processes only for now).
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-02  Alexandre JulliardFixed CHECK_STRING display.
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.
1998-12-31  Alexandre JulliardAdded change notifications.
1998-12-30  Alexandre JulliardAdded several file server requests
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809