- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
- cd3afa8 LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not by Alexandre Julliard · 23 years ago
- ca5b201 Prevent trying to handle uninitialised memory as a string. by Bill Medland · 23 years ago
- d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
- 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
- b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
- f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
- 65fc1c9 Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx. by Bill Medland · 24 years ago
- 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
- 8ff37b8 Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE. by Alexandre Julliard · 24 years ago
- 2418edb Really free the memory on dll unload. by Alexandre Julliard · 24 years ago
- c9cf68d Uncommented the VirtualFree call on dll unload. by Alexandre Julliard · 24 years ago
- 10b3402 Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native by Ove Kaaven · 24 years ago
- b77afe7 Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set. by Dmitry Timoshkov · 24 years ago
- b9c9cdc - Added support for app-specific dll overrides using by Alexandre Julliard · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- a77fd7d Added a specific debug channel for dll loading (builtin/native). by Gerard Patel · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- acefd16 Prevent unaligned access to NE in-memory module data. by Ulrich Weigand · 24 years ago
- e441d3c No longer try to load builtin library when loadorder is 'so'. by Alexandre Julliard · 24 years ago
- 014a8bb Do not call thread attach/detach routines during process exit to avoid by Alexandre Julliard · 24 years ago
- e675887 Work around glibc 2.1.x dlopen bug (again). by James Abbatiello · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
- e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 32fcfc2 Removed "elfdll" load order option and updated documentation. by Alexandre Julliard · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
- e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
- cabee39 Free the Win16 dummy module and wm->deps. by Andreas Mohr · 24 years ago
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- 7096384 Fixed WinExec16 to handle quoted filenames correctly. by Andreas Mohr · 25 years ago
- 208955c Fixed loader - broken search for already loaded modules. by Eric Pouech · 25 years ago
- 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
- c7c4246 - Always store the full path name of 32bit modules in WINE_MODREF by Peter Ganten · 25 years ago
- 3496556 - made the MIDI sequencer error message much better for confused users by Andreas Mohr · 25 years ago
- 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
- 44d0d19 WinExec16 should not split quoted filenames with spaces. by Peter Ganten · 25 years ago
- 0aa6cc2 Removed a few external dependencies from ntdll. by Alexandre Julliard · 25 years ago
- b021fe2 Added detection code for very old Windows (1.1, 2.0, ...) binaries to by Andreas Mohr · 25 years ago
- dad7091 Transmit current directory settings to newly created processes. by Marcus Meissner · 25 years ago
- 96293d4 Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency. by Andreas Mohr · 25 years ago
- 596921d Make sure the cmdline passed to CreateProcessA is writeable (thanks to by Alexandre Julliard · 25 years ago
- e333212 Use FILE_SHARE_READ to open the file in GetBinaryTypeA. by Alexandre Julliard · 25 years ago
- c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
- 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
- f93eb3e Authors: Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com> by Alexandre Julliard · 25 years ago
- 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
- 8e8f0f5 Rewrote command-line parsing of CreateProcessA to be more compatible. by Alexandre Julliard · 25 years ago
- b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
- 394203f Let CreateProcess launch unix executable without a .exe extension. by Eric Pouech · 25 years ago
- 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 69e2bf6 Hack: always try builtin module before elf or elfdll to avoid loading by Alexandre Julliard · 25 years ago
- 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
- cc27998 wm->modname might be invalid at the end of FreeLibrary. by Ulrich Czekalla · 25 years ago
- 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
- 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
- 4654c32 It seems to be GetModuleFileName16 that checks exe version on whether by Andreas Mohr · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 0b57a5c Don't access 'wm->modname' after the modref has been flushed. by Ulrich Weigand · 25 years ago
- 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
- baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
- 8952dea Fixed cmd line length calculation. by Andreas Mohr · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- 0106f85 Delay sending debug events until process initialization is complete. by Ulrich Weigand · 25 years ago
- d14aea2 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature is unknown. by Sergei Turchanov · 25 years ago
- 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
- ec7bb23 Added support for CREATE_SUSPENDED flag in CreateProcess. by Alexandre Julliard · 25 years ago
- d024d5e Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect. by Ulrich Weigand · 25 years ago
- e7957d6 Determine expected_version of PE buddies from the SubsystemVersion. by Ulrich Weigand · 25 years ago
- 031f4fa Fixed compiling with STRICT. by Jim Aston · 25 years ago
- 8c81b743 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 25 years ago
- 79077f3 Bugfix: Don't call GetVersionExA too early, to avoid breaking by Ulrich Weigand · 26 years ago
- 20f7ef7 Remember the allocated string to free it. by Uwe Bonnes · 26 years ago
- 9482242 Fixed memory allocation bug. by Alexandre Julliard · 26 years ago
- f52e109 Set 'expected_version' of built-in and dummy modules according to by Ulrich Weigand · 26 years ago
- 891305b Removed __winelib flag. by Alexandre Julliard · 26 years ago
- c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
- c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
- 8dbffe7 Removed MODULE_GetWndProcEntry16(). by Ulrich Weigand · 26 years ago
- fec2329 Ensure that the command-line passed to the various *CreateProcess by Dave Pickles · 26 years ago
- 1ab8907 Fixed ambigous else/brace problem, moved "name" computation in by Marcus Meissner · 26 years ago
- 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
- 0e65b38 Add new "walk" command options to list processes and modref's. by Guy Albertelli · 26 years ago