2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
blob | commitdiff | raw |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the serve... |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Huw D M Davies | Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWA... |
blob | commitdiff | raw | diff to current |
2000-05-03 |
Bertho Stultiens | Mmap does not fail on zero-length files. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Juergen Schmied | Small fixes, removed asserts. |
blob | commitdiff | raw | diff to current |
2000-04-16 |
Alexandre Julliard | Save the registry on server exit without client interve... |
blob | commitdiff | raw | diff to current |
2000-04-14 |
Ove Kaaven | Follow symlinks when saving registry. |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Alexandre Julliard | Moved SaveOnlyUpdatedKeys to wine.ini. |
blob | commitdiff | raw | diff to current |
2000-04-04 |
Alexandre Julliard | Added a per-drive FailReadOnly flag, and removed the... |
blob | commitdiff | raw | diff to current |
2000-04-04 |
Alexandre Julliard | Call PROFILE_GetWineIniBool before starting to fill... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Alexandre Julliard | Fixed error checking in registry saving. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Juergen Schmied | Reading of ri blocks. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Juergen Schmied | - fixes, loading of settings per user |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
blob | commitdiff | raw | diff to current |
2000-01-17 |
Juergen Schmied | Better error handling, less keys held open. |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Juergen Schmied | New implementation of the win95 registry loader. |
blob | commitdiff | raw | diff to current |
2000-01-09 |
Juergen Schmied | - removed copying of HKEY_USERS to HKEY_CURRENT_USER |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Juergen Schmied | NT loader: don't stop loading a hive when an error... |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Marcus Meissner | Removed 2 useless include winversion.h |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Juergen Schmied | Added loader for NT registry files. |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Marcus Meissner | Fixed _copy_registry(). |
blob | commitdiff | raw | diff to current |
1999-11-25 |
Alexandre Julliard | Several bug fixes in save_key(). |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Alexandre Julliard | Added wine.conf option for new format registry files. |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Alexandre Julliard | Added support to the server for loading new format... |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Alexandre Julliard | Bug fixes (thanks to Juergen Schmied). |
blob | commitdiff | raw | diff to current |
1999-11-23 |
Alexandre Julliard | Changed to use new server-side registry support. |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Huw D M Davies | Fix save_check_tainted to properly scan the tree so... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Eric Pouech | Enable safe reading of registry file, even if file... |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Huw D M Davies | Fixed a few problems with RegEnumKey*. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Marcus Meissner | Made LoadHomeRegistryFiles default to TRUE. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Nathaniel | Improved registry isolation possibilities. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Marcus Meissner | Also escape characters >=0x80 within the wineregistry... |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Patrik Stridvall | Fixed ANSI C violations. |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Marcus Meissner | subkey_found did not search for _all_ sub keys. |
blob | commitdiff | raw | diff to current |
1999-08-07 |
Andreas Mohr | Improved (sort of) RegFlushKey. |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Marcus Meissner | ERROR_MORE_DATA requires to write the needed number... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Huw D M Davies | Added `const's to some registry API functions. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Marcus Meissner | Fixed the stringcompare in _find_or_add_*() (was missin... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Marcus Meissner | Use @sysconfdir@ for the default registries in misc... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Marcus Meissner | More debug output for RegQueryInfoKey. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Noomen Hamza | Bug fixes. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Alexandre Julliard | Use $HOME instead of getpwuid for user's home directory. |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Noomen Hamza | Set (when registry loaded) data to "\0" and length... |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Noomen Hamza | Initialize the output buffer parameters to 0 in RegQuer... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
David Gay | Fixed crash due to a value of name length 0, value... |
blob | commitdiff | raw | diff to current |
1999-04-10 |
Sylvain St.Germain | Implementation of HKU key saving and loading. Add new... |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Nathan Zorich | Allow the file names and paths for the registry files... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Alexandre Julliard | Authors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Andreas Mohr | RegFlushKey: wrong error code. |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Juergen Schmied | Small fixes to compile with the headers (mostly nt... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Juergen Schmied | Implemented handling of REG_MULTI_SZ and fixed small... |
blob | commitdiff | raw | diff to current |
1999-01-23 |
Juergen Schmied | New functions lmemcpynAtoW and lmemcpynWtoA for conve... |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1998-11-30 |
Gavriel State | Fixed registry query error value: now returns ERROR_FIL... |
blob | commitdiff | raw | diff to current |
1998-11-14 |
Juergen Schmied | Fixed warnings, some only visible with -Wstrict-prototy... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Uwe Bonnes | API documentation says that RegEnumKeyEx, RegEnumValue and |
blob | commitdiff | raw | diff to current |
1998-11-06 |
John Richardson | Fix wide character functions to return character count... |
blob | commitdiff | raw | diff to current |
1998-10-17 |
Marcus Meissner | Fixed some more missing WINAPIs (hopefully correct). |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Matthew Becker | Documentation corrections/standardizations. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
blob | commitdiff | raw | diff to current |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-08-04 |
Alexandre Julliard | Release 970804 wine-970804 |
blob | commitdiff | raw | diff to current |
1997-05-09 |
Alexandre Julliard | Release 970509 wine-970509 |
blob | commitdiff | raw | diff to current |
1997-02-15 |
Alexandre Julliard | Release 970215 wine-970215 |
blob | commitdiff | raw | diff to current |
1997-01-20 |
Alexandre Julliard | Release 970120 wine-970120 |
blob | commitdiff | raw | diff to current |
1997-01-12 |
Alexandre Julliard | Release 970112 wine-970112 |
blob | commitdiff | raw | diff to current |
1997-01-01 |
Alexandre Julliard | Release 970101 wine-970101 |
blob | commitdiff | raw | diff to current |
next |