Historique des commits

Auteur SHA1 Message Date
  Zebediah Figura 5a3014db89 server: Create fast synchronization objects for timers. il y a 4 ans
  Zebediah Figura 0236b96726 server: Add an object operation to retrieve a fast synchronization object. il y a 4 ans
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. il y a 3 ans
  Alexandre Julliard e1716530d9 server: Use a standard user APC also for timers. il y a 3 ans
  Alexandre Julliard f3d41cc789 server: Don't bother queuing APC_NONE apcs. il y a 3 ans
  Alexandre Julliard d6ef9401b3 server: Use the object type information to implement access mapping. il y a 4 ans
  Alexandre Julliard 4d646de90d server: Add generic mapping masks for all object types. il y a 4 ans
  Alexandre Julliard c6f2aacb57 server: Add a type descriptor to all server objects. il y a 4 ans
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. il y a 4 ans
  Piotr Caban b67bbb732b server: Don't create wait object if infinite timeout is passed to NtSetTimer. il y a 4 ans
  Jacek Caban 4f9cc93108 server: Introduce a separated type for user APCs. il y a 4 ans
  Piotr Caban 6d2d3595c0 server: Use monotonic clock in waitable timers. il y a 4 ans
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. il y a 6 ans
  Dmitry Timoshkov 288814a4d8 server: Make it possible to deliver an APC to any thread alive in the process. il y a 7 ans
  Alexandre Julliard 3ea7f7d2f4 server: Set the security descriptor at object creation.time. il y a 9 ans
  Alexandre Julliard ff9d90bbb0 server: Use a standard object for object attribute roots instead of a directory. il y a 9 ans
  Alexandre Julliard b21a324070 server: Use the link_name operation to create named objects. il y a 9 ans
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. il y a 9 ans
  Alexandre Julliard 37503be654 server: Fix checks for a valid directory in object attributes. il y a 9 ans
  Alexandre Julliard 008f14f03f server: Directly return a structure in get_req_unicode_str(). il y a 9 ans
  Alexandre Julliard ed268bbf91 server: Use a common helper function to implement open object calls. il y a 9 ans
  Alexandre Julliard d15f47412e server: Always print the full path of objects when dumping them. il y a 9 ans
  Alexandre Julliard b5245a15a8 server: Pass full object attributes in the create_timer request. il y a 9 ans
  Alexandre Julliard d4cd051cef server: Store abandoned state as a flag in the wait structure. il y a 11 ans
  Alexandre Julliard 39644bb309 server: Pass a wait queue entry to the signaled/satisfied object functions. il y a 11 ans
  Alexandre Julliard 9b92a59115 server: Make timer callback function and argument client_ptr_t instead of void pointers. il y a 16 ans
  Alexandre Julliard 8382eb01b2 server: Return correct object types in the get_directory_entry request. il y a 17 ans
  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. il y a 17 ans
  Alexandre Julliard c3624439c8 server: Fixed handling of a relative start time for a timer. il y a 17 ans
  Alexandre Julliard 1b15d45dd7 server: Don't allow a waitable timer to be set to expire in the past. il y a 18 ans