1. ef5f6c7 Moved list.h to include/wine so that it can be used everywhere. by Alexandre Julliard · 22 years ago
  2. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  3. 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
  4. 7ad5be9 Added -f option to make wineserver remain in the foreground for 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. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  9. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  10. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 23 years ago
  11. 15a0f0e Check POLLHUP semantics at remote shutdown when wineserver is started. by Martin Wilck · 23 years ago
  12. 88e4261 Store dirty flag in each registry key and use it to save only modified branches. by Alexandre Julliard · 23 years ago
  13. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  14. 54ba272 Add more flexibility to the queue_async server call by moving most by Martin Wilck · 23 years ago
  15. f5e0f0c Added timer on server exit to wait a bit for new clients. by Alexandre Julliard · 23 years ago
  16. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  17. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  18. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  19. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  20. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  21. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  22. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  23. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
  24. 84fdfd0 Repaired shared PE data sections. by Alexandre Julliard · 24 years ago
  25. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  26. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  27. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  28. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  29. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  30. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  31. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  32. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  33. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  34. b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
  35. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  36. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  37. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  38. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  39. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  40. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  41. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  42. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  43. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  44. d7e85d6 Added registry support to the server. by Alexandre Julliard · 25 years ago
  45. c76ad35 Added get_page_size function. by Alexandre Julliard · 25 years ago
  46. f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
  47. d6d994f Made event manipulation routines public. by Alexandre Julliard · 26 years ago
  48. ec29ba8 Added EXCEPT_EVENT to wineserver select loop. by Ove Kaaven · 26 years ago
  49. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  50. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  51. 039aa42 Return console handles in alloc_console request. by Alexandre Julliard · 26 years ago
  52. 1bdd154 Added optional debugging code in object management. by Alexandre Julliard · 26 years ago
  53. e712e07 Added debug events support. by Alexandre Julliard · 26 years ago
  54. 88de35c Changed select interface, separated timeouts from file descriptors. by Alexandre Julliard · 26 years ago
  55. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago[Renamed (63%) from include/server/object.h]
  56. f692d44 Added new_process and init_process request. by Alexandre Julliard · 26 years ago
  57. cb28bdc Added support for mappings with no associated file. by Alexandre Julliard · 26 years ago
  58. fdc92ba Added server snapshot support (processes only for now). by Alexandre Julliard · 26 years ago
  59. 4b46112 Added input queue to server-side console object, by Alexandre Julliard · 26 years ago
  60. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  61. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  62. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
  63. 63cb0f8 Added change notifications. Added global handle support. by Alexandre Julliard · 26 years ago
  64. aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
  65. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  66. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
  67. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  68. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  69. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809