server: Only call gettimeofday once per poll loop.
[wine] / server / registry.c
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-07-26  Michael Stefaniucserver: Fix some comparisons between signed and unsigned.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-10  Alexandre Julliardserver: Only accept 0 as registry handle in functions...
2006-06-08  Mike McCormackserver: Fix a possible memory leak.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Mike McCormackserver: Avoid a crash if a registry notify event has...
2006-04-07  Mike McCormackserver: Avoid comparison of -1 with an unsigned variable.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to registry key...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-22  Alexandre JulliardUse struct unicode_str instead of null-terminated strin...
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-08-09  Alexandre JulliardThe temp buffer always stores WCHARs, fixed its type...
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-01  Alexandre JulliardDon't bother loading the config file anymore.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Mike McCormackRemove unnecessary includes.
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardStore the process along with the key handle in notifica...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-23  Rob ShearmanFix several memory leaks.
2005-05-05  Robert Shearman- Fix access rights for RegOpenKeyEx and RegCreateKeyEx...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-20  Alexandre JulliardLoad system.reg and userdef.reg at server init time.
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-03-14  Alexandre JulliardGet rid of the registry saving level hack.
2005-03-10  Peter Berg LarsenTmp was not freed in case of errors in save_branch().
2005-02-24  Alexandre JulliardConvert the key notifications list to a standard list.
2004-11-30  Eric PouechConst correctness fixes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-14  Alexandre JulliardMake sure to save the registry files even if we failed...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-06  Alexandre JulliardRemoved handling of special root keys, this is done...
2004-04-30  Alexandre JulliardAvoid autodetecting the prefix when loading the config...
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-10-01  Gerald PfeiferCast time_t to long for printing.
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-08-19  Mike McCormackImplement registry key unloading.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-02-25  Alexandre JulliardAvoid some redundant calls to time(NULL).
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-12-18  Bill MedlandIf a .reg function is accessed through a symlink then...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-06-20  Alexandre JulliardStore dirty flag in each registry key and use it to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-04-10  Alexandre JulliardFixed handling of \\Registry prefix.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-12  Martin PilkaChanged the condition so it also works in case when...
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-08-28  Albert den HaanFixed typo in HKEY_CURRENT_CONFIG name.
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-04-24  Patrik StridvallFixed some warnings.
2000-04-16  Alexandre JulliardRemoved permission checks in create_key and delete_key...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-26  Andreas MohrMoved some registry definitions to winnt.h.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Huw D M DaviesEnsure that non-NULL terminated stings are saved correctly.
2000-03-08  Patrik StridvallFixed some warnings.
2000-01-27  Juergen SchmiedGet HCU name from unix user name.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-09  Juergen Schmied- removed copying of HKEY_USERS to HKEY_CURRENT_USER
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-10  Ulrich CzekallaFixed off-by-one error.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
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-23  Alexandre JulliardAdded registry support to the server.