oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
[wine] / server / hook.c
2011-06-17  Alexandre Julliardserver: Only avoid running low-level hooks in processes...
2011-04-05  Alexandre Julliardserver: Don't run low-level hooks in debugged processes.
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-02-24  Alexandre Julliardserver: Increment the usage count of the global table...
2009-12-01  Alexandre Julliardserver: Make sure that last error doesn't get set durin...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-10-05  Alexandre Julliarduser32: Store the prev_unicode hook flag on the client...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Alexandre Julliardserver: Fixed low-level hardware hooks.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-07-11  Alexandre JulliardStore the global hooks table in the desktop object.
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-12-17  Alberto MassariThe handler for the server message get_next_hook was...
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-31  Alexandre JulliardWork around to make system-global hooks at least run...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...