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