Commit History

Author SHA1 Message Date
  Alexandre Julliard 411592bf45 configure: Assume that sys/wait.h is available on Unix. 2 years ago
  Alexandre Julliard a7ac3de3b3 configure: Assume that sys/socket.h is available on Unix. 2 years ago
  Huw Davies 6fdae1979b configure: Stop checking for poll.h and sys/poll.h - always use poll.h. 3 years ago
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.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
  Paul Gofman a2ffa8ef7e server: Allow named pipes creation with device file as root directory. 4 years ago
  Nikolay Sivov fde5967f72 server: Inherit standard handles together with explicit handle list. 4 years ago
  Michael Müller d0bea3d702 server: Implement support for creating a process with a specified token. 4 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
  Nikolay Sivov c58a10c163 server: Implement inherited handles list. 4 years ago
  Piotr Caban f016a96345 server: Use monotonic clock for relative timeouts. 4 years ago
  Alexandre Julliard fc17535eb9 server: No longer depend on libwine. 5 years ago
  Alexandre Julliard 763d160275 server: Determine the prefix directory in the server itself. 5 years ago
  Alexandre Julliard fe13f7a3b0 server: Determine the server directory in the server itself. 5 years ago
  Chip Davis 289d456dd6 ntdll: Fix tick count calculation on Mac. 5 years ago
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. 5 years ago
  Alexandre Julliard ac7ae92af1 server: Allow specifying the security descriptor for a new process. 6 years ago
  Alexandre Julliard af8f3ae333 server: Move initial thread creation out of the create_process() function. 6 years ago
  Alexandre Julliard be40b01c37 server: Align object attributes to a DWORD-boundary. 6 years ago
  Alexandre Julliard aec7befb51 server: Avoid potential size overflow for empty object attributes. 6 years ago
  Ken Thomases 1984e86b44 server: On macOS, don't use clock_gettime() even if it's available. 7 years ago
  Jacek Caban ad1e0609a0 server: Get rid of no loner used cancel_async from fd_ops. 8 years ago
  Alexandre Julliard 438dae524d server: Avoid some compiler warnings when EWOULDBLOCK == EAGAIN. 8 years ago
  Alexandre Julliard ff9d90bbb0 server: Use a standard object for object attribute roots instead of a directory. 8 years ago
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. 8 years ago
  Alexandre Julliard 37503be654 server: Fix checks for a valid directory in object attributes. 8 years ago
  Alexandre Julliard cd6e9c38e4 server: Fix constraints on the length of NT object names. 8 years ago
  Alexandre Julliard c4843d4a45 server: Add a helper function to skip the object attributes structure. 8 years ago