2004-08-25 |
Alex Villacís Lasso | Do not assume HKEY_CURRENT_USER/Environment exists... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-07-30 |
Troy Rollo | Process sibling keys iteratively, thereby preventing... |
tree | commitdiff |
2004-07-16 |
Kevin Koltzau | Prevent garbage being passed for windows directory. |
tree | commitdiff |
2004-07-12 |
Robert Reif | Add HKEY_DYN_DATA\Config Manager\Enum to registry. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | Const correctness, pointer cast correctness, removed... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Use environment variables instead of config file entrie... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-06 |
Dimitrie O. Paun | Remove the last remaining wine options when running... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Moved most remaining file functions to dlls/kernel. |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Use symlinks in dosdevices/ for the drive devices too. |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Moved creation of the CDROM registry keys into the... |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Use NtOpenFile instead of FILE_CreateFile to open Unix... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Removed support for the --debugmsg option. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Removed the FailReadOnly option, this is now the defaul... |
tree | commitdiff |
2004-03-11 |
Alexandre Julliard | Get rid of the WINEOPTIONS variable and instead use... |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
tree | commitdiff |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2003-11-13 |
Alexandre Julliard | Moved memory/environ.c, memory/virtual.c and misc/cpu... |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Get rid of the argv0 and full_argv0 global variables. |
tree | commitdiff |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-20 |
Eric Pouech | Translate a few more kernel32 calls into the ntdll... |
tree | commitdiff |
2003-08-19 |
Alexandre Julliard | Replaced remaining calls to PROFILE_GetWineIniString... |
tree | commitdiff |
2003-08-13 |
Vincent Béron | Add Windows 2003 to the versions Wine can return. |
tree | commitdiff |
2003-08-07 |
Alexandre Julliard | Get rid of wrong/confusing _strdupnA usage. |
tree | commitdiff |
2003-08-05 |
Lionel Ulmer | Fix the MHz detection code. |
tree | commitdiff |
2003-07-28 |
Mike Hearn | Merge CPU detection code into misc/cpu.c. |
tree | commitdiff |
2003-06-30 |
Marcus Meissner | Added PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines. |
tree | commitdiff |
2003-06-30 |
Marcus Meissner | Fixed CPU detection for FreeBSD and P4. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-05-21 |
Alexandre Julliard | Moved misc/error.c to dlls/kernel/error16.c. |
tree | commitdiff |
2003-05-21 |
Eric Anholt | Added CPU detection for FreeBSD. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved system.dll implementation to dlls/kernel. |
tree | commitdiff |
2003-05-20 |
Yorick Hardy | Implemented GetSystemInfo on NetBSD. |
tree | commitdiff |
2003-05-13 |
Dimitrie O. Paun | Small debug channel cleanup. |
tree | commitdiff |
2003-05-02 |
Alexandre Julliard | Removed useless check for registry file version. |
tree | commitdiff |
2003-04-20 |
Alexandre Julliard | Explicitly call VERSION_Init with the main exe file... |
tree | commitdiff |
2003-04-19 |
Vincent Béron | Change the version of win2k to SP3. |
tree | commitdiff |
2003-04-16 |
Andreas Mohr | Print out Windows version values, in human-readable... |
tree | commitdiff |
2003-03-30 |
Alexandre Julliard | Fixed regression in VERSION_GetLinkedDllVersion() intro... |
tree | commitdiff |
2003-03-30 |
Maxime Bellengé | Fix a regression when loading a real windows registry. |
tree | commitdiff |
2003-03-25 |
Eric Pouech | No longer using kernel32's APIs but ntdll's. |
tree | commitdiff |
2003-03-21 |
Eric Pouech | - implemented LdrQueryProcessModuleInformation |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-25 |
Alexandre Julliard | Warnings fixes. |
tree | commitdiff |
2002-11-24 |
Alexandre Julliard | Replace most PROFILE_GetWineIni calls by direct registr... |
tree | commitdiff |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
tree | commitdiff |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
tree | commitdiff |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
tree | commitdiff |
2002-09-24 |
Raul Dias | Added new "GlobalRegistryDir" option. |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Handle special registry root keys directly in advapi32... |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Removed remaining references to advapi32 registry funct... |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Removed references to advapi32 registry functions from... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-09 |
Alexandre Julliard | Moved 16-bit registry functions to kernel dll and imple... |
tree | commitdiff |
2002-09-06 |
Alexandre Julliard | Fixed checking of special dll names. |
tree | commitdiff |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
François Gouget | Change the default CPU type so that QuickTime will... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-25 |
Andreas Mohr | - Use Win98 SE values for WIN98 setting. |
tree | commitdiff |
2002-05-24 |
Vincent Béron | Partial implementation of VerifyVersionInfo{A,W}. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced -dosver and -winver options by config file... |
tree | commitdiff |
2002-05-23 |
Dimitrie O. Paun | Remove the --managed option, and make wine use the... |
tree | commitdiff |
2002-05-23 |
Andreas Mohr | Removed obsolete email address. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-09 |
Juergen Schmied | Use only winapi functions in _convert_winnt_registry_to... |
tree | commitdiff |
2002-05-09 |
Juergen Schmied | Stub for VerifyVersionInfoW. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-14 |
Alexandre Julliard | Fixed inheriting command-line options from parent process. |
tree | commitdiff |
2002-04-11 |
Alexandre Julliard | Updated configure to take advantage of new autoconf... |
tree | commitdiff |
2002-04-02 |
Andreas Mohr | Add return traces to GlobalMemoryStatus, GetSystemInfo... |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Load classes.dat too. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Create threads to manage timers instead of using the... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
tree | commitdiff |
2002-02-14 |
Alexandre Julliard | version.h is now in include/wine directory. |
tree | commitdiff |
2002-01-21 |
Francois Gouget | Make the Wine trace facilities accessible from Winelib... |
tree | commitdiff |
2002-01-13 |
Eric Pouech | Changed the Wine internal cdrom interface to the NT... |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-31 |
Chris Green | Get the correct label on iso9660 mixed-mode cds. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Store the 16-bit callback in the timer structure instea... |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
next |