1. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  2. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  3. 7b910f4 server: Use attributes instead of inherit flag in dup_handle request. by Alexandre Julliard · 19 years ago
  4. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  5. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  6. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  7. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  8. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  9. 0ec183c Use the proper format to print handles in handle_table_dump. by Alexandre Julliard · 19 years ago
  10. f62f6e8 Don't cache file descriptors open on removable devices. by Alexandre Julliard · 20 years ago
  11. 38502f7 Added a separate set_handle_cached_fd request instead of abusing by Alexandre Julliard · 20 years ago
  12. f895ad1 Fixed a couple of error codes. by Alexandre Julliard · 20 years ago
  13. c976db1 Avoid potential crashes when there is no handle table. by Alexandre Julliard · 20 years ago
  14. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  15. 0901b23 Call the close_handle notification for all objects when releasing a by Alexandre Julliard · 20 years ago
  16. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  17. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  18. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  19. 9fd54b2 - Implemented a few information classes in NtQuerySystemInformation. by Eric Pouech · 22 years ago
  20. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  21. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  22. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  23. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  24. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  25. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  26. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 22 years ago
  27. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  28. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  29. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  30. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  31. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  32. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  33. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  34. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  35. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  36. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  37. 650ba4d Move inline and static to the beginning of declarations. by Joerg Mayer · 24 years ago
  38. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  39. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  40. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  41. ceeb693 Made all handles multiple of 4. Fixed semantics for pseudo-handles. by Alexandre Julliard · 25 years ago
  42. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  43. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  44. eb2e77f Made handle table a separate object. by Alexandre Julliard · 26 years ago
  45. 0042cb3 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus by Alexandre Julliard · 26 years ago
  46. 3da5f84 Moved process structure definition to process.h. by Alexandre Julliard · 26 years ago
  47. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago