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-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-26 |
Hidenori Takeshima | Fixes for i18n. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
tree | commitdiff |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Hack: always try builtin module before elf or elfdll... |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-03-19 |
Eric Pouech | Now attaching imported DLLs of a winelib executable. |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Misc small cleanups. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Avoid calling the *Rect USER functions from inside... |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
tree | commitdiff |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
tree | commitdiff |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
tree | commitdiff |
2000-03-08 |
Ulrich Czekalla | wm->modname might be invalid at the end of FreeLibrary. |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-08 |
Alexandre Julliard | Removed PDB32_DEBUGGED flag and send all debug events... |
tree | commitdiff |
2000-03-07 |
Andreas Mohr | Fixed second instance DGROUP loading. |
tree | commitdiff |
2000-03-07 |
Andreas Mohr | Several fixes to MakeProcInstance. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
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-19 |
Alexandre Julliard | Hard-coded DllPairs configuration; there is no need... |
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-02-03 |
Ulrich Weigand | Added .spec keyword 'mode' to allow creating built... |
tree | commitdiff |
2000-02-03 |
Ove Kaaven | Cleanup VGA refresh when terminating. |
tree | commitdiff |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
tree | commitdiff |
2000-01-30 |
Ulrich Weigand | Mark initial process as 32-bit for WineLib apps. |
tree | commitdiff |
2000-01-30 |
Ove Kaaven | dosmod protocol revision 3, featuring MPROTECT and... |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - add some documentation items |
tree | commitdiff |
2000-01-29 |
Alexandre Julliard | Removed debugstr.h. |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
tree | commitdiff |
2000-01-23 |
Uwe Bonnes | Check for MZ header before trying to decipher the PE... |
tree | commitdiff |
2000-01-17 |
Ulrich Weigand | Fixed race between Win16 parent and child for first... |
tree | commitdiff |
2000-01-15 |
Ulrich Weigand | Don't access 'wm->modname' after the modref has been... |
tree | commitdiff |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
tree | commitdiff |
2000-01-05 |
Marcus Meissner | Made virus warning a bit more drastic, since some peopl... |
tree | commitdiff |
2000-01-01 |
Peter Ganten | Implemented WaitForInputIdle. |
tree | commitdiff |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
tree | commitdiff |
1999-12-27 |
Alexandre Julliard | PE_FindExportedFunction: use a binary search for functi... |
tree | commitdiff |
1999-12-12 |
Andreas Mohr | Fixed cmd line length calculation. |
tree | commitdiff |
1999-12-11 |
Alexandre Julliard | Xiang Li |
tree | commitdiff |
1999-12-11 |
Ulrich Weigand | Bugfix: Added missing 'return' statement. |
tree | commitdiff |
1999-12-10 |
Ulrich Weigand | Implemented PE_UnloadLibrary(). |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-12-08 |
Ulrich Weigand | Delay sending debug events until process initialization... |
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-05 |
Ulrich Weigand | Call 16-bit instead of 32-bit UserSignalProc entry... |
tree | commitdiff |
1999-12-05 |
Eric Pouech | Fixed crash when map fails. |
tree | commitdiff |
1999-12-04 |
Sergei Turchanov | Fix for GetBinaryType to return SCS_DOS_BINARY if exten... |
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-12 |
Alexandre Julliard | Added support for CREATE_SUSPENDED flag in CreateProcess. |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter... |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
tree | commitdiff |
1999-11-07 |
Marcus Meissner | Fixed the relocation hack in PE_InitTls. Added some... |
tree | commitdiff |
1999-11-07 |
Francois Gouget | Added ICMP DLL implementation. |
tree | commitdiff |
1999-11-04 |
Alexandre Julliard | Fixed -debugmsg +server. |
tree | commitdiff |
1999-10-31 |
Eric Pouech | Added built-in msacm.drv and midimap.drv drivers. |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
tree | commitdiff |
1999-10-24 |
Uwe Bonnes | Return the size of the needed resource when buffer... |
tree | commitdiff |
1999-10-23 |
Uwe Bonnes | Ignore wrong hInstance. |
tree | commitdiff |
1999-10-23 |
Jim Aston | Fixed compiling with STRICT. |
tree | commitdiff |
1999-10-23 |
Ove Kaaven | Winsock rewrite. Sockets are now proper win32 handles. |
tree | commitdiff |
1999-10-23 |
Ulrich Weigand | Bugfix: don't use GetModuleHandle16 in LoadModule16... |
tree | commitdiff |
1999-10-23 |
Ulrich Weigand | Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). |
tree | commitdiff |
1999-10-13 |
Eric Pouech | Correct filename for kernel module is KRNL386.EXE. |
tree | commitdiff |
1999-10-13 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
tree | commitdiff |
1999-10-13 |
Marcus Meissner | WPROCS.ENTRYADDRPROC needs to return something in CX... |
tree | commitdiff |
1999-10-13 |
Marcus Meissner | Small hack to check if we need to relocate the TLS... |
tree | commitdiff |
1999-10-13 |
Ulrich Weigand | Bugfix: *Don't* resolve PE imports if asked not to ... |
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-28 |
Uwe Bonnes | Remember the allocated string to free it. |
tree | commitdiff |
1999-09-27 |
Ulrich Czekalla | Fix integer based resource id assumption. |
tree | commitdiff |
1999-09-27 |
Alexandre Julliard | Moved all signal support to a new platform-specific... |
tree | commitdiff |
1999-09-22 |
Alexandre Julliard | Fixed memory allocation bug. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Don't create thunk for task signal proc, call it directly. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Set 'expected_version' of built-in and dummy modules... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Make CallTo16 return stub segment owned by KERNEL. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Bugfix: Improved GetCodeHandle16 / GetCodeInfo16. |
tree | commitdiff |
1999-09-05 |
Alexandre Julliard | Removed __winelib flag. |
tree | commitdiff |
1999-09-04 |
Pierre Mageau | Changed CopyImage to accept desiredX, desiredY and... |
tree | commitdiff |
1999-09-04 |
Huw D M Davies | winspool -> winspool.drv |
tree | commitdiff |
1999-09-03 |
Eric Pouech | Do not remove .drv from filenames. |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Bugfix: restore STACK16FRAME fields in SwitchStackBack16. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | New internal dll, exporting already existing path funct... |
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 |
next |