ioctlsocket() now returns success if the app sets nonblocking mode for
[wine] / loader / module.c
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-15  Ulrich WeigandDon't access 'wm->modname' after the modref has been...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-12  Andreas MohrFixed cmd line length calculation.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-04  Sergei TurchanovFix for GetBinaryType to return SCS_DOS_BINARY if exten...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-11-10  Ulrich WeigandBugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter...
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-09-29  Ulrich WeigandBugfix: Don't call GetVersionExA too early, to avoid...
1999-09-28  Uwe BonnesRemember the allocated string to free it.
1999-09-22  Alexandre JulliardFixed memory allocation bug.
1999-09-20  Ulrich WeigandSet 'expected_version' of built-in and dummy modules...
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-06-26  Dave PicklesEnsure that the command-line passed to the various...
1999-06-13  Marcus MeissnerFixed ambigous else/brace problem, moved "name" computa...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-07  Ulrich WeigandConsult ne.operating_system field for NE files in GetBi...
1999-06-06  Guy AlbertelliUse SearchPath to test for existance of programs in...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-22  Ulrich WeigandFix swapped FreeLibary return values. Handle FreeLibrar...
1999-05-17  Ulrich WeigandRelease Win16Lock when calling LoadLibrary32 from 16...
1999-05-09  Alexandre JulliardUse OpenFile() to test for file existence, so that...
1999-05-03  Ulrich WeigandBugfix: release Win16Lock in WinExec16, CallProc[Ex...
1999-05-03  Alexandre JulliardBug fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Guy AlbertelliFix CreateProcessA to implement correct actions on...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Bertho StultiensDo not increment module refCount if self is loaded...
1999-04-19  Bertho StultiensAttach notifications must be send after all recursive...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-18  Kevin HolbrookFix ambiguous else warning.
1999-04-11  Bertho StultiensFreeLibrary partial implementation.
1999-04-03  Marcus MeissnerAdded some SetLastError()s in GetProcAddress() and...
1999-04-01  Ulrich WeigandAllow NULL NE resource handler; call the default handle...
1999-03-28  Jess HaasFixed CreateProcessA so it can handle commandlines...
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-22  Ulrich WeigandBugfix: cope with quoted arguments for CreateProcess().
1999-03-22  Sergey TurchanovImplementation for FreeLibraryAndExitThread.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-13  Peter GantenFix CreateProcess to handle lpCommandline better.
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-03-10  Ulrich WeigandBugfix: Allow lpCommandLine == NULL in CreateProcess().
1999-02-28  Andreas MohrAdded support for quoted file names in CreateProcess().
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-12-10  Ulrich WeigandLoadModule32/WinExec32 should return 16-bit hInstance...
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-11-22  Juergen SchmiedImplementation of CreateProcess32W.
1998-11-15  Juergen SchmiedLoadLibraryEx: show a warning when called with unimplem...
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-10-23  Ulrich WeigandFixed several bugs with DLL initialization.
1998-10-16  Uwe BonnesRenamed all LPIMAGE_* types to PIMAGE_*.
1998-10-11  Ulrich WeigandImplemented new PE DLL initalization code, trying to...
1998-10-11  Alexander LarssonGetModuleFileName32A() returns long filename if app...
1998-10-11  Marcus MeissnerGeneric dynamic dll loader using dl*() API.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-08-04  Alexandre JulliardRelease 970804 wine-970804
next