2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Francois Gouget | Fixed the WinExec prototype. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Andreas Mohr | Spelling/error messages fixes. |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Eric Pouech | Removed a couple of now obsolete FIXMEs. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Alexandre Julliard | Do not use the PEB lock as loader lock, use a separate... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Alexandre Julliard | LOAD_LIBRARY_AS_DATAFILE modules must be mapped like... |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Bill Medland | Prevent trying to handle uninitialised memory as a... |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Andreas Mohr | Yet another documentation/message text patch. |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Bill Medland | Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Removed a few unnecessary Callouts. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Alexandre Julliard | Set low-order bit of module handle for LOAD_LIBRARY_AS_... |
blob | commitdiff | raw | diff to current |
2001-05-10 |
Alexandre Julliard | Really free the memory on dll unload. |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Alexandre Julliard | Uncommented the VirtualFree call on dll unload. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Ove Kaaven | Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if... |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Dmitry Timoshkov | Allow loading of built-in dlls with LOAD_LIBRARY_AS_DAT... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Gerard Patel | Added a specific debug channel for dll loading (builtin... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Ulrich Weigand | Prevent unaligned access to NE in-memory module data. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | No longer try to load builtin library when loadorder... |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Alexandre Julliard | Do not call thread attach/detach routines during proces... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
James Abbatiello | Work around glibc 2.1.x dlopen bug (again). |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Removed "elfdll" load order option and updated document... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Andreas Mohr | Free the Win16 dummy module and wm->deps. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Andreas Mohr | Fixed WinExec16 to handle quoted filenames correctly. |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Eric Pouech | Fixed loader - broken search for already loaded modules. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Peter Ganten | WinExec16 should not split quoted filenames with spaces. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Alexandre Julliard | Removed a few external dependencies from ntdll. |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Andreas Mohr | Added detection code for very old Windows (1.1, 2.0... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Marcus Meissner | Transmit current directory settings to newly created... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Andreas Mohr | Rename MODULE_InitDll to MODULE_InitDLL for the sake... |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Alexandre Julliard | Make sure the cmdline passed to CreateProcessA is write... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Alexandre Julliard | Use FILE_SHARE_READ to open the file in GetBinaryTypeA. |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Alexandre Julliard | Authors: Gavriel State <gavriels@corel.com>, Ulrich... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Rewrote command-line parsing of CreateProcessA to be... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Eric Pouech | Let CreateProcess launch unix executable without a... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Hack: always try builtin module before elf or elfdll... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Ulrich Czekalla | wm->modname might be invalid at the end of FreeLibrary. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Alexandre Julliard | Removed PDB32_DEBUGGED flag and send all debug events... |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Andreas Mohr | It seems to be GetModuleFileName16 that checks exe... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Ulrich Weigand | Don't access 'wm->modname' after the modref has been... |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Peter Ganten | Implemented WaitForInputIdle. |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Andreas Mohr | Fixed cmd line length calculation. |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Ulrich Weigand | Delay sending debug events until process initialization... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Sergei Turchanov | Fix for GetBinaryType to return SCS_DOS_BINARY if exten... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Alexandre Julliard | Added support for CREATE_SUSPENDED flag in CreateProcess. |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter... |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Jim Aston | Fixed compiling with STRICT. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Ulrich Weigand | Bugfix: Don't call GetVersionExA too early, to avoid... |
blob | commitdiff | raw | diff to current |
1999-09-28 |
Uwe Bonnes | Remember the allocated string to free it. |
blob | commitdiff | raw | diff to current |
1999-09-22 |
Alexandre Julliard | Fixed memory allocation bug. |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | Set 'expected_version' of built-in and dummy modules... |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Alexandre Julliard | Removed __winelib flag. |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
blob | commitdiff | raw | diff to current |
next |