Implement SHRegGetBoolUSValue{A|W}.
[wine] / loader / pe_image.c
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-09  Andreas MohrSpelling fixes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-12  Alexandre JulliardDon't call SNOOP_RegisterDLL on builtins.
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-03-21  Alexandre JulliardDisable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-20  Alexandre JulliardDisplay the importing dll in the 0xdeadbeef message.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-15  François GougetChanged the type of Function to PDWORD as on Windows.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-05  Andreas MohrBetter error message for forwards.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Alexandre JulliardDisplay the name of the function when import failed.
2000-11-26  Hidenori TakeshimaReplaced u_char/u_short/u_long by BYTE/WORD/DWORD for...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-10-19  Uwe BonnesPass the correct hFile to PE_CreateModule.
2000-09-04  Patrik StridvallFixed some issues found by winapi_check.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-16  Niclas Karlsson... WATCOM compiled programs leave VirtualSize to zero...
2000-08-16  Alexandre JulliardAvoid going past the end of the relocation section...
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-07  Peter GantenSet up exe_modref before loading implicitly linked...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-07-15  Peter GantenFixed a file descriptor leak in the PE loader.
2000-07-15  Gerard PatelAdd a warning when the normal load address for a win32...
2000-06-18  Ove KaavenMake the base relocation message a WARN, not a FIXME.
2000-06-08  Alexandre JulliardSend full path name and debug information in load_dll...
2000-06-01  Juergen SchmiedGive a error message if a forwarded export is not resolved.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-03  Alexandre JulliardPE_LoadImage: removed version parameter, set last error...
2000-04-29  Alexandre JulliardClear the remainder of the page when mapping a section...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-23  Uwe BonnesCheck for MZ header before trying to decipher the PE...
2000-01-05  Marcus MeissnerMade virus warning a bit more drastic, since some peopl...
1999-12-27  Alexandre JulliardPE_FindExportedFunction: use a binary search for functi...
1999-12-10  Ulrich WeigandImplemented PE_UnloadLibrary().
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Eric PouechFixed crash when map fails.
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-07  Marcus MeissnerFixed the relocation hack in PE_InitTls. Added some...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-13  Marcus MeissnerSmall hack to check if we need to relocate the TLS...
1999-10-13  Ulrich WeigandBugfix: *Don't* resolve PE imports if asked not to ...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-18  Ulrich WeigandFix compiler warning.
1999-06-13  Ulrich WeigandRemoved broken hack to support shared DLLs (e.g. USER32...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-12  Alexandre JulliardChanged some error handling a bit.
1999-05-08  Ulrich WeigandBugfix: all PE modules were marked 'internal'.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-22  Andreas MohrCosmetics.
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-14  Theodore S. HetkeAdded tracing for delayed imports and removed the fixme.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-12-10  Marcus MeissnerWarn if two .exes conflict with each other and the...
1998-12-08  Marcus MeissnerWarn about invalid entrypoints (created by viruses...
1998-11-26  Marcus MeissnerRemove unnecessary check for entrypoint address (test...
1998-11-24  Marcus MeissnerAdjust broken entrypoint addresses. (win98 notepad...
1998-11-22  Marcus MeissnerDo not relocate the pointers in the IMAGE_THREAD_LOCAL_...
1998-11-07  Andreas MohrUnified "No implementation for..." warnings.
1998-11-01  Marcus MeissnerDetection of the end of imports with Characteristics...
1998-10-31  Stephen LangasekBugfix for fixup_imports: Enable checking for terminati...
1998-10-22  Marcus MeissnerTake virtual sizes in account for the total vma size.
1998-10-16  Uwe BonnesRenamed all LPIMAGE_* types to PIMAGE_*.
1998-10-11  Ulrich WeigandImplemented new PE DLL initalization code, trying to...
1998-10-11  Marcus MeissnerGeneric dynamic dll loader using dl*() API.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
next