2002-03-29 |
Alexandre Julliard | Load classes.dat too. |
blob | commitdiff | raw |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-22 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Martin Pilka | Fixed typo which caused the WritetoHomeRegistryFiles... |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Alexandre Julliard | Fixed typo in HKEY_USERS/.Default creation. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Martin Pilka | - registry loading speed up (reduced client <-> server... |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Finished separation of advapi32. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Marcus Meissner | RegSetValueEx16 might get passed 0 as count of databyte... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-10-31 |
David Elliott | _nt_parse_nk() should not close keys that it does not... |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Andreas Mohr | fixed the win95 registry loader to have somewhat strict... |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Alexandre Julliard | Fixed lstrcpynAtoW usage (reported by Stas Sergeev). |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
blob | commitdiff | raw | diff to current |
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 |
next |