1. 7dafa61 Fixed a number of bugs in the handling of window parent and owner and by Alexandre Julliard · 23 years ago
  2. 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
  3. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  4. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  5. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  6. 9ca4285 Fixed ReadFile() semantics when reading asynchronously on sockets. by Martin Wilck · 23 years ago
  7. bff7e69 Implemented server framework for asynchronous IO on sockets. by Martin Wilck · 23 years ago
  8. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  9. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  10. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  11. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  12. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  13. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  14. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  15. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  16. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  17. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  18. aa47705 Added support for socket flags. by Martin Wilck · 23 years ago
  19. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  20. 8ae5761 Fixed string type in named pipe requests. by Alexandre Julliard · 23 years ago
  21. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  22. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  23. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  24. 805bdc5 Store the window caption text in the server. by Alexandre Julliard · 23 years ago
  25. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  26. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  27. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  28. 0d50965 Added requests to store window rectangles in the server. by Alexandre Julliard · 23 years ago
  29. 7a2017d Store window properties in the server. Moved property.c to dlls/user. by Alexandre Julliard · 23 years ago
  30. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  31. 003f02b Removed the cleanup_window_queue request. by Alexandre Julliard · 23 years ago
  32. 844ceb9 Store window class atom in the server. by Alexandre Julliard · 23 years ago
  33. 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
  34. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 24 years ago
  35. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
  36. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  37. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  38. f2e7ce7 Implemented GetNamedPipeInfo. by Mike McCormack · 24 years ago
  39. bf55457 Implement WaitNamedPipe and DisconnectNamedPipe. by Mike McCormack · 24 years ago
  40. d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
  41. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago