Skip Unicode tests if there's no Unicode support.
[wine] / misc / registry.c
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-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-09  Alexandre JulliardMoved 16-bit registry functions to kernel dll and imple...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Andreas MohrRemoved obsolete email address.
2002-05-09  Juergen SchmiedUse only winapi functions in _convert_winnt_registry_to...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-29  Alexandre JulliardLoad classes.dat too.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-22  Andreas MohrSpelling fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-26  Martin PilkaFixed typo which caused the WritetoHomeRegistryFiles...
2001-01-25  Alexandre JulliardFixed typo in HKEY_USERS/.Default creation.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-15  Martin Pilka- registry loading speed up (reduced client <-> server...
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-15  Marcus MeissnerRegSetValueEx16 might get passed 0 as count of databyte...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  David Elliott_nt_parse_nk() should not close keys that it does not...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-09-22  Andreas Mohrfixed the win95 registry loader to have somewhat strict...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-09  Alexandre JulliardFixed lstrcpynAtoW usage (reported by Stas Sergeev).
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-05  Huw D M DaviesStrip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWA...
2000-05-03  Bertho StultiensMmap does not fail on zero-length files.
2000-04-28  Juergen SchmiedSmall fixes, removed asserts.
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-14  Ove KaavenFollow symlinks when saving registry.
2000-04-06  Alexandre JulliardMoved SaveOnlyUpdatedKeys to wine.ini.
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-04-04  Alexandre JulliardCall PROFILE_GetWineIniBool before starting to fill...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-04  Alexandre JulliardFixed error checking in registry saving.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-13  Juergen SchmiedReading of ri blocks.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-30  Juergen Schmied- fixes, loading of settings per user
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-17  Juergen SchmiedBetter error handling, less keys held open.
2000-01-15  Juergen SchmiedNew implementation of the win95 registry loader.
2000-01-09  Juergen Schmied- removed copying of HKEY_USERS to HKEY_CURRENT_USER
2000-01-04  Patrik StridvallFixed some issues found by winapi_check.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-20  Juergen SchmiedNT loader: don't stop loading a hive when an error...
1999-12-12  Marcus MeissnerRemoved 2 useless include winversion.h
1999-12-11  Juergen SchmiedAdded loader for NT registry files.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Marcus MeissnerFixed _copy_registry().
1999-11-25  Alexandre JulliardSeveral bug fixes in save_key().
1999-11-24  Alexandre JulliardAdded wine.conf option for new format registry files.
1999-11-24  Alexandre JulliardAdded support to the server for loading new format...
1999-11-24  Alexandre JulliardBug fixes (thanks to Juergen Schmied).
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.
1999-11-12  Huw D M DaviesFix save_check_tainted to properly scan the tree so...
1999-11-04  Eric PouechEnable safe reading of registry file, even if file...
1999-10-31  Huw D M DaviesFixed a few problems with RegEnumKey*.
1999-10-24  Marcus MeissnerMade LoadHomeRegistryFiles default to TRUE.
1999-10-24  NathanielImproved registry isolation possibilities.
1999-10-13  Marcus MeissnerAlso escape characters >=0x80 within the wineregistry...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-03  Marcus Meissnersubkey_found did not search for _all_ sub keys.
1999-08-07  Andreas MohrImproved (sort of) RegFlushKey.
1999-07-15  Marcus MeissnerERROR_MORE_DATA requires to write the needed number...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Huw D M DaviesAdded `const's to some registry API functions.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Marcus MeissnerFixed the stringcompare in _find_or_add_*() (was missin...
1999-06-12  Marcus MeissnerUse @sysconfdir@ for the default registries in misc...
1999-05-09  Marcus MeissnerMore debug output for RegQueryInfoKey.
1999-05-08  Noomen HamzaBug fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Alexandre JulliardUse $HOME instead of getpwuid for user's home directory.
next