Commit History

Author SHA1 Message Date
  Eric Pouech 751a3325a6 server/console: Ensure conhost has created the TTY input stream before waiting. 2 years ago
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. 3 years ago
  Zebediah Figura 4f1c7ba5f9 server: Cancel asyncs through fd_ops. 3 years ago
  Zebediah Figura b1e4d920c3 server: Return void from the ioctl callback. 3 years ago
  Zebediah Figura a36e2769c9 server: Return void from the flush callback. 3 years ago
  Zebediah Figura 377d18c7b1 server: Return void from the write callback. 3 years ago
  Zebediah Figura 6d49991188 server: Return void from the read callback. 3 years ago
  Zebediah Figura 6cc36a46ff server: Return void from the get_volume_info callback. 3 years ago
  Zebediah Figura 559a8cea57 server: Add a helper to call async_request_complete() while allocating new memory. 3 years ago
  Zebediah Figura 96593370cd server: Introduce a helper to fill an iosb and terminate the async. 3 years ago
  Zebediah Figura 101082253f server: Do not forbid closing fd handles in other processes. 3 years ago
  Alexandre Julliard d316d548c2 server: Only keep the running processes in the global process list. 3 years ago
  Erich E. Hoover 61d7629ba4 server: Allow volume information queries to be asynchronous. 4 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
  Jacek Caban 574ced0dc6 server: Fix handling of STATUS_ALERTED in get_next_console_request. 4 years ago
  Jacek Caban 09b6efd685 server: Block console write until conhost processes ioctl. 4 years ago
  Jacek Caban 50650d6e94 server: Set console renderer thread in get_next_console_request. 4 years ago
  Jacek Caban 23e7b859a1 server: Remove no longer needed free_console. 4 years ago
  Jacek Caban 2a132a1839 server: Use separated fd ops for unbound console output. 4 years ago
  Jacek Caban a61188bfa5 server: Use separated fd ops for unbound console input. 4 years ago
  Jacek Caban 946da4f3d8 server: Rename unbound devices to console_input and console_output. 4 years ago
  Jacek Caban b2e1c37381 server: Rename create_console_output to create_screen_buffer. 4 years ago
  Jacek Caban 6f3cf86a56 server: Rename console_input to console. 4 years ago
  Paul Gofman ae106feed2 server: Do not dereference symlinks specified as root directory. 4 years ago
  Jacek Caban c1bfa103a2 server: Remove no longer needed hack for inheriting console from stdin. 4 years ago
  Jacek Caban 8ca9b44fd1 server: Support FileFsDeviceInformation queries on console handles. 4 years ago
  Jacek Caban 382b2072e3 server: Properly handle NtQueryInformationFile on console handles. 4 years ago
  Jacek Caban c248999a8f server: Allow reading directly from console handle. 4 years ago
  Jacek Caban a66eab0dfb kernelbase: Move Unicode conversion from ReadConsoleA to conhost. 4 years ago