1. 0193211 server: Fill in NtNotifyChangeDirectoryFile's buffer with change data. by Mike McCormack · 19 years ago
  2. 8800352 Enable for GNU/kFreeBSD the same kernel-specific interface/parameter by Robert Millan · 19 years ago
  3. 2a36dd2 server: Remove no longer used create_flags from get_startup_info request. by Alexandre Julliard · 19 years ago
  4. cf9ced5 server: Fixed compile without inotify. by Alexandre Julliard · 19 years ago
  5. fdf0c68 server: Initial inotify support. by Mike McCormack · 19 years ago
  6. 2e0b533 Suppress some false-positives reported by valgrind. by Eric Pouech · 19 years ago
  7. 8b0feb2 server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE by Alexandre Julliard · 19 years ago
  8. 0835107 server: Fix the file notification interface to use directory handles. by Mike McCormack · 19 years ago
  9. 6d85f3b server: Fixed low-level hardware hooks. by Alexandre Julliard · 19 years ago
  10. 471782a server: Allow opening a directory with write access (based on a patch by Alexandre Julliard · 19 years ago
  11. ab5ca5c server: Use the new set_fd_user function in create_serial(). by Alexandre Julliard · 19 years ago
  12. 9a7124e server: Modify open_fd to create an fd without a user. by Mike McCormack · 19 years ago
  13. 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
  14. 58273ea server: More generic mechanism for adding typecasts in server traces. by Alexandre Julliard · 19 years ago
  15. a40ce39 user: Fix WM_QUIT message ordering from PostQuitMessage. by Robert Shearman · 19 years ago
  16. 213e01e server: Make sure to release the fd we grabbed in all cases. by Mike McCormack · 19 years ago
  17. 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
  18. b54e9e9 server: Don't round up the header size for image mappings. by Alexandre Julliard · 19 years ago
  19. 2654be0 ntdll: Handle NtSetContextThread on the client side (as far as by Alexandre Julliard · 19 years ago
  20. b7607ae ntdll: Correct implementation for atom query functions. by Eric Pouech · 19 years ago
  21. 4fabe11 server: Fix va_list compile error. by Vitaliy Margolen · 19 years ago
  22. b4fa1b9 server: Fixed console access rights handling. by Alexandre Julliard · 19 years ago
  23. bd298b5 server: Set the context flags in get_thread_context to indicate which by Alexandre Julliard · 19 years ago
  24. b05340a ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl. by Vitaliy Margolen · 19 years ago
  25. 1acb930 server: Added get_file_info implementation for named pipe and mailslot devices. by Alexandre Julliard · 19 years ago
  26. 5bcd088 server: Fixed refcounting in get_fd requests for named pipe and mailslot devices. by Alexandre Julliard · 19 years ago
  27. 770c4a1 server: Don't enable polling on regular files in add_queue. by Alexandre Julliard · 19 years ago
  28. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  29. 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
  30. 32a9396 server: Added access rights mapping to registry key objects. by Alexandre Julliard · 19 years ago
  31. e57f734 server: Added access rights mapping to symlink objects. by Alexandre Julliard · 19 years ago
  32. 5fb2e68 server: Added access rights mapping to token objects. by Alexandre Julliard · 19 years ago
  33. 03f46e1 server: Added access rights mapping to synchronization objects. by Alexandre Julliard · 19 years ago
  34. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  35. b0aa29e server: Allow the mailslot device to be opened as a file object. by Alexandre Julliard · 19 years ago
  36. 26e60d8 server: Allow the named pipe device to be opened as a file object. by Alexandre Julliard · 19 years ago
  37. 67505c0 server: Support for opening devices. by Alexandre Julliard · 19 years ago
  38. 2017555 server: Use a better error code for a zero-size mapped file. by Alexandre Julliard · 19 years ago
  39. 03b040c server: Added object attributes to a few more requests. by Alexandre Julliard · 19 years ago
  40. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  41. 7b910f4 server: Use attributes instead of inherit flag in dup_handle request. by Alexandre Julliard · 19 years ago
  42. 836d07c server: Use attributes instead of inherit flag in token requests. by Alexandre Julliard · 19 years ago
  43. f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
  44. f11d0a3 server: Use attributes instead of inherit flag in snapshot requests. by Alexandre Julliard · 19 years ago
  45. 7a09660 server: Use attributes instead of inherit flag in console requests. by Alexandre Julliard · 19 years ago
  46. 27b1aec server: Use attributes instead of inherit flag in file requests. by Alexandre Julliard · 19 years ago
  47. bc30303 server: Use attributes instead of inherit flag in socket requests. by Alexandre Julliard · 19 years ago
  48. 4e36524 server: Remove sync_namespace. by Vitaliy Margolen · 19 years ago
  49. d13095b server: Let the directory code handle device names. by Alexandre Julliard · 19 years ago
  50. cf21d4d Move mailslot devices into directory name space. by Vitaliy Margolen · 19 years ago
  51. babfa79 Move named pipe objects into directory name space. by Vitaliy Margolen · 19 years ago
  52. 3764da6 server: Move handle allocation out of open_object_dir. by Alexandre Julliard · 19 years ago
  53. 348a3d9 Move mapping (section) objects into directory name space. by Vitaliy Margolen · 19 years ago
  54. 7c5cb7a Move timer objects into directory name space. by Vitaliy Margolen · 19 years ago
  55. 5daae3d Move semaphore objects into directory name space. by Vitaliy Margolen · 19 years ago
  56. f676bc8 Move event and mutex objects into directory name space. by Vitaliy Margolen · 19 years ago
  57. e21a97d Fixed some compiler warnings on Darwin. by Alexandre Julliard · 19 years ago
  58. 80444df Implement symbolic link object in wineserver. by Vitaliy Margolen · 19 years ago
  59. 3c6bdcc Implement directory object in wineserver. by Vitaliy Margolen · 19 years ago
  60. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  61. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  62. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  63. 7f9e281 Use struct unicode_str instead of null-terminated strings where by Alexandre Julliard · 19 years ago
  64. 95414ef Add stdarg.h where missing. by Robert Lunnon · 19 years ago
  65. 893987b Return correct error on name collision when creating new named by Vitaliy Margolen · 19 years ago
  66. 86397e1 Fixed handling of mailslot read timeout to avoid compiler warnings. by Alexandre Julliard · 19 years ago
  67. 83ef91c Replace inherit flag with object attributes in winstation and desktop by Vitaliy Margolen · 19 years ago
  68. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  69. 80b997a Added support for the QS_ALLPOSTMESSAGE flag. by Alexandre Julliard · 19 years ago
  70. 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
  71. f2686d4 Fix error returned when opening nonexistent pipes. by Vitaliy Margolen · 19 years ago
  72. 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
  73. ff7795e Don't send an extra signal when waiting for a debug event, just do a by Alexandre Julliard · 19 years ago
  74. d6f7adb Don't send the incoming context to the server for get_thread_context, by Alexandre Julliard · 19 years ago
  75. ecca104 Fix error returned when exceeding allowed instances. by Vitaliy Margolen · 19 years ago
  76. 1ca6e89 - Use OBJ_CASE_INSENSITIVE in object lookup. by Vitaliy Margolen · 19 years ago
  77. 4b811d9 Do not overflow the stackbased "nt" struct when reading non-conforming PE files. by Marcus Meissner · 19 years ago
  78. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  79. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  80. f8037bd Make the unmount_device request take a handle to the device file by Alexandre Julliard · 19 years ago
  81. 2790923 Removed incorrect process queue check in wait_input_idle. by Alexandre Julliard · 19 years ago
  82. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  83. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  84. 9a7b41a Fix refcount leak and return correct error in create_named_object. by Vitaliy Margolen · 20 years ago
  85. 79b387d Initial version of a wineserver man page. by Alexandre Julliard · 20 years ago
  86. b09582a Implemented kernel32 process affinity handling on top on ntdll. by Eric Pouech · 20 years ago
  87. 0ec183c Use the proper format to print handles in handle_table_dump. by Alexandre Julliard · 20 years ago
  88. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
  89. e21aa6a - now passing access rights when creating a named pipe in NTDLL by Eric Pouech · 20 years ago
  90. 5a12dd1 Preliminary version of the context support for x86-64. by Alexandre Julliard · 20 years ago
  91. cdf9294 Use the proper size for the cmsg_fd structure on 64-bit plaforms. by Alexandre Julliard · 20 years ago
  92. 867ae26 Remove an exiting thread from the process only after thread cleanup to by Alexandre Julliard · 20 years ago
  93. 127127f Timeout 0 means infinite wait for SendMessageTimeout. by Alexandre Julliard · 20 years ago
  94. f0db7ab Added FSCTL_PIPE_LISTEN support. by Ivan Leo Puoti · 20 years ago
  95. b3badc7 - rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent by Eric Pouech · 20 years ago
  96. f62f6e8 Don't cache file descriptors open on removable devices. by Alexandre Julliard · 20 years ago
  97. 38502f7 Added a separate set_handle_cached_fd request instead of abusing by Alexandre Julliard · 20 years ago
  98. 1b2adad Don't try to detach from a thread that is exiting, to avoid triggering by Alexandre Julliard · 20 years ago
  99. 9d99a04 Added a watchdog mechanism to break out of the wait4 call in case it by Alexandre Julliard · 20 years ago
  100. 3f31a10 Avoid a crash in find_hardware_message_window when there's no foreground input. by Alexandre Julliard · 20 years ago