Added handle_t type to server interface so that we can make handles
[wine] / misc / registry.c
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.
1999-04-24  Noomen HamzaSet (when registry loaded) data to "\0" and length...
1999-04-22  Noomen HamzaInitialize the output buffer parameters to 0 in RegQuer...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-11  David GayFixed crash due to a value of name length 0, value...
1999-04-10  Sylvain St.GermainImplementation of HKU key saving and loading. Add new...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-14  Nathan ZorichAllow the file names and paths for the registry files...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-13  Andreas MohrRegFlushKey: wrong error code.
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-01-31  Juergen SchmiedImplemented handling of REG_MULTI_SZ and fixed small...
1999-01-23  Juergen SchmiedNew functions lmemcpynAtoW and lmemcpynWtoA for conve...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-11-30  Gavriel StateFixed registry query error value: now returns ERROR_FIL...
1998-11-14  Juergen SchmiedFixed warnings, some only visible with -Wstrict-prototy...
1998-11-08  Uwe BonnesAPI documentation says that RegEnumKeyEx, RegEnumValue and
1998-11-06  John RichardsonFix wide character functions to return character count...
1998-10-17  Marcus MeissnerFixed some more missing WINAPIs (hopefully correct).
1998-10-11  Matthew BeckerDocumentation corrections/standardizations.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
next