1. 457a847 server: Only avoid running low-level hooks in processes currently suspended by a debugger. by Alexandre Julliard · 14 years ago
  2. 437a838 server: Don't run low-level hooks in debugged processes. by Alexandre Julliard · 14 years ago
  3. c7efa29 server: Invoke low-level hardware hooks directly from the server side. by Alexandre Julliard · 14 years ago
  4. f039648 server: Increment the usage count of the global table also when starting a local hook. by Alexandre Julliard · 14 years ago
  5. e4faa12 server: Make sure that last error doesn't get set during thread cleanup. by Alexandre Julliard · 15 years ago
  6. cc55fd3 server: Make hook procedures client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  7. 8382eb0 server: Return correct object types in the get_directory_entry request. by Alexandre Julliard · 17 years ago
  8. c1707d8 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. by Rob Shearman · 17 years ago
  9. 04a9f93 user32: Thread-local hooks need a module if they don't belong to the current process. by Alexandre Julliard · 18 years ago
  10. 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
  11. b1788c8 server: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  12. 5ceccec server: Remove redundant NULL check before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
  13. 2f80fcd server: Changed the get_next_hook request to allow retrieving the current hook too. by Alexandre Julliard · 18 years ago
  14. 533f519 user32: Store the prev_unicode hook flag on the client side. by Alexandre Julliard · 18 years ago
  15. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  16. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  17. 6d85f3b server: Fixed low-level hardware hooks. by Alexandre Julliard · 19 years ago
  18. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  19. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  20. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  21. 4a40b2e Store the global hooks table in the desktop object. by Alexandre Julliard · 20 years ago
  22. 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
  23. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  24. 6334235 Store a bitmap of active hooks on the client side to try to avoid by Alexandre Julliard · 20 years ago
  25. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  26. 6dba0a7 Add support for winevent hooks. by Dmitry Timoshkov · 20 years ago
  27. ed04d36 Add more tests for old style hooks and winevent hooks, make them pass by Dmitry Timoshkov · 20 years ago
  28. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  29. ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
  30. d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
  31. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  32. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  33. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  34. 66da6c8 The handler for the server message get_next_hook was returning the by Alberto Massari · 22 years ago
  35. 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
  36. 775fcfd Work around to make system-global hooks at least run in the thread by Alexandre Julliard · 22 years ago
  37. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago