Historique des commits

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