Add support for winevent hooks.
[wine] / misc /
2004-08-25  Alex Villacís LassoDo not assume HKEY_CURRENT_USER/Environment exists...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-07-30  Troy RolloProcess sibling keys iteratively, thereby preventing...
2004-07-16  Kevin KoltzauPrevent garbage being passed for windows directory.
2004-07-12  Robert ReifAdd HKEY_DYN_DATA\Config Manager\Enum to registry.
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-05-14  Alexandre JulliardUse environment variables instead of config file entrie...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-06  Dimitrie O. PaunRemove the last remaining wine options when running...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-04-23  Alexandre JulliardUse NtOpenFile instead of FILE_CreateFile to open Unix...
2004-04-16  Alexandre JulliardRemoved support for the --debugmsg option.
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-03-11  Alexandre JulliardGet rid of the WINEOPTIONS variable and instead use...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-13  Alexandre JulliardMoved memory/environ.c, memory/virtual.c and misc/cpu...
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Eric PouechTranslate a few more kernel32 calls into the ntdll...
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-08-13  Vincent BéronAdd Windows 2003 to the versions Wine can return.
2003-08-07  Alexandre JulliardGet rid of wrong/confusing _strdupnA usage.
2003-08-05  Lionel UlmerFix the MHz detection code.
2003-07-28  Mike HearnMerge CPU detection code into misc/cpu.c.
2003-06-30  Marcus MeissnerAdded PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines.
2003-06-30  Marcus MeissnerFixed CPU detection for FreeBSD and P4.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-21  Eric AnholtAdded CPU detection for FreeBSD.
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Yorick HardyImplemented GetSystemInfo on NetBSD.
2003-05-13  Dimitrie O. PaunSmall debug channel cleanup.
2003-05-02  Alexandre JulliardRemoved useless check for registry file version.
2003-04-20  Alexandre JulliardExplicitly call VERSION_Init with the main exe file...
2003-04-19  Vincent BéronChange the version of win2k to SP3.
2003-04-16  Andreas MohrPrint out Windows version values, in human-readable...
2003-03-30  Alexandre JulliardFixed regression in VERSION_GetLinkedDllVersion() intro...
2003-03-30  Maxime BellengéFix a regression when loading a real windows registry.
2003-03-25  Eric PouechNo longer using kernel32's APIs but ntdll's.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-25  Alexandre JulliardWarnings fixes.
2002-11-24  Alexandre JulliardReplace most PROFILE_GetWineIni calls by direct registr...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-24  Raul DiasAdded new "GlobalRegistryDir" option.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-13  Alexandre JulliardRemoved remaining references to advapi32 registry funct...
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Alexandre JulliardMoved 16-bit registry functions to kernel dll and imple...
2002-09-06  Alexandre JulliardFixed checking of special dll names.
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  François GougetChange the default CPU type so that QuickTime will...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Andreas Mohr- Use Win98 SE values for WIN98 setting.
2002-05-24  Vincent BéronPartial implementation of VerifyVersionInfo{A,W}.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardReplaced -dosver and -winver options by config file...
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-23  Andreas MohrRemoved obsolete email address.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-09  Juergen SchmiedUse only winapi functions in _convert_winnt_registry_to...
2002-05-09  Juergen SchmiedStub for VerifyVersionInfoW.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-14  Alexandre JulliardFixed inheriting command-line options from parent process.
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-04-02  Andreas MohrAdd return traces to GlobalMemoryStatus, GetSystemInfo...
2002-03-29  Alexandre JulliardLoad classes.dat too.
2002-03-23  Alexandre JulliardCreate threads to manage timers instead of using the...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-02-14  Alexandre Julliardversion.h is now in include/wine directory.
2002-01-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-31  Chris GreenGet the correct label on iso9660 mixed-mode cds.
2001-12-17  Alexandre JulliardStore the 16-bit callback in the timer structure instea...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
next