- 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 99f2f39 Spelling fixes. by Andreas Mohr · 24 years ago
- dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- ac0b814 Fixed typo which caused the WritetoHomeRegistryFiles option to be ignored. by Martin Pilka · 24 years ago
- 306fc9c Fixed typo in HKEY_USERS/.Default creation. by Alexandre Julliard · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- 57f8eb7 - registry loading speed up (reduced client <-> server communication) by Martin Pilka · 24 years ago
- 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
- 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- 5ce2329 Finished separation of advapi32. by Alexandre Julliard · 24 years ago
- 8f1e39f RegSetValueEx16 might get passed 0 as count of databytes, determine by Marcus Meissner · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- c6161ac _nt_parse_nk() should not close keys that it does not open. by David Elliott · 24 years ago
- 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
- fd81049 fixed the win95 registry loader to have somewhat stricter checking. by Andreas Mohr · 25 years ago
- 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
- cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
- ad28d39 Fixed lstrcpynAtoW usage (reported by Stas Sergeev). Small cleanups. by Alexandre Julliard · 25 years ago
- 2e011a5 Lots of spelling fixes that accumulated in my tree again, made several by Andreas Mohr · 25 years ago
- a01004d Added support for registry values larger than the server buffer. by Alexandre Julliard · 25 years ago
- e5565ff Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives. by Huw D M Davies · 25 years ago
- 5b8eb2d Mmap does not fail on zero-length files. by Bertho Stultiens · 25 years ago
- 6889c68 Small fixes, removed asserts. by Juergen Schmied · 25 years ago
- c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
- b43b9d9 Follow symlinks when saving registry. by Ove Kaaven · 25 years ago
- 08b289d Moved SaveOnlyUpdatedKeys to wine.ini. by Alexandre Julliard · 25 years ago
- fbace6e Added a per-drive FailReadOnly flag, and removed the global by Alexandre Julliard · 25 years ago
- a57d77a Call PROFILE_GetWineIniBool before starting to fill the request by Alexandre Julliard · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
- fe08568 Moved command-line option handling out of the X11 driver. by Alexandre Julliard · 25 years ago
- 7e9913f Fixed some warnings. by Patrik Stridvall · 25 years ago
- f53aba8 Fixed error checking in registry saving. by Alexandre Julliard · 25 years ago
- 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
- bd1dcd7 Reading of ri blocks. Better error handling. by Juergen Schmied · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- 8573cc7 - fixes, loading of settings per user by Juergen Schmied · 25 years ago
- 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
- 0311eb3 Better error handling, less keys held open. by Juergen Schmied · 25 years ago
- 271ba29 New implementation of the win95 registry loader. by Juergen Schmied · 25 years ago
- 5d0ae2d - removed copying of HKEY_USERS to HKEY_CURRENT_USER by Juergen Schmied · 25 years ago
- 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
- baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
- c35cce2 NT loader: don't stop loading a hive when an error occurs. by Juergen Schmied · 25 years ago
- ed0da3f Removed 2 useless include winversion.h by Marcus Meissner · 25 years ago
- 9e6b1d1 Added loader for NT registry files. by Juergen Schmied · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- ac28aa2 Fixed _copy_registry(). by Marcus Meissner · 25 years ago
- 6b34fed Several bug fixes in save_key(). by Alexandre Julliard · 25 years ago
- 705686e Added wine.conf option for new format registry files. by Alexandre Julliard · 25 years ago
- 53f3a83 Added support to the server for loading new format (version 2) files. by Alexandre Julliard · 25 years ago
- b3d90e4 Bug fixes (thanks to Juergen Schmied). by Alexandre Julliard · 25 years ago
- 2fab2ef Changed to use new server-side registry support. by Alexandre Julliard · 25 years ago
- f49cb52 Fix save_check_tainted to properly scan the tree so that all tainted by Huw D M Davies · 25 years ago
- c0bcf26 Enable safe reading of registry file, even if file is broken. by Eric Pouech · 25 years ago
- 13d00c8 Fixed a few problems with RegEnumKey*. by Huw D M Davies · 25 years ago
- 31b9dab Made LoadHomeRegistryFiles default to TRUE. by Marcus Meissner · 25 years ago
- 7bf36ad Improved registry isolation possibilities. by Nathaniel · 25 years ago
- 229a28f Also escape characters >=0x80 within the wineregistry savefile. by Marcus Meissner · 25 years ago
- e92331f Fixed ANSI C violations. by Patrik Stridvall · 26 years ago
- 1c40562 subkey_found did not search for _all_ sub keys. by Marcus Meissner · 26 years ago
- d4b13da Improved (sort of) RegFlushKey. by Andreas Mohr · 26 years ago
- fe9bdf9 ERROR_MORE_DATA requires to write the needed number of bytes into the by Marcus Meissner · 26 years ago
- 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
- df088c6 Added `const's to some registry API functions. by Huw D M Davies · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- f2ef145 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s). by Marcus Meissner · 26 years ago
- adf8a0c Use @sysconfdir@ for the default registries in misc/registry.c too. by Marcus Meissner · 26 years ago
- 450bc79 More debug output for RegQueryInfoKey. by Marcus Meissner · 26 years ago
- c4cd0bf Bug fixes. by Noomen Hamza · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- 154c99b Use $HOME instead of getpwuid for user's home directory. by Alexandre Julliard · 26 years ago
- 9adef53 Set (when registry loaded) data to "\0" and length to 2 in empty by Noomen Hamza · 26 years ago
- 7a0c2e6 Initialize the output buffer parameters to 0 in RegQueryValue* by Noomen Hamza · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 6f0056d Fixed crash due to a value of name length 0, value length 0 at the end by David Gay · 26 years ago
- e533222 Implementation of HKU key saving and loading. Add new supported data by Sylvain St.Germain · 26 years ago
- 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
- bd3771c Allow the file names and paths for the registry files (user.reg and by Nathan Zorich · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- b24fc08 Authors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca> by Alexandre Julliard · 26 years ago
- 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
- 743885a RegFlushKey: wrong error code. by Andreas Mohr · 26 years ago
- 1ed51af Small fixes to compile with the headers (mostly nt-security). by Juergen Schmied · 26 years ago
- f74fa4e Implemented handling of REG_MULTI_SZ and fixed small bug in RegSetValue. by Juergen Schmied · 26 years ago
- 26cae9d New functions lmemcpynAtoW and lmemcpynWtoA for converting by Juergen Schmied · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- d290aa4 Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND. by Gavriel State · 26 years ago
- ebc2b77 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic. by Juergen Schmied · 26 years ago
- 8776344 API documentation says that RegEnumKeyEx, RegEnumValue and by Uwe Bonnes · 26 years ago
- 2bb013b Fix wide character functions to return character count in character by John Richardson · 26 years ago
- f4f1719 Fixed some more missing WINAPIs (hopefully correct). by Marcus Meissner · 26 years ago
- b05264f Documentation corrections/standardizations. by Matthew Becker · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927