Started moving functions that deal with Unix file descriptors to a
[wine] / server / registry.c
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.