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