1. 1e54c1f Implemented FlushFileBuffers for serial devices. by Marcus Meissner · 23 years ago
  2. 15a0f0e Check POLLHUP semantics at remote shutdown when wineserver is started. by Martin Wilck · 23 years ago
  3. 17a2fe0 - Use PeekMessage loop around GetMessage. by Andreas Mohr · 23 years ago
  4. ff73250 Unlock the master socket if the boot thread terminates early. by Alexandre Julliard · 23 years ago
  5. cf5188b Attempt at fixing POLLHUP handling for Linux 2.2.x. by Alexandre Julliard · 23 years ago
  6. 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
  7. 88e4261 Store dirty flag in each registry key and use it to save only modified branches. by Alexandre Julliard · 23 years ago
  8. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  9. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  10. 65adc24 Fixed next_user_handle to also work on deleted handles. by Alexandre Julliard · 23 years ago
  11. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  12. ca96de3 Fixed process startup synchronization broken by previous change. by Alexandre Julliard · 23 years ago
  13. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  14. 47205b8 Fixed missing wineconsole notification of title modification. by Eric Pouech · 23 years ago
  15. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  16. 9a68b7b Link the tools and the server against libwine so we can use the by Alexandre Julliard · 23 years ago
  17. 75242f9 Fixes to FD_CLOSE handling. by Martin Wilck · 23 years ago
  18. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  19. ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
  20. 9ca4285 Fixed ReadFile() semantics when reading asynchronously on sockets. by Martin Wilck · 23 years ago
  21. bff7e69 Implemented server framework for asynchronous IO on sockets. by Martin Wilck · 23 years ago
  22. 54ba272 Add more flexibility to the queue_async server call by moving most by Martin Wilck · 23 years ago
  23. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  24. ca18f15 Clear mapping->shared_file on error. by Alexandre Julliard · 23 years ago
  25. 18c1514 STATUS_CANCELLED is correct for cancelled requests (corresponds to by Martin Wilck · 23 years ago
  26. 4f7d893 get_window_children: only decrement available size if element was written. by Uwe Bonnes · 23 years ago
  27. ad16fc9 Avoid crash when trying to attach to a terminating process. by Alexandre Julliard · 23 years ago
  28. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  29. f5e0f0c Added timer on server exit to wait a bit for new clients. by Alexandre Julliard · 23 years ago
  30. f666257 Don't suspend a terminated thread. by François Gouget · 23 years ago
  31. 4705b8a Avoid crash when trying to attach to a terminating process. by Alexandre Julliard · 23 years ago
  32. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  33. 0763abf Fix warnings for Linux, FreeBSD and Solaris. by Francois Gouget · 23 years ago
  34. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  35. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  36. 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
  37. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  38. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  39. 32521ab Finish any pending WaitCommEvents if the event mask is set to 0. by Mike McCormack · 23 years ago
  40. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  41. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  42. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  43. 7e105b4 Allow integer atoms in set_property and remove_property. Needed by by Rein Klazes · 23 years ago
  44. 86e5efb Work around ftruncate implementations that don't support extending files. by Alexandre Julliard · 23 years ago
  45. 0faceb0 Implemented interprocess DDE message posting. by Eric Pouech · 23 years ago
  46. 8ba769f Check unix_pid again after attach. by Alexandre Julliard · 23 years ago
  47. 93c3fae Add refcounting to the thread member of the pipe user. by Marcus Meissner · 23 years ago
  48. aa47705 Added support for socket flags. by Martin Wilck · 23 years ago
  49. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  50. b1c45b9 Fixed a bug that caused APCs to be "forgotten". by Martin Wilck · 23 years ago
  51. 718b1b7 Add server side support for async IO on files. by Martin Wilck · 23 years ago
  52. a908756 Fixed color definition (bg and fg were swapped). by Eric Pouech · 23 years ago
  53. 8ae5761 Fixed string type in named pipe requests. by Alexandre Julliard · 23 years ago
  54. 839dfda Save the registry before exiting on a SIGTERM. by Alexandre Julliard · 23 years ago
  55. 89bb3ab Handle ReadIntervalTimeout=MAXDWORD special case a bit better. by Mike McCormack · 23 years ago
  56. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  57. 3940d8a Let the console renderer be defined as a thread. by Eric Pouech · 23 years ago
  58. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  59. e806c97 Skip queue cleanups if queue has been destroyed already. by Alexandre Julliard · 23 years ago
  60. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  61. 5c84fff Only include 'sys/user.h' for Linux. Fixes a compilation error on FreeBSD 5.0. by Francois Gouget · 23 years ago
  62. 49c779a Prevent warnings about labels at end of switch statements when by James Juran · 23 years ago
  63. 6e04f59 Fix the Solaris and FreeBSD compilation errors introduced by the by Francois Gouget · 23 years ago
  64. 47f9821 Moved WIN_FindWinToRepaint functionality to the server. by Alexandre Julliard · 23 years ago
  65. 2720231 Make winsock.h and winsock2.h independent from the Unix headers. by Francois Gouget · 23 years ago
  66. 805bdc5 Store the window caption text in the server. by Alexandre Julliard · 23 years ago
  67. c4be541 Avoid ftruncate to work around broken UMSDOS file system. by Alexandre Julliard · 23 years ago
  68. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  69. 9e5af61 Prevent danger of accessing freed memory (theoretical but unlikely bug). by Bill Medland · 23 years ago
  70. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  71. 4a9c839 Allow owner to be the desktop window. by Alexandre Julliard · 23 years ago
  72. ac2e4f1 Don't keep main exe and dlls handles open when the file is on removable media. by Alexandre Julliard · 23 years ago
  73. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  74. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  75. 516e40e Make sure that GetMessagePos and GetMessageTime return sane values by Alexandre Julliard · 23 years ago
  76. 0d50965 Added requests to store window rectangles in the server. by Alexandre Julliard · 23 years ago
  77. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  78. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  79. 7a2017d Store window properties in the server. Moved property.c to dlls/user. by Alexandre Julliard · 23 years ago
  80. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  81. 003f02b Removed the cleanup_window_queue request. by Alexandre Julliard · 23 years ago
  82. 844ceb9 Store window class atom in the server. by Alexandre Julliard · 23 years ago
  83. c73316d - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ) by Eric Pouech · 23 years ago
  84. 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
  85. 646d621 Added get_file_info support to named pipes and sockets to avoid by Alexandre Julliard · 23 years ago
  86. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 23 years ago
  87. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
  88. 5af055d Avoid list corruption when linking window with HWND_BOTTOM (thanks to by Alexandre Julliard · 24 years ago
  89. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  90. bc878ef Convert user handles received from client to full handles. by Alexandre Julliard · 24 years ago
  91. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  92. f2e7ce7 Implemented GetNamedPipeInfo. by Mike McCormack · 24 years ago
  93. 126e6b8 Rename the regular WS_FD_XXX macros to FD_XXX. by Francois Gouget · 24 years ago
  94. bf55457 Implement WaitNamedPipe and DisconnectNamedPipe. by Mike McCormack · 24 years ago
  95. c86517f - Fix for nonblocking sockets using WSAEventSelect() (patch from Ove by Daniel Walker · 24 years ago
  96. 05b6618 Unconditionally set O_NONBLOCK when opening. by Mike McCormack · 24 years ago
  97. b8dd37d Don't create the WINEPREFIX directory if it doesn't exist. by Alexandre Julliard · 24 years ago
  98. d66130a Don't crash if send_thread_wakeup() fails. by Andreas Mohr · 24 years ago
  99. d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
  100. 5dda1f7 Set executable permissions when creating .exe/.com files. by Bernhard Rosenkraenzer · 24 years ago