1. e0b5270 Fixed include statements to match server_protocol.h (spotted by Eric Pouech). by Alexandre Julliard · 22 years ago
  2. 62986a0 Added a few missing stdarg.h includes. by Alexandre Julliard · 22 years ago
  3. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  4. de1990f Cope with wait4 being interrupted by a signal. by Alexandre Julliard · 22 years ago
  5. 9e9e3a9 We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting by Alexandre Julliard · 22 years ago
  6. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  7. 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
  8. 039e131 Implemented inter-thread SendMessageCallback. by Alexandre Julliard · 22 years ago
  9. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  10. 3ca7612 Spelling fixes (s/occured/occurred/ and variants). by Francois Gouget · 22 years ago
  11. ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
  12. 09029b2 Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. by Alexandre Julliard · 22 years ago
  13. 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
  14. d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
  15. b23aa94 One more workaround for a missing NFS lock daemon. by Alexandre Julliard · 22 years ago
  16. f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
  17. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  18. a86a289 In console input record queue, replace semaphore with a manual reset by Eric Pouech · 22 years ago
  19. 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
  20. 64a41a2 The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZED_DATA by Alexandre Julliard · 22 years ago
  21. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  22. 693bbd7 Make it possible to retrieve an inheritable handle in open_named_pipe by Alexandre Julliard · 22 years ago
  23. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  24. c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
  25. 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
  26. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  27. 87c1568 Add support for Darwin's ptrace. by Pierre d'Herbemont · 22 years ago
  28. b932723 Ignore locking failures caused by missing NFS locking daemon. by Alexandre Julliard · 22 years ago
  29. 22824cb Fixed typo in return value of tkill(). by Alexandre Julliard · 22 years ago
  30. fcbd0da Fixed a couple of races with exiting threads in suspend_for_ptrace(). by Alexandre Julliard · 22 years ago
  31. d338b49 Removed no longer correct assertion. by Alexandre Julliard · 22 years ago
  32. 77fde13 Properly handle the wait4 syscall failure on kernels that don't by Alexandre Julliard · 22 years ago
  33. 3f7c3ff Fix for client accessing a named pipe after the server closes it. by Bill Medland · 22 years ago
  34. 3dddc11 Fall back to kill() if the kernel doesn't support tkill(). by Alexandre Julliard · 22 years ago
  35. 3f11d48 Fix for compiling on NetBSD. by Yorick Hardy · 22 years ago
  36. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  37. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  38. 17480ac Initialize the dummy char we send down the pipe to make valgrind happy. by Alexandre Julliard · 22 years ago
  39. 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
  40. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  41. 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
  42. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  43. d71ba93 Ignore fcntl failure when setting a write lock on a read only file. by Alexandre Julliard · 22 years ago
  44. 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
  45. 4c9754e We still need libwine here... by Alexandre Julliard · 22 years ago
  46. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  47. b1095da Fixed bug that could cause SendMessage to return too early in certain cases. by Alexandre Julliard · 22 years ago
  48. 6dcc1af Fix signature of open_fd(). by Gerald Pfeifer · 22 years ago
  49. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  50. 7ad5be9 Added -f option to make wineserver remain in the foreground for by Alexandre Julliard · 22 years ago
  51. 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
  52. baf0a06 Attaching the debugger to a running process should work again by Alexandre Julliard · 22 years ago
  53. 4431e41 Fixed typo. by Eric Pouech · 22 years ago
  54. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  55. a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
  56. 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
  57. 4378d25 Avoid some redundant calls to time(NULL). by Alexandre Julliard · 22 years ago
  58. 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
  59. 5871174 Fixed read-overflow spotted by valgrind. by Eric Pouech · 22 years ago
  60. 7034e8b Added missing release_object. by Mike McCormack · 22 years ago
  61. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  62. d0e4a76 Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes). by Alexandre Julliard · 22 years ago
  63. 4ecc32a Fixed regression in process parent handling. by Eric Pouech · 22 years ago
  64. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  65. 8b56deb Removed direct references to the file descriptor, use the new fd by Alexandre Julliard · 22 years ago
  66. 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
  67. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  68. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  69. c422dae Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED by Martin Wilck · 22 years ago
  70. f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
  71. fa8b85a Set the edition mode as a specific attribute, not an extension of the by Eric Pouech · 22 years ago
  72. 2359b57 - no longer depend on toolhelp definitions for generating snapshots by Eric Pouech · 22 years ago
  73. 8ba666f Store the keyboard state in the thread input structure on the server side. by Alexandre Julliard · 22 years ago
  74. 3783e49 Removed no longer used local variable (spotted by Dmitry Timoshkov). by Alexandre Julliard · 22 years ago
  75. 08016dc Grab the thread object in case the thread terminates with pending by Alexandre Julliard · 22 years ago
  76. 242e395 Store the hardware messages in the thread input structure, not in the by Alexandre Julliard · 22 years ago
  77. f4b298b - Fixed several bugs while resizing an existing screenbuffer. by Eric Pouech · 22 years ago
  78. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  79. 309566d If a .reg function is accessed through a symlink then write directly by Bill Medland · 22 years ago
  80. 66da6c8 The handler for the server message get_next_hook was returning the by Alberto Massari · 22 years ago
  81. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  82. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  83. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  84. b31af31 Removed the WINE_NO_STRICT support. by Alexandre Julliard · 22 years ago
  85. 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
  86. 4c5c90e Avoid FreeBSD compatibility issues with dbreg structure. by Pierre Beyssac · 22 years ago
  87. 775fcfd Work around to make system-global hooks at least run in the thread by Alexandre Julliard · 22 years ago
  88. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  89. b1df392 Fixed the WINE_NO_STRICT #ifdefs to do the right thing if STRICT is by Alexandre Julliard · 22 years ago
  90. b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
  91. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  92. 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
  93. a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
  94. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  95. ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago
  96. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
  97. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 23 years ago
  98. 7dafa61 Fixed a number of bugs in the handling of window parent and owner and by Alexandre Julliard · 23 years ago
  99. 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
  100. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago