1. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  2. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  3. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  4. 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
  5. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  6. de339f3 Implement CancelIo properly. by Mike McCormack · 23 years ago
  7. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  8. 4c03649 Fixed check_async_list calling convention. by Alexandre Julliard · 23 years ago
  9. 9119543 Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped by Mike McCormack · 23 years ago
  10. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  11. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  12. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  13. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  14. e61ad3a Implement overlapped completion routines. by Mike McCormack · 24 years ago
  15. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  16. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  17. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  18. f46eb1d Added some inclusions of string.h where necessary. by Jeff Garzik · 24 years ago
  19. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  20. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  21. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  22. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  23. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  24. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  25. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  26. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  27. 8d5db55 Save GET_APCS data before calling any asynchronous procedure calls, in by Mike McCormack · 25 years ago
  28. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  29. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  30. 203780e Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback by Ulrich Weigand · 26 years ago
  31. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  32. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  33. 8c2dc8b Adapted to event synchronization changes. by Ulrich Weigand · 26 years ago
  34. f6461fe Allow user APCs with NULL 'func' (just wake up the thread). by Ulrich Weigand · 26 years ago
  35. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  36. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  37. d16927e Removed use of per-thread wait_struct, cleaned up a bit. by Alexandre Julliard · 26 years ago
  38. 289211c Fixed a number of warnings concerning the matching of the printf by Francois Gouget · 26 years ago
  39. ab9ac83 List handles WaitForMultipleObjects is waiting for when running with by Juergen Schmied · 26 years ago
  40. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  41. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  42. dbf2bf0 Moved MsgWaitForMultipleObject implementation to USER routines, using by Alexandre Julliard · 26 years ago
  43. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  44. 748ff0f Changed server wait logic a bit. by Alexandre Julliard · 26 years ago
  45. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  46. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  47. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  48. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  49. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  50. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  51. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  52. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  53. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  54. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104