projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added dumping of message table resources.
[wine]
/
loader
/
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
tree
|
commitdiff
2003-08-28
Alexandre Julliard
Start using the exported TEB structure from winternl...
tree
|
commitdiff
2003-08-26
Alexandre Julliard
Moved a few more functions to dlls/kernel.
tree
|
commitdiff
2003-08-26
Alexandre Julliard
Moved 16-bit relay and snoop support to dlls/kernel.
tree
|
commitdiff
2003-08-23
Alexandre Julliard
Moved 16-bit builtin module handling to dlls/kernel...
tree
|
commitdiff
2003-08-23
Alexandre Julliard
Moved most of the 16-bit task support and NE module...
tree
|
commitdiff
2003-08-19
Alexandre Julliard
Renamed system.dll to system.drv.
tree
|
commitdiff
2003-08-18
Dmitry Timoshkov
Windows ignores values of e_cparhdr and e_crlc of the...
tree
|
commitdiff
2003-07-21
Pierre d'Herbemont
Add Mach-O (Darwin file format) support.
tree
|
commitdiff
2003-07-15
Francois Gouget
Spelling fixes (s/occured/occurred/ and variants).
tree
|
commitdiff
2003-07-02
Alexandre Julliard
Avoid accessing uninitialized variable in TASK_Create...
tree
|
commitdiff
2003-07-01
Eric Pouech
- removed next & prev fields from WINE_MODREF and imple...
tree
|
commitdiff
2003-05-22
Alexandre Julliard
Start to make use of the proper PEB structure for process
tree
|
commitdiff
2003-05-21
Alexandre Julliard
Moved a couple of 16-bit module functions from to loade...
tree
|
commitdiff
2003-05-20
Alexandre Julliard
Moved all process initialisation code to process.c...
tree
|
commitdiff
2003-05-20
Alexandre Julliard
Only create the 16-bit dummy module when we need really it.
tree
|
commitdiff
2003-05-16
Alexandre Julliard
Avoid using the MapHModule functions.
tree
|
commitdiff
2003-05-16
Alexandre Julliard
Call the user signal proc for exe modules too, to avoid...
tree
|
commitdiff
2003-05-15
Alexandre Julliard
Get rid of the 32-bit user signal proc since we always...
tree
|
commitdiff
2003-05-14
Alexandre Julliard
Rewrote module TLS support and moved it to ntdll.
tree
|
commitdiff
2003-05-08
Alexandre Julliard
Added support for calling the TLS callback functions.
tree
|
commitdiff
2003-05-07
Alexandre Julliard
Moved the EnumResource* functions to the kernel dll...
tree
|
commitdiff
2003-04-30
Alexandre Julliard
Moved most of the kernel resource APIs to dlls/kernel.
tree
|
commitdiff
2003-04-27
Alexandre Julliard
Moved the functionality of starting Win16 and DOS progr...
tree
|
commitdiff
2003-04-27
Alexandre Julliard
Silently ignore 'so' loadorder in the config file inste...
tree
|
commitdiff
2003-04-05
Alexandre Julliard
Rewrote most of the import fixup code to avoid doing...
tree
|
commitdiff
2003-04-05
Alexandre Julliard
Fetch the exe module directly from the PDB instead...
tree
|
commitdiff
2003-04-04
Alexandre Julliard
Merged PE_InitDLL into MODULE_InitDLL.
tree
|
commitdiff
2003-03-21
Eric Pouech
Removed no longer needed MODREF.find_export field.
tree
|
commitdiff
2003-03-21
Eric Pouech
Rewrote mapping of module into memory using only NTDLL...
tree
|
commitdiff
2003-03-20
Alexandre Julliard
Added memcpy_unaligned to libwine_port.
tree
|
commitdiff
2003-03-20
Eric Pouech
Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
tree
|
commitdiff
2003-03-20
Eric Pouech
Move some fields (refCount, tls_index and module) from...
tree
|
commitdiff
2003-03-20
Eric Pouech
Moved the module loading/unloading code and the remaini...
tree
|
commitdiff
2003-03-20
Alexandre Julliard
Partially implemented LdrLock/UnlockLoaderLock.
tree
|
commitdiff
2003-03-18
Alexandre Julliard
Make GetModuleFileNameA call GetModuleFileNameW. Small...
tree
|
commitdiff
2003-03-18
Eric Pouech
- added LDR_MODULE structure to WINE_MODREF and made...
tree
|
commitdiff
2003-03-14
Alexandre Julliard
Cleaned up load_library_as_datafile().
tree
|
commitdiff
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
next