Release 1.5.29.
[wine] / dlls / ntdll / relay.c
2013-04-05  André Hentschelntdll: Hint that call_entry_point is ARM assembler.
2013-02-19  André Hentschelntdll: Correctly align the stack for odd numbers of...
2012-07-16  André Hentschelntdll: Add support for relay debugging on ARM.
2011-11-07  André Hentschelntdll: Declare debug channel only when used.
2011-10-20  Marcus Meissnerntdll: Avoid shadowing "p" variable.
2011-09-01  Bernhard Loosntdll: Provide a timestamp debug channel, which prints...
2011-01-27  Alexandre Julliardntdll: Get rid of support for register entry points...
2010-10-20  Alexandre Julliardntdll: Avoid using the CONTEXT86 type.
2010-08-30  Alexandre Julliardwinebuild: Use the correct registers for relay debuggin...
2010-08-24  Alexandre Julliardwinebuild: Support relay debugging for thiscall functions.
2010-04-12  Alexandre Julliardntdll: Make cfi annotations optional for x86_64.
2010-02-10  Michael Stefaniucntdll: Avoid using HIWORD on types that are 64bit on...
2010-01-08  Paul Vriensntdll: Fix length parameter for NtQueryValueKey (Coccin...
2009-06-25  Alexandre Julliardntdll: Add call frame annotations in x86 assembly code.
2009-06-16  Alexandre Julliardntdll: Add unwind annotations to the call_entry_point...
2009-01-06  Alexandre Julliardntdll: Implement relay debugging for register entry...
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-06  Alexandre Julliardntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use...
2008-12-27  Alexandre Julliardntdll: Add support for relay debugging on x86_64.
2008-12-27  Alexandre Julliardntdll: Make the relay debug code more generic to allow...
2008-04-09  Austin EnglishSpelling fixes.
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-12-20  Alexandre Julliardntdll: Increase the buffer size dynamically for relay...
2007-07-11  Detlef Riekenbergntdll: Avoid crash with WINEDEBUG=+snoop.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-04-12  Andrew Talbotntdll: Remove superfluous semicolons.
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-02  Andrew Talbotntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-12  Eric PouechFunctions with no paramters must be (void).
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-07-22  Alexandre JulliardAdded small assembly wrapper to call entry points witho...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-07-01  Alexandre JulliardImprove a bit the assembly generated for import thunks.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Alexandre JulliardUse the DEFINE_REGS_ENTRYPOINT macro to define register...
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-03-24  Rein KlazesSupport relay tracing of functions with 18 arguments.
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-02  Alexandre JulliardMake relay and snooping work for LoadLibrary+GetProcAdd...
2004-06-18  Pierre d'HerbemontFix a compile error for SNOOP_GetProcAddress and RELAY_...
2004-06-15  Eric PouechConst correctness.
2004-04-17  Emmanuel MaillardFix a compile error for SNOOP_GetProcAddress on non...
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2003-12-01  Alexandre JulliardAllow RELAY_SetupDLL to be called twice on the same...
2003-11-26  Dmitry TimoshkovFix another RtlReAllocateHeap call.
2003-10-16  Alexandre JulliardFixed handling of relay and snoop include/exclude lists...
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-10-04  Uwe BonnesSNOOP_ShowDebugmsgSnoop(): check for NULL function...
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-22  Steven EdwardsPorting fix.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.