1. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  2. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  3. 2017555 server: Use a better error code for a zero-size mapped file. by Alexandre Julliard · 19 years ago
  4. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  5. 3764da6 server: Move handle allocation out of open_object_dir. by Alexandre Julliard · 19 years ago
  6. 348a3d9 Move mapping (section) objects into directory name space. by Vitaliy Margolen · 19 years ago
  7. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  8. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  9. 893987b Return correct error on name collision when creating new named by Vitaliy Margolen · 19 years ago
  10. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  11. 4b811d9 Do not overflow the stackbased "nt" struct when reading non-conforming PE files. by Marcus Meissner · 19 years ago
  12. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  13. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  14. 4ebd2fc Better handling of conflicting section information between by Alexandre Julliard · 20 years ago
  15. 964815b Added an unmount_device request that invalidates all file descriptors by Alexandre Julliard · 20 years ago
  16. bb82cbb Convert the shared mapping list to a standard list. by Alexandre Julliard · 20 years ago
  17. b2e74c3 Load all dll sections no matter what attributes say. by Vitaliy Margolen · 20 years ago
  18. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  19. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  20. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  21. a4334a6 Cleaned up handling of 64-bit file sizes. by Alexandre Julliard · 20 years ago
  22. 646ab89 Support mapping non page-aligned binaries for SEC_IMAGE mappings. by Alexandre Julliard · 20 years ago
  23. 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
  24. 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
  25. dc82769 Mapping a zero size file should fail. by Mike McCormack · 21 years ago
  26. af192f8 Store a "removable" flag instead of the full drive type in the server by Alexandre Julliard · 21 years ago
  27. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  28. 64a41a2 The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZED_DATA 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. d0e4a76 Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes). by Alexandre Julliard · 22 years ago
  31. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  32. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  33. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  34. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 23 years ago
  35. 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
  36. 1467bbd Relax a bit PE consistency checks. by Dmitry Timoshkov · 23 years ago
  37. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  38. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  39. ca18f15 Clear mapping->shared_file on error. by Alexandre Julliard · 23 years ago
  40. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  41. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  42. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  43. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  44. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  45. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  46. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 24 years ago
  47. 84fdfd0 Repaired shared PE data sections. by Alexandre Julliard · 24 years ago
  48. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  49. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  50. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  51. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  52. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  53. 1c99af4 Check the attributes of the *current* section, not only the attributes by Andreas Mohr · 24 years ago
  54. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  55. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  56. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  57. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  58. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  59. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  60. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  61. c76ad35 Added get_page_size function. by Alexandre Julliard · 25 years ago
  62. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  63. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  64. adb8793 Do not use pagesize aligned size_low to grow mapped file, but original by Marcus Meissner · 26 years ago
  65. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  66. cb28bdc Added support for mappings with no associated file. by Alexandre Julliard · 26 years ago
  67. 068a26e Moved process definitions to include/server/process.h by Alexandre Julliard · 26 years ago
  68. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  69. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago