1. c5c599d server: Avoid crash on startup when the configuration dir doesn't exist. by Alexandre Julliard · 19 years ago
  2. d18711e server: Store the token source. by Robert Shearman · 19 years ago
  3. f5c1381 server: Fix a race condition in the delivery of change notifications. by Mike McCormack · 19 years ago
  4. 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
  5. 641e9e3 server: Store window properties in the global atom table instead of by Alexandre Julliard · 19 years ago
  6. 0a36462 server: Fixed process exit code on FreeBSD. by Alexandre Julliard · 19 years ago
  7. 1c788ea server: Fix memory leak in read_process_memory handler. by Ken Thomases · 19 years ago
  8. 8e772c8 server: Fix compilation under Darwin 7. by Phil Krylov · 19 years ago
  9. 9873494 server: Class and global atoms should not be local to a window station. by Alexandre Julliard · 19 years ago
  10. b00fb17 server: New scheme for cleaning up objects on server exit. by Alexandre Julliard · 19 years ago
  11. 3d531f1 server: Fixed length check in dump_inline_unicode_string. by Alexandre Julliard · 19 years ago
  12. 1a4f6e5 user: Launch explorer to manage the desktop window. by Alexandre Julliard · 19 years ago
  13. f978f61 server: Support for closing the desktop window. by Alexandre Julliard · 19 years ago
  14. 8cea993 server: Added unlink_named_object function. by Alexandre Julliard · 19 years ago
  15. 251be54 server: Infrastructure for having a thread own the desktop window. by Alexandre Julliard · 19 years ago
  16. 71b9472 server: Avoid crash in set_thread_desktop if the thread doesn't have a queue. by Alexandre Julliard · 19 years ago
  17. 4be3d4c server: Return real parent and owner in the create_window request. by Alexandre Julliard · 19 years ago
  18. c9cc7e3 Fixed some compiler warnings on old gcc versions. by Alexandre Julliard · 19 years ago
  19. 0cd0626 server: Print a message if wineserver crashes and we don't dump cores. by Mike McCormack · 19 years ago
  20. 6b95c0e kernel32: ClearCommError. by Eric Pouech · 19 years ago
  21. 4aa6418 Assorted spelling fixes. by Francois Gouget · 19 years ago
  22. 4212108 server: Add directories to recursive watches as they're opened. by Mike McCormack · 19 years ago
  23. 309a9bf server: Make sure we don't get into an infinite loop freeing inodes. by Mike McCormack · 19 years ago
  24. e27358e server: Remove no longer needed fields in the init_process_done request. by Alexandre Julliard · 19 years ago
  25. 4926610 server: Avoid hang on process startup. by Alexandre Julliard · 19 years ago
  26. e4faabf server: Track created and removed directories in the tree of inodes for inotify. by Mike McCormack · 19 years ago
  27. a2813f7 server: Distinguish between a directory and a file changing in by Mike McCormack · 19 years ago
  28. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  29. fbc00db server: Use a single inotify watch, as it scales better with a large by Mike McCormack · 19 years ago
  30. e6374cb server: Store the process exe module in the standard dll list. by Alexandre Julliard · 19 years ago
  31. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  32. 22357ca server: When possible, use tgkill instead of tkill syscall on Linux. by Eric Pouech · 19 years ago
  33. 5d282dc server: Try to update the input key state even when the message is by Alexandre Julliard · 19 years ago
  34. e033014 server: Remove the no longer needed exe_file parameter in the by Alexandre Julliard · 19 years ago
  35. 2b0033d server: Allow the main exe to be registered as a normal dll before by Alexandre Julliard · 19 years ago
  36. e979832 server: Fixed handling of inotify record length. by Alexandre Julliard · 19 years ago
  37. 0790f95 kernel32: ReadDirectoryChangesW fixes. by Mike McCormack · 19 years ago
  38. 0193211 server: Fill in NtNotifyChangeDirectoryFile's buffer with change data. by Mike McCormack · 19 years ago
  39. 8800352 Enable for GNU/kFreeBSD the same kernel-specific interface/parameter by Robert Millan · 19 years ago
  40. 2a36dd2 server: Remove no longer used create_flags from get_startup_info request. by Alexandre Julliard · 19 years ago
  41. cf9ced5 server: Fixed compile without inotify. by Alexandre Julliard · 19 years ago
  42. fdf0c68 server: Initial inotify support. by Mike McCormack · 19 years ago
  43. 2e0b533 Suppress some false-positives reported by valgrind. by Eric Pouech · 19 years ago
  44. 8b0feb2 server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE by Alexandre Julliard · 19 years ago
  45. 0835107 server: Fix the file notification interface to use directory handles. by Mike McCormack · 19 years ago
  46. 6d85f3b server: Fixed low-level hardware hooks. by Alexandre Julliard · 19 years ago
  47. 471782a server: Allow opening a directory with write access (based on a patch by Alexandre Julliard · 19 years ago
  48. ab5ca5c server: Use the new set_fd_user function in create_serial(). by Alexandre Julliard · 19 years ago
  49. 9a7124e server: Modify open_fd to create an fd without a user. by Mike McCormack · 19 years ago
  50. 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
  51. 58273ea server: More generic mechanism for adding typecasts in server traces. by Alexandre Julliard · 19 years ago
  52. a40ce39 user: Fix WM_QUIT message ordering from PostQuitMessage. by Robert Shearman · 19 years ago
  53. 213e01e server: Make sure to release the fd we grabbed in all cases. by Mike McCormack · 19 years ago
  54. 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
  55. b54e9e9 server: Don't round up the header size for image mappings. by Alexandre Julliard · 19 years ago
  56. 2654be0 ntdll: Handle NtSetContextThread on the client side (as far as by Alexandre Julliard · 19 years ago
  57. b7607ae ntdll: Correct implementation for atom query functions. by Eric Pouech · 19 years ago
  58. 4fabe11 server: Fix va_list compile error. by Vitaliy Margolen · 19 years ago
  59. b4fa1b9 server: Fixed console access rights handling. by Alexandre Julliard · 19 years ago
  60. bd298b5 server: Set the context flags in get_thread_context to indicate which by Alexandre Julliard · 19 years ago
  61. b05340a ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl. by Vitaliy Margolen · 19 years ago
  62. 1acb930 server: Added get_file_info implementation for named pipe and mailslot devices. by Alexandre Julliard · 19 years ago
  63. 5bcd088 server: Fixed refcounting in get_fd requests for named pipe and mailslot devices. by Alexandre Julliard · 19 years ago
  64. 770c4a1 server: Don't enable polling on regular files in add_queue. by Alexandre Julliard · 19 years ago
  65. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  66. 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
  67. 32a9396 server: Added access rights mapping to registry key objects. by Alexandre Julliard · 19 years ago
  68. e57f734 server: Added access rights mapping to symlink objects. by Alexandre Julliard · 19 years ago
  69. 5fb2e68 server: Added access rights mapping to token objects. by Alexandre Julliard · 19 years ago
  70. 03f46e1 server: Added access rights mapping to synchronization objects. by Alexandre Julliard · 19 years ago
  71. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  72. b0aa29e server: Allow the mailslot device to be opened as a file object. by Alexandre Julliard · 19 years ago
  73. 26e60d8 server: Allow the named pipe device to be opened as a file object. by Alexandre Julliard · 19 years ago
  74. 67505c0 server: Support for opening devices. by Alexandre Julliard · 19 years ago
  75. 2017555 server: Use a better error code for a zero-size mapped file. by Alexandre Julliard · 19 years ago
  76. 03b040c server: Added object attributes to a few more requests. by Alexandre Julliard · 19 years ago
  77. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  78. 7b910f4 server: Use attributes instead of inherit flag in dup_handle request. by Alexandre Julliard · 19 years ago
  79. 836d07c server: Use attributes instead of inherit flag in token requests. by Alexandre Julliard · 19 years ago
  80. f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
  81. f11d0a3 server: Use attributes instead of inherit flag in snapshot requests. by Alexandre Julliard · 19 years ago
  82. 7a09660 server: Use attributes instead of inherit flag in console requests. by Alexandre Julliard · 19 years ago
  83. 27b1aec server: Use attributes instead of inherit flag in file requests. by Alexandre Julliard · 19 years ago
  84. bc30303 server: Use attributes instead of inherit flag in socket requests. by Alexandre Julliard · 19 years ago
  85. 4e36524 server: Remove sync_namespace. by Vitaliy Margolen · 19 years ago
  86. d13095b server: Let the directory code handle device names. by Alexandre Julliard · 19 years ago
  87. cf21d4d Move mailslot devices into directory name space. by Vitaliy Margolen · 19 years ago
  88. babfa79 Move named pipe objects into directory name space. by Vitaliy Margolen · 19 years ago
  89. 3764da6 server: Move handle allocation out of open_object_dir. by Alexandre Julliard · 19 years ago
  90. 348a3d9 Move mapping (section) objects into directory name space. by Vitaliy Margolen · 19 years ago
  91. 7c5cb7a Move timer objects into directory name space. by Vitaliy Margolen · 19 years ago
  92. 5daae3d Move semaphore objects into directory name space. by Vitaliy Margolen · 19 years ago
  93. f676bc8 Move event and mutex objects into directory name space. by Vitaliy Margolen · 19 years ago
  94. e21a97d Fixed some compiler warnings on Darwin. by Alexandre Julliard · 19 years ago
  95. 80444df Implement symbolic link object in wineserver. by Vitaliy Margolen · 19 years ago
  96. 3c6bdcc Implement directory object in wineserver. by Vitaliy Margolen · 19 years ago
  97. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  98. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  99. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  100. 7f9e281 Use struct unicode_str instead of null-terminated strings where by Alexandre Julliard · 19 years ago