Historique des commits

Auteur SHA1 Message Date
  Zebediah Figura 101082253f server: Do not forbid closing fd handles in other processes. il y a 3 ans
  Erich E. Hoover 61d7629ba4 server: Allow volume information queries to be asynchronous. il y a 4 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
  Paul Gofman 1f3064c5d5 server: Allow client pipe creation with server pipe as root directory. il y a 4 ans
  Paul Gofman aa5c1e871b server: Return STATUS_OBJECT_PATH_INVALID for noname pipe name query. il y a 4 ans
  Paul Gofman a2ffa8ef7e server: Allow named pipes creation with device file as root directory. il y a 4 ans
  Paul Gofman ae106feed2 server: Do not dereference symlinks specified as root directory. il y a 4 ans
  Michael Müller 8c5638aa5e ntdll: Implement NtFilterToken. il y a 4 ans
  Alexandre Julliard 5c4d6cf837 server: Pass all creation arguments to the device creation functions. il y a 4 ans
  Alexandre Julliard bdb2fe0cad server: Return the device name for named pipe files. il y a 4 ans
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. il y a 4 ans
  Zebediah Figura aaea13a128 server: Report named pipe device files as type "File". il y a 4 ans
  Alexandre Julliard 9ac3f24f74 ntdll: Move the FSCTL_PIPE_IMPERSONATE semi-stub to the server. il y a 4 ans
  Brendan Shanks 41374ef196 server: Don't block ConnectNamedPipe for pipe in PIPE_NOWAIT mode. il y a 5 ans
  Brendan Shanks 91c4e9bf9a server: Don't block when writing to named pipes in PIPE_NOWAIT mode. il y a 5 ans
  Jacek Caban add0556991 server: Reselect read queue before write queue in pipe_end_write. il y a 5 ans
  Brendan Shanks abb1ce1087 server: Don't block when reading from named pipes in PIPE_NOWAIT mode. 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
  Jacek Caban c8b50c98a3 server: Wake waiters when new pipe server instance is created. il y a 6 ans
  Jacek Caban be3ae0131e server: Connect pipe servers in order that they enter listening state. il y a 6 ans
  Huw Davies e4ca5dbec0 server: Add new pipe servers to the end of the servers list. il y a 6 ans
  Jacek Caban 6531f79d8d server: Return proper object type for mailslot and device files. il y a 6 ans
  Jacek Caban 62393d09e6 server: Fix pipe server listen queue initialization. il y a 6 ans
  Jacek Caban f487d50afd server: Remove no longer needed pipe_client struct. il y a 6 ans
  Jacek Caban 4841b5dc9f server: Store message mode flag only in named_pipe object. il y a 6 ans
  Jacek Caban 29be737652 server: Properly handle disconnected pipe in set_named_pipe_info request. il y a 6 ans
  Jacek Caban 2600ecd4ed server: Use a separated object for each opened named pipe device file. 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 dd1769a16a server: Improve error handling of disconnected named pipe clients. il y a 6 ans