1. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  2. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  3. ca18f15 Clear mapping->shared_file on error. by Alexandre Julliard · 23 years ago
  4. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  5. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  6. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  7. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  8. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  9. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  10. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 24 years ago
  11. 84fdfd0 Repaired shared PE data sections. by Alexandre Julliard · 24 years ago
  12. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  13. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  14. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  15. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  16. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  17. 1c99af4 Check the attributes of the *current* section, not only the attributes by Andreas Mohr · 24 years ago
  18. 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
  19. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  20. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  21. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  22. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  23. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  24. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  25. c76ad35 Added get_page_size function. by Alexandre Julliard · 25 years ago
  26. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  27. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  28. adb8793 Do not use pagesize aligned size_low to grow mapped file, but original by Marcus Meissner · 26 years ago
  29. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  30. cb28bdc Added support for mappings with no associated file. by Alexandre Julliard · 26 years ago
  31. 068a26e Moved process definitions to include/server/process.h by Alexandre Julliard · 26 years ago
  32. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  33. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago