2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-07 |
Andreas Mohr | Fixed second instance DGROUP loading. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-20 |
Andreas Mohr | It seems to be GetModuleFileName16 that checks exe... |
tree | commitdiff |
2000-02-18 |
Alexandre Julliard | Store the handle of the process exe file in the server. |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-03 |
Alexandre Julliard | Removed resource.h. |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - add some documentation items |
tree | commitdiff |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
tree | commitdiff |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
tree | commitdiff |
1999-12-11 |
Ulrich Weigand | Bugfix: Added missing 'return' statement. |
tree | commitdiff |
1999-12-06 |
Andreas Mohr | Added .rc file support for Win16 NE modules. |
tree | commitdiff |
1999-12-05 |
Eric Pouech | Added typedef to insure compilation on all gcc&egcs... |
tree | commitdiff |
1999-12-05 |
Ulrich Weigand | Bugfix: Call DllEntryPoint for *every* process that... |
tree | commitdiff |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
tree | commitdiff |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
tree | commitdiff |
1999-11-21 |
Ulrich Weigand | Simplified hInstance creation/handling. |
tree | commitdiff |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
tree | commitdiff |
1999-10-23 |
Ulrich Weigand | Bugfix: don't use GetModuleHandle16 in LoadModule16... |
tree | commitdiff |
1999-10-13 |
Marcus Meissner | WPROCS.ENTRYADDRPROC needs to return something in CX... |
tree | commitdiff |
1999-10-13 |
Ulrich Weigand | Bugfix: When loading an executable module fails, don... |
tree | commitdiff |
1999-09-29 |
Ulrich Weigand | Bugfix: Don't call GetVersionExA too early, to avoid... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Don't create thunk for task signal proc, call it directly. |
tree | commitdiff |
1999-08-15 |
Michael Karcher | Make sure we have a dgroup before patching prologs. |
tree | commitdiff |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Removed IP_reg, SP_reg and FL_reg definitions to avoid... |
tree | commitdiff |
1999-07-31 |
Andreas Mohr | Fixed the DSEG value in the SEGTABLEENTRY struct. |
tree | commitdiff |
1999-07-30 |
Ulrich Weigand | GetModuleHandle16: treat Win32 modules correctly. |
tree | commitdiff |
1999-07-15 |
Uwe Bonnes | Add WINAPI for EntryAddrProc. |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | Added support for 32-bit NE code segments. |
tree | commitdiff |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Improved behaviour of GetModuleHandle16 w.r.t dummy... |
tree | commitdiff |
1999-07-10 |
Marcus Meissner | Made string compare case insensitive in GetModuleHandle... |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Uwe Bonnes | NE_LoadFileModule: Free module when NE_LoadDLLs fails. |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
tree | commitdiff |
1999-06-12 |
Ulrich Weigand | Release Win16Lock during PROCESS_Create. |
tree | commitdiff |
1999-05-24 |
Alexandre Julliard | Removed process argument to PROCESS_CallUserSignalProc. |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
tree | commitdiff |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
tree | commitdiff |
1999-05-08 |
Uwe Bonnes | Fixed extension handling in LoadLibrary16. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Bertho Stultiens | Only try to append ".dll" if a library is loaded implic... |
tree | commitdiff |
1999-04-26 |
Eric Pouech | Fixed loading of native NE dlls. |
tree | commitdiff |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
tree | commitdiff |
1999-04-25 |
Ulrich Weigand | Return 32-bit module in GetModuleHandle16() if appropriate. |
tree | commitdiff |
1999-04-21 |
Bertho Stultiens | Reimplementation of GetModuleHandle16 according to... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Alexandre Julliard | Removed extra call to TASK_StartTask. |
tree | commitdiff |
1999-04-18 |
Alexandre Julliard | Fixed toolhelp routines usage in GetModuleFromPath... |
tree | commitdiff |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
tree | commitdiff |
1999-04-16 |
Andreas Mohr | - Implemented proper ("real", compressed) Win16 entry... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Send USIG_PROCESS_CREATE signal. |
tree | commitdiff |
1999-04-10 |
Bertho Stultiens | GetModuleFromPath now checks for loaded modules via... |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Implemented PROCESS_CallUserSignalProc(). |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Allow NULL NE resource handler; call the default handle... |
tree | commitdiff |
1999-03-28 |
Jess Haas | Fixed GetModuleHandle16. |
tree | commitdiff |
1999-03-21 |
Andreas Mohr | Fixed typo. |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Pass CreateProcess() SECURITY_ATTRIBUTES through to... |
tree | commitdiff |
1999-03-14 |
Uwe Bonnes | Make GetModuleHandle16 only look for module names,... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Deleted NE_FreePEResource(). |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Allow accessing both NE and PE resources with both... |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | NE modules adapted to CreateProcess changes. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-19 |
Uwe Bonnes | Only append .dll if no extension yet. |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Added input queue to server-side console object, |
tree | commitdiff |
1999-01-31 |
Ulrich Weigand | Modify NE_FindTypeSection and NE_FindResourceFromType... |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | Check module name length in ModuleNext(). |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-03 |
Alexandre Julliard | Implemented file sharing checks in the server. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Use Win32 file handles instead of Unix ones. |
tree | commitdiff |
1998-12-07 |
Andreas Mohr | NE_MODULE.stack_size was set to a ridiculously small... |
tree | commitdiff |
1998-11-25 |
Ulrich Weigand | Moved ...Resource16 routines to loader/resource.c. |
tree | commitdiff |
1998-11-25 |
Ulrich Weigand | Implementation of PE->NE resource conversion routines... |
tree | commitdiff |
1998-11-07 |
Andreas Mohr | Unified "No implementation for..." warnings. |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_B... |
tree | commitdiff |
1998-10-11 |
Andreas Mohr | Yet another small self-loader fix. |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
tree | commitdiff |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
tree | commitdiff |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
tree | commitdiff |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
tree | commitdiff |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
tree | commitdiff |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
tree | commitdiff |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
tree | commitdiff |
next |