2005-05-18 |
Alexandre Julliard | Moved entry point definitions from module.h to kernel16... |
blob | commitdiff | raw |
2005-05-18 |
Alexandre Julliard | Removed implementation of LoadDIBIconHandler16 and |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Alexandre Julliard | Use the exported IMAGE_OS2_HEADER to generate the modul... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Alexandre Julliard | Moved a bunch of definitions out of module.h into a new |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Alexandre Julliard | Set the WINEPRELOADRESERVE variable when starting a... |
blob | commitdiff | raw | diff to current |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Alexandre Julliard | Removed MODULE_GetLoadOrderA. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Alexandre Julliard | Removed task.h. |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Alexandre Julliard | Moved a few definitions used in only one source file... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Added hack to call CreateFileW through a pointer so... |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Alexandre Julliard | Moved the final process init and dependency loading to |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Alexandre Julliard | Converted the load order code to use Unicode throughout. |
blob | commitdiff | raw | diff to current |
2003-09-25 |
Alexandre Julliard | Moved WINE_MODREF definition to loader.c. |
blob | commitdiff | raw | diff to current |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Alexandre Julliard | Moved the 32-bit builtin loader and the remaining bits... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Alexandre Julliard | Moved 16-bit calls initialization and exception handlin... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Alexandre Julliard | Moved 16-bit builtin module handling to dlls/kernel... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Alexandre Julliard | Added a file_exists argument to wine_dll_load to allow... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Alexandre Julliard | Moved a couple of 16-bit module functions from to loade... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Only create the 16-bit dummy module when we need really it. |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Alexandre Julliard | Rewrote module TLS support and moved it to ntdll. |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Alexandre Julliard | Added support for calling the TLS callback functions. |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Alexandre Julliard | Moved most of the kernel resource APIs to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Merged PE_InitDLL into MODULE_InitDLL. |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Eric Pouech | - no longer using kernel32's APIs but ntdll's |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Eric Pouech | Removed no longer needed MODREF.find_export field. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Eric Pouech | Moved the module loading/unloading code and the remaini... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made... |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
blob | commitdiff | raw | diff to current |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Alexandre Julliard | Force loadorder of 16-bit dlls to builtin if their... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Alexandre Julliard | Added support for ordinal hint in PE_FindExportedFunction. |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Bill Medland | Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr... |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Alexandre Julliard | Set low-order bit of module handle for LOAD_LIBRARY_AS_... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | Use the standard CreateThread routine to create 16... |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Moved useful NE format definitions to winbase16.h. |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Andreas Mohr | Free the Win16 dummy module and wm->deps. |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Alexandre Julliard | Removed GetResDirEntryA/W. |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Alexandre Julliard | Use a binary search to find entries in resource directo... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Dmitry Timoshkov | Make FindResource and FindResourceEx fully windows... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Alexandre Julliard | Fixed resource functions to work with 32-bit modules... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
blob | commitdiff | raw | diff to current |
2000-07-31 |
Ove Kaaven | Removed DOS task fields from the NE_MODULE structure. |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Alexandre Julliard | Pass the main exe name in the CREATE_PROCESS debug... |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Alexandre Julliard | Authors: Gavriel State <gavriels@corel.com>, Ulrich... |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Ulrich Weigand | Added .spec keyword 'mode' to allow creating built... |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Ulrich Weigand | Delay sending debug events until process initialization... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Ulrich Weigand | Bugfix: Call DllEntryPoint for *every* process that... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Ulrich Weigand | Simplified hInstance creation/handling. |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Ulrich Weigand | Removed MODULE_GetWndProcEntry16(). |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Uwe Bonnes | Add WINAPI for EntryAddrProc. |
blob | commitdiff | raw | diff to current |
1999-07-11 |
Ulrich Weigand | Modularized CallFrom/To16 routines. Adapted dependent... |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Guy Albertelli | Add new "walk" command options to list processes and... |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Andreas Mohr | - Implemented proper ("real", compressed) Win16 entry... |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Ulrich Weigand | Fixed sequence of DLL_PROCESS_DETACH notification calls. |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Marcus Meissner | Added -dll option for winelib programs. (Note: will... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Pass CreateProcess() SECURITY_ATTRIBUTES through to... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Ulrich Weigand | Deleted NE_FreePEResource(). |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Juergen Schmied | Fix use of wrong prototype from ntdll.h. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ulrich Weigand | Process creation sequence reorganized: |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
blob | commitdiff | raw | diff to current |
next |