- 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
- 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
- 7ad5be9 Added -f option to make wineserver remain in the foreground for by Alexandre Julliard · 22 years ago
- 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
- e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
- cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
- 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
- 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
- 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
- 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
- 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
- b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
- 40043ed Added -k option to kill an existing wineserver. by Alexandre Julliard · 23 years ago
- 714156d Fixed race condition when a thread gets killed right after starting. by Alexandre Julliard · 23 years ago
- 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
- 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
- f5e0f0c Added timer on server exit to wait a bit for new clients. by Alexandre Julliard · 23 years ago
- 0763abf Fix warnings for Linux, FreeBSD and Solaris. by Francois Gouget · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- 516e40e Make sure that GetMessagePos and GetMessageTime return sane values by Alexandre Julliard · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
- b8dd37d Don't create the WINEPREFIX directory if it doesn't exist. by Alexandre Julliard · 24 years ago
- 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
- 4b29d66 Ignore EAGAIN errors in read_request. by Alexandre Julliard · 24 years ago
- 09cc91d Make sure the process socket is non-blocking. by Alexandre Julliard · 24 years ago
- e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
- 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
- f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
- d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
- 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
- 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
- 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
- abe635c Get rid of some warnings about unused variables, signed/unsigned by Joerg Mayer · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
- 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
- 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
- c10c9ef Made server startup more robust against races caused by a previous by Alexandre Julliard · 25 years ago
- 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
- d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
- de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
- 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
- ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
- 7e9913f Fixed some warnings. by Patrik Stridvall · 25 years ago
- 2d33ab9 Added configure check for the unix domain sockaddr length. by Juergen Lock · 25 years ago
- 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
- cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
- 9de03f4 Made sleep_on usable from all requests. by Alexandre Julliard · 25 years ago
- 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
- ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
- 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
- 88de35c Changed select interface, separated timeouts from file descriptors. by Alexandre Julliard · 26 years ago
- 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
- 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
- 371fd75 Added new CLIENT_DebuggerRequest routine, implemented support for by Ulrich Weigand · 26 years ago
- 875c4b3 Added server pid and tid in init_thread request, and use them in by Alexandre Julliard · 26 years ago
- f692d44 Added new_process and init_process request. by Alexandre Julliard · 26 years ago
- 2f2898b Handle suspend/resume_thread requests in phase STARTING correctly. by Ulrich Weigand · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- 875d112 Removed dst_handle in duplicate_handle request. by Alexandre Julliard · 26 years ago
- 6d4ee73 Added get/set_handle_info request. by Alexandre Julliard · 26 years ago
- fdc92ba Added server snapshot support (processes only for now). by Alexandre Julliard · 26 years ago
- 4b46112 Added input queue to server-side console object, by Alexandre Julliard · 26 years ago
- 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
- 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
- a6ac379 Fixed CHECK_STRING display. by Alexandre Julliard · 26 years ago
- a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
- 63cb0f8 Added change notifications. Added global handle support. by Alexandre Julliard · 26 years ago
- aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
- 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809