Commit History

Author SHA1 Message Date
  Huw Davies 6fdae1979b configure: Stop checking for poll.h and sys/poll.h - always use poll.h. 3 years ago
  Alexandre Julliard d6ef9401b3 server: Use the object type information to implement access mapping. 3 years ago
  Alexandre Julliard c6f2aacb57 server: Add a type descriptor to all server objects. 3 years ago
  Alexandre Julliard 25692223f1 server: Rename make_object_static() to make_object_permanent(). 4 years ago
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. 4 years ago
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. 5 years ago
  Jacek Caban ad1e0609a0 server: Get rid of no loner used cancel_async from fd_ops. 8 years ago
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. 8 years ago
  Alexandre Julliard af268c6211 server: Redesign the server shutdown processing. 17 years ago
  Alexandre Julliard 8382eb01b2 server: Return correct object types in the get_directory_entry request. 17 years ago
  Rob Shearman c1707d8938 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. 17 years ago
  Alexandre Julliard 6d1605a6a4 server: Make crash error message more explicit. 17 years ago
  Alexandre Julliard 635714397f server: Add infrastructure for ioctl server request. 17 years ago
  Alexandre Julliard 3f0575943e server: Don't bother with default entry points for objects that don't even return an fd. 17 years ago
  Alexandre Julliard 7a9363a4d4 server: Rename the get_file_info function to get_fd_type and get rid of the flags. 17 years ago
  Alexandre Julliard f85437c57f server: Store the opening options in the file descriptor instead of in the individual objects. 17 years ago
  Alexandre Julliard 72bff2e445 server: Add support for restarting an async I/O when the client side couldn't finish it right away. 17 years ago
  Alexandre Julliard 7e71c1ddee server: Add an open_file() function to the object operations. 17 years ago
  Alexandre Julliard 3a4c04dce4 server: Make sure to completely kill processes before returning from a wineserver -k. 18 years ago
  Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 18 years ago
  Phil Krylov 8e772c83ef server: Fix compilation under Darwin 7. 18 years ago
  Alexandre Julliard b00fb174f6 server: New scheme for cleaning up objects on server exit. 18 years ago
  Mike McCormack 0cd0626de0 server: Print a message if wineserver crashes and we don't dump cores. 18 years ago
  Alexandre Julliard 28beba31d6 server: Added infrastructure for access rights mapping. 19 years ago
  Vitaliy Margolen baffcb95d3 Add name_lookup function in object_ops. 19 years ago
  Alexandre Julliard 9d99a04880 Added a watchdog mechanism to break out of the wait4 call in case it 19 years ago
  Alexandre Julliard b9b1ea9c9f Added a close_handle method to the object operations, and use it to 19 years ago
  Robert Shearman c516571481 - Use NULL instead of 0 for all non-handle pointers. 19 years ago
  Mike McCormack f92fff66a2 Implemented NtSignalAndWaitForSingleObject. 19 years ago
  Steven Edwards 5727918424 Added a check for poll.h. 19 years ago