コミット履歴

作者 SHA1 メッセージ 日付
  Alexandre Julliard 990cc1c64b server: Define a server-side structure for SID. 2 年 前
  Huw Davies 6fdae1979b configure: Stop checking for poll.h and sys/poll.h - always use poll.h. 3 年 前
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. 3 年 前
  Zebediah Figura 4f1c7ba5f9 server: Cancel asyncs through fd_ops. 3 年 前
  Zebediah Figura 101082253f server: Do not forbid closing fd handles in other processes. 3 年 前
  Alexandre Julliard d6ef9401b3 server: Use the object type information to implement access mapping. 3 年 前
  Alexandre Julliard c6f2aacb57 server: Add a type descriptor to all server objects. 3 年 前
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. 4 年 前
  Alexandre Julliard 2633a5c1ae server: Avoid using interlocked functions. 4 年 前
  Damjan Jovanovic 07c2e8581a configure: Link wineserver to libinotify if necessary. 5 年 前
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. 5 年 前
  Dmitry Timoshkov bfa98dbb1b server: Map FILE_NOTIFY_CHANGE_LAST_ACCESS to IN_MODIFY. 6 年 前
  Dmitry Timoshkov 48e5273cd5 server: Don't stop processing change notifications when name length is 0. 6 年 前
  Jacek Caban 04094a6669 server: Use server_get_file_info for all info classes not implemented on client side. 6 年 前
  Jacek Caban 6b08e60f03 server: Introduce get_file_info request for server-side NtQueryInformationFile implementation. 6 年 前
  Jacek Caban 2ab2f31f18 server: Allow server side NtQueryVolumeInformationFile implementation. 7 年 前
  Jacek Caban 7b33613fc4 server: Make fd_queue_async infallible. 7 年 前
  Jacek Caban fa0dfe5967 server: Store fd reference in async object for unqueued asyncs. 7 年 前
  Jacek Caban a3acdf117f server: Pass existing async object to fd_queue_async. 7 年 前
  Jacek Caban 64dc8f5c48 server: Store iosb in async object. 8 年 前
  Jacek Caban ad1e0609a0 server: Get rid of no loner used cancel_async from fd_ops. 8 年 前
  Alexandre Julliard 80f3fda934 server: Add support for maintaining a client-side directory cache. 8 年 前
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. 8 年 前
  Qian Hong ef3ed04cdc server: Fix type name of directory file. 9 年 前
  Alexandre Julliard 193667ecd7 ntdll: Fix handling of async cancellation for directory changes. 9 年 前
  Alexandre Julliard 837b39b202 server: Add read and write fd member functions. 9 年 前
  Felix Janda e3faab267c server: Add missing includes of poll.h. 10 年 前
  Francois Gouget c7cb3e6cb2 configure: Use errno.h instead of the non-standard sys/errno.h header. 13 年 前
  Piotr Caban be5a757c7a server: Don't report rename events when file is moved between directories. 14 年 前
  Piotr Caban b614a15328 server: Return multiple events in read_changes. 14 年 前