2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
tree | commitdiff |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
tree | commitdiff |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
tree | commitdiff |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
tree | commitdiff |
2003-02-28 |
Alexandre Julliard | Only do the unload_dll server call at the time we actua... |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-02-17 |
Alexandre Julliard | Set default loadorder to native for dlls that contain... |
tree | commitdiff |
2003-02-12 |
Warren Baird | Increase size of insufficiently big stack allocated... |
tree | commitdiff |
2003-02-11 |
Rein Klazes | In PE_fixup_imports report "module file not found"... |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Debug channels cleanup. |
tree | commitdiff |
2002-12-13 |
Alexandre Julliard | Don't crash in DirectedYield16 if no other task is... |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Also trace implicitly loaded dlls for +loaddll. |
tree | commitdiff |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
tree | commitdiff |
2002-11-23 |
Alexandre Julliard | Removed no longer needed PROFILE_LoadWineIni(). |
tree | commitdiff |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
tree | commitdiff |
2002-11-21 |
Alexandre Julliard | Added wrapper to replace llseek+lread to avoid HANDLE... |
tree | commitdiff |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
tree | commitdiff |
2002-11-15 |
Eric Pouech | Don't fully process FreeLibrary when process is stopping. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-19 |
Alexandre Julliard | Get/SetFastQueue16 should use HQUEUE16 handles. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added wine_memcpy_unaligned function to avoid gcc memcpy |
tree | commitdiff |
2002-10-15 |
Alexandre Julliard | Fixed reference count handling to support LoadLibrary... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-09-25 |
Dimitrie O. Paun | By default, we should use our own dlls. |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-16 |
Michael Stefaniuc | Convert HRSRC to a void*. |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Removed references to advapi32 registry functions from... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Mike McCormack | Don't cache file handles for NE executable modules... |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Relax a bit PE consistency checks. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Force loadorder of 16-bit dlls to builtin if their... |
tree | commitdiff |
2002-08-16 |
Dmitry Timoshkov | Set up exception handler around WEP call. |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-29 |
Alexandre Julliard | Set the correct permissions on the PE image sections. |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
tree | commitdiff |
2002-07-24 |
Alexandre Julliard | Added support for ordinal hint in PE_FindExportedFunction. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Fixed GetModuleFileNameW return value. |
tree | commitdiff |
2002-07-05 |
Joshua Thielen | Changed GetModuleFileNameA to use GetCurrentTask instead of |
tree | commitdiff |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Avoid loading programs into the DOS memory area. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Don't go through the export table if we are not tracing... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Don't free the stack selector, it's freed in ExitThread... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
tree | commitdiff |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
tree | commitdiff |
2002-05-19 |
Francois Gouget | Fixed the WinExec prototype. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-04-02 |
Andreas Mohr | Spelling/error messages fixes. |
tree | commitdiff |
2002-04-01 |
Eric Pouech | Removed a couple of now obsolete FIXMEs. |
tree | commitdiff |
2002-03-28 |
Alexandre Julliard | Don't strip out .exe extension. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Removed service thread support. |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Properly handle loadorder specifications containing... |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-02-02 |
Alexandre Julliard | Do not use the PEB lock as loader lock, use a separate... |
tree | commitdiff |
2002-01-31 |
Alexandre Julliard | LOAD_LIBRARY_AS_DATAFILE modules must be mapped like... |
tree | commitdiff |
2002-01-18 |
Bill Medland | Prevent trying to handle uninitialised memory as a... |
tree | commitdiff |
2002-01-06 |
Alexandre Julliard | Removed obsolete dosmod. |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Export DestroyIcon32 from user32 and use GetProcAddress... |
tree | commitdiff |
2001-11-30 |
Andrew Lewycky | do_relocations: process relocation blocks with a Virtua... |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
tree | commitdiff |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-25 |
Alexandre Julliard | Don't keep main exe and dlls handles open when the... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
tree | commitdiff |
2001-10-02 |
Andreas Mohr | Yet another documentation/message text patch. |
tree | commitdiff |
2001-08-28 |
Francois Gouget | Only use winsock2.h in Wine. |
tree | commitdiff |
2001-08-24 |
Bill Medland | Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr... |
tree | commitdiff |
2001-08-11 |
Josh Thielen | Wrong handle was being closed. |
tree | commitdiff |
2001-08-10 |
Jörg Mayer | Fixed a few signed/unsigned and "unsigned < 0 always... |
tree | commitdiff |
2001-08-10 |
Eric Pouech | Fixes for Solaris X86. |
tree | commitdiff |
next |