- The bindcontext object was leaking strings.
[wine] / relay32 /
2003-03-26  Eric Pouech- no longer using kernel32's APIs but ntdll's
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-10  Uwe BonnesSNOOP_PrintArg: don't try to decipher snoop args when...
2003-02-19  Gerald PfeiferAvoid warnings.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-04  Alexandre JulliardHack to detect register functions automatically so...
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-08  Alexandre JulliardRemove .dll extension from module name, added wildcard...
2002-07-05  Alexandre JulliardReturn ERROR_BAD_EXE_FORMAT when builtin dll still...
2002-06-13  Alexandre JulliardMake builtins pretend to be loaded from the system...
2002-06-04  Alexandre JulliardCheck if relay debugging is still on before printing...
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Warren BairdSome fixes for compiling on Sparc.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-02  Dmitry TimoshkovFixed handling of a dll being loaded at the same addres...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-19  Alexandre JulliardFixed stack offset in relay debugging of cdecl register...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-11-09  François GougetRecognize the FreeBSD dlopen equivalent of "cannot...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetRecognize the Solaris dlopen equivalent of "cannot...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Uwe BonnesSNOOP_DoReturn: remove redundant printing of tid.
2001-07-14  Uwe BonnesSNOOP_GetProcAddress: don't touch already initialized...
2001-05-24  Andreas MohrMake snoop code take ordinal base into account.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-24  Marcus MeissnerDrop SYSLEVEL checks from relay debugging, since they...
2001-04-16  Dmitry TimoshkovDisplay thread id instead of %fs in snoop trace.
2001-04-09  Dmitry TimoshkovDisplay thread id instead of %fs in relay trace.
2001-02-12  Lawson WhitneyMake snoop specific case insensitive.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Ulrich WeigandSilence silly error messages.
2000-12-22  Andreas MohrPrint all problems as ERR() except for "could not open...
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-12  Alexandre JulliardUse __ASM_GLOBAL_FUNC directly in i386-only code.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-05  Andreas MohrFixed dlerror() check to use strstr().
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-27  Alexandre JulliardSet debugging option based on NO_TRACE_MSGS define...
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-25  Marcus MeissnerDon't test !HIWORD values for pointerness.
2000-11-10  Alexandre JulliardRepaired relay debugging.
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Alexandre JulliardRemoved no longer used structure definition.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-12  Alexandre JulliardWork-around for gcc bug.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-09-27  Alexandre JulliardGenerate Win32 dll descriptor structure in the .spec...
2000-09-26  Andreas MohrDisplay an ERR() in case of undefined symbols.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-22  Francois GougetRaised MAX_DLLS to 100.
2000-09-19  Rein KlazesCatch EXCEPTION_PRIV_INSTRUCTION exception too.
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-01  Alexandre JulliardAvoid buffer overflows in builtin dll loading (with...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-11  Peter GantenThe user driver functions might be called with the...
2000-08-08  Alexandre JulliardMake sure builtin dlls are never freed since we don...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-23  Ove KaavenSay that "No handler" messages as fatal.
2000-06-24  Juergen SchmiedAvoid calling the exception handler in some cases.
2000-06-23  Alexandre JulliardSplit the build program in several files.
2000-06-23  Andreas MohrReplaced the BUILTIN32_dlopen() ERR() by a WARN().
2000-06-11  James AbbatielloFix for compiler warning (due to setjmp/longjmp being...
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-07  Uwe BonnesUse "CALL" and "RET" in capital letters for distinction.
next