1. 8382eb0 server: Return correct object types in the get_directory_entry request. by Alexandre Julliard · 17 years ago
  2. a5e38b3 server: Partial implementation of NtQueryDirectoryObject. by Alexandre Julliard · 17 years ago
  3. c1707d8 server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. by Rob Shearman · 17 years ago
  4. 5af809a server: Move set_security_object to handle.c and set_object_sd to object.c. by Rob Shearman · 17 years ago
  5. 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
  6. 5ec1718 server: Add security descriptor field to object struct. by Vitaliy Margolen · 18 years ago
  7. 76c556a server: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  8. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  9. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  10. b00fb17 server: New scheme for cleaning up objects on server exit. by Alexandre Julliard · 19 years ago
  11. 8cea993 server: Added unlink_named_object function. by Alexandre Julliard · 19 years ago
  12. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  13. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  14. 3c6bdcc Implement directory object in wineserver. by Vitaliy Margolen · 19 years ago
  15. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  16. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  17. 95414ef Add stdarg.h where missing. by Robert Lunnon · 19 years ago
  18. 893987b Return correct error on name collision when creating new named by Vitaliy Margolen · 19 years ago
  19. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  20. 1ca6e89 - Use OBJ_CASE_INSENSITIVE in object lookup. by Vitaliy Margolen · 19 years ago
  21. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  22. 9a7b41a Fix refcount leak and return correct error in create_named_object. by Vitaliy Margolen · 20 years ago
  23. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  24. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  25. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  26. aa34768 Convert the object wait queue to a standard list. by Alexandre Julliard · 20 years ago
  27. 294835a Another round of const correctness fixes. by Eric Pouech · 20 years ago
  28. ef5f6c7 Moved list.h to include/wine so that it can be used everywhere. by Alexandre Julliard · 22 years ago
  29. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  30. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  31. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  32. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 22 years ago
  33. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  34. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  35. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  36. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  37. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 23 years ago
  38. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  39. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  40. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  41. ba3e2ab Small optimization. by Alexandre Julliard · 25 years ago
  42. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  43. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  44. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  45. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  46. d7e85d6 Added registry support to the server. by Alexandre Julliard · 25 years ago
  47. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  48. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  49. 1bdd154 Added optional debugging code in object management. by Alexandre Julliard · 26 years ago
  50. 88de35c Changed select interface, separated timeouts from file descriptors. by Alexandre Julliard · 26 years ago
  51. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  52. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  53. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
  54. aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
  55. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  56. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  57. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  58. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712