- ad54691 Use environment variables instead of config file entries to specify by Alexandre Julliard · 21 years ago
- c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
- f950d97 Remove the last remaining wine options when running programs. by Dimitrie O. Paun · 21 years ago
- 643617f Moved most remaining file functions to dlls/kernel. by Alexandre Julliard · 21 years ago
- 553a75e Use symlinks in dosdevices/ for the drive devices too. by Alexandre Julliard · 21 years ago
- 7b6651a Moved creation of the CDROM registry keys into the registry loading code. by Alexandre Julliard · 21 years ago
- 7930ce1 Use NtOpenFile instead of FILE_CreateFile to open Unix files. by Alexandre Julliard · 21 years ago
- 5d617e8 Removed support for the --debugmsg option. by Alexandre Julliard · 21 years ago
- 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
- b70e0c8 Removed the FailReadOnly option, this is now the default behavior. by Alexandre Julliard · 21 years ago
- 8a37297 Get rid of the WINEOPTIONS variable and instead use WINEDEBUG to by Alexandre Julliard · 21 years ago
- 399901e Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform with PSDK. by Ge van Geldorp · 21 years ago
- f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
- 7999469 Moved memory/environ.c, memory/virtual.c and misc/cpu.c to by Alexandre Julliard · 21 years ago
- 7832562 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
- 76f13de Use INVALID_FILE_ATTRIBUTES to test for failure of by Rolf Kalbermatter · 21 years ago
- 87ae825 Get rid of the argv0 and full_argv0 global variables. by Alexandre Julliard · 21 years ago
- 2052538 Moved loadorder support to dlls/ntdll. by Alexandre Julliard · 22 years ago
- 240b0a9 Moved the Windows version code to dlls/ntdll, and implemented by Alexandre Julliard · 22 years ago
- 52f692f Moved the wine server client-side support to dlls/ntdll. Removed a by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 61f84c1 Translate a few more kernel32 calls into the ntdll equivalents. by Eric Pouech · 22 years ago
- e0deb0c Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct by Alexandre Julliard · 22 years ago
- 2ab7c87 Add Windows 2003 to the versions Wine can return. by Vincent Béron · 22 years ago
- 9060d47 Get rid of wrong/confusing _strdupnA usage. by Alexandre Julliard · 22 years ago
- 0a9b6cf Fix the MHz detection code. by Lionel Ulmer · 22 years ago
- 69e609d Merge CPU detection code into misc/cpu.c. Add support for Mhz registry key. by Mike Hearn · 22 years ago
- 85147ee Added PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines. by Marcus Meissner · 22 years ago
- 6ee5991 Fixed CPU detection for FreeBSD and P4. by Marcus Meissner · 22 years ago
- f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
- 78d108b Moved misc/error.c to dlls/kernel/error16.c. Get rid of misc/main.c. by Alexandre Julliard · 22 years ago
- cd46d71 Added CPU detection for FreeBSD. by Eric Anholt · 22 years ago
- b2f32bc Moved system.dll implementation to dlls/kernel. by Alexandre Julliard · 22 years ago
- b133454 Implemented GetSystemInfo on NetBSD. by Yorick Hardy · 22 years ago
- 7864f3b Small debug channel cleanup. by Dimitrie O. Paun · 22 years ago
- 98cfe58 Removed useless check for registry file version. by Alexandre Julliard · 22 years ago
- a058584 Explicitly call VERSION_Init with the main exe file name, so that by Alexandre Julliard · 22 years ago
- d3ac422 Change the version of win2k to SP3. by Vincent Béron · 22 years ago
- 5f66b04 Print out Windows version values, in human-readable format. by Andreas Mohr · 22 years ago
- 915a4ba Fixed regression in VERSION_GetLinkedDllVersion() introduced by previous change. by Alexandre Julliard · 22 years ago
- e3b9bd9 Fix a regression when loading a real windows registry. by Maxime Bellengé · 22 years ago
- c9fda6f No longer using kernel32's APIs but ntdll's. by Eric Pouech · 22 years ago
- 051f871 - implemented LdrQueryProcessModuleInformation by Eric Pouech · 22 years ago
- 19e050e Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and make use of the by Eric Pouech · 22 years ago
- f94c8b8 Move some fields (refCount, tls_index and module) from WINE_MODREF to by Eric Pouech · 22 years ago
- 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
- 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
- 8ed35fe Warnings fixes. by Alexandre Julliard · 22 years ago
- 60bace9 Replace most PROFILE_GetWineIni calls by direct registry accesses. by Alexandre Julliard · 22 years ago
- ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
- 6d886a5 - Allow setting NetBIOS ComputerName through registry. by Martin Wilck · 22 years ago
- e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 23 years ago
- bbc2b5b Added new "GlobalRegistryDir" option. by Raul Dias · 23 years ago
- f2ef2c2 Handle special registry root keys directly in advapi32, and avoid by Alexandre Julliard · 23 years ago
- dafbc3f Removed remaining references to advapi32 registry functions from by Alexandre Julliard · 23 years ago
- 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- f4bf718 Moved 16-bit registry functions to kernel dll and implemented them by by Alexandre Julliard · 23 years ago
- 1df1883 Fixed checking of special dll names. by Alexandre Julliard · 23 years ago
- 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
- d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
- 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 456ffd6 Change the default CPU type so that QuickTime will also run on by François Gouget · 23 years ago
- a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
- 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
- 7015ce3 No need to call GetModuleFileName16 now that GetModuleFileNameA by Alexandre Julliard · 23 years ago
- 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
- a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- e6b031b - Use Win98 SE values for WIN98 setting. by Andreas Mohr · 23 years ago
- 9d9cf72 Partial implementation of VerifyVersionInfo{A,W}. by Vincent Béron · 23 years ago
- 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
- 8c08ceb Replaced -dosver and -winver options by config file parameters. by Alexandre Julliard · 23 years ago
- e361cea Remove the --managed option, and make wine use the managed mode by default. by Dimitrie O. Paun · 23 years ago
- 841ce93 Removed obsolete email address. by Andreas Mohr · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- 7c68252 Use only winapi functions in _convert_winnt_registry_to_wine_format. by Juergen Schmied · 23 years ago
- c5d3053 Stub for VerifyVersionInfoW. by Juergen Schmied · 23 years ago
- 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
- eac3662 Fixed inheriting command-line options from parent process. by Alexandre Julliard · 23 years ago
- daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
- cacbe21 Add return traces to GlobalMemoryStatus, GetSystemInfo and fixme in by Andreas Mohr · 23 years ago
- 8c875f8 Load classes.dat too. by Alexandre Julliard · 23 years ago
- ac0e137 Create threads to manage timers instead of using the service thread. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- f16b401 Various cosmetic changes. by Andreas Mohr · 23 years ago
- 7043703 version.h is now in include/wine directory. by Alexandre Julliard · 23 years ago
- 7aa67c1 Make the Wine trace facilities accessible from Winelib applications. by Francois Gouget · 23 years ago
- 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
- 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
- f9e4e9d Get the correct label on iso9660 mixed-mode cds. by Chris Green · 23 years ago
- 88ff58e Store the 16-bit callback in the timer structure instead of using a thunk. by Alexandre Julliard · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- 4ae7195 Add versions for WinME and WinXP. by Francois Gouget · 23 years ago
- 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
- 099c159 Revert 16bit win95 version back to original value. Fixes InstallShield by Marcus Meissner · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago