wineboot: Start an additional 32-bit instance of rundll32 on 64-bit platforms to...
[wine] / programs / wineboot / wineboot.c
2010-03-30  Alexandre Julliardwineboot: Start an additional 32-bit instance of rundll...
2010-03-30  Alexandre Julliardwineboot: Use rundll32 to apply wine.inf instead of...
2010-03-29  Mikhail Maroukhineprograms: Fix compiler warnings with flag -Wcast-qual.
2010-03-01  Alexandre Julliardkernel32: Moved creation of the DynData registry keys...
2010-01-28  Alexandre Julliardwineboot: Set the USERNAME and USERPROFILE variables...
2010-01-28  Alexandre Julliardwineboot: Add a wrapper function for RegSetValueExW.
2009-12-28  Andrew Nguyenwineboot: Generate the HKCU\Volatile Environment regist...
2009-12-11  Vincent Povirkwineboot: Do not force --kill when --end-session is...
2009-09-24  Alexandre Julliardntdll: Move creation of the CPU-specific registry keys...
2009-05-25  Alexandre Julliardwineboot: Compain loudly if we can't find wine.inf.
2009-05-06  Uwe Bonneswineboot: Print failing command line.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-09-18  Vitaly Lipatovwineboot: Do registry update with wineboot --update...
2008-05-08  Vitaly Lipatovwineboot: Add missed short option -u.
2008-04-21  Alexandre Julliardwineboot: Automatically update the prefix directory...
2008-04-21  Alexandre Julliardwineboot: Add an option to update the prefix directory...
2008-04-11  Rob Shearmanservices: Automatically start boot-start, system-start...
2008-04-09  Dmitry Timoshkovwineboot: Fix Win64 warnings.
2008-04-07  Francois Gougetwineboot: Make sure COBJMACROS is defined before objidl...
2008-04-02  Alexandre Julliardwineboot: Make services.exe inherit the wineboot event...
2008-04-02  Rob Shearmanwineboot: Start services.exe on startup instead of...
2008-03-31  Alexandre Julliardwineboot: No longer needs to keep running now that...
2008-02-25  Rob Shearmanwineboot: Fix the character count passed to RegEnumKeyW...
2008-02-25  Rob Shearmanwineboot: Fix thread handle leak in runCmd.
2008-02-19  Alexandre Julliardwineboot: Delete files from dllcache once they have...
2008-01-16  Alexandre Julliardwineboot: Add a --init option used when launched automa...
2008-01-10  Andrey Turkinwineboot: Fix installation of SFP protected files.
2008-01-07  Alexandre Julliardwineboot: Don't print errors for non-fatal problems.
2008-01-04  Alexandre Julliardkernel32: Launch wineboot on first startup of a wine...
2007-12-20  Alexandre Julliardwineboot: Convert the rest of the code to Unicode.
2007-12-20  Alexandre Julliardwineboot: Rewrite wininit.ini processing to use GetPriv...
2007-12-20  Alexandre Julliardwineboot: Add support for starting NT-style services.
2007-12-20  Alexandre Julliardwineboot: Simplify the unnecessarily complex code struc...
2007-10-22  Andrew Talbotwineboot: Fix some memory leaks.
2007-10-11  Francois GougetAssorted spelling fixes.
2007-02-14  Misha Koshelevwineboot: Start items in StartUp folder on boot.
2006-10-07  Andrew Talbotwineboot: Cast-qual warning fix.
2006-10-03  Michael Stefaniucwineboot: Win64 printf format warning fixes.
2006-08-17  Alexandre Julliardwineboot: Added support for doing a proper shutdown...
2006-07-17  Aric Stewartwineboot: Copy windows file protection files at boot...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-01-16  Mike McCormackwineboot: Use WIN32_LEAN_AND_MEAN.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-02  Juan LangPrint command that fails to make error message a little...
2005-03-02  Francois GougetAssorted spelling fixes.
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2003-03-12  Shachar Shemesh- Implement finer grained control over what gets run.
2003-02-12  Matthew DavisonMake trace output produced by wineboot more useful.
2003-01-15  Shachar Shemesh- Added a "runCmd" function, based on Andreas Mohr's
2003-01-14  Shachar Shemesh- Added listing of what the boot process is like, listi...
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Shachar ShemeshImplemented the "pending rename" registry processing.
2003-01-07  Shachar Shemesh- Cleaned up the code (saving on chaining strings)...
2003-01-04  Shachar ShemeshInitial wineboot implementation; at this stage only...