Release 1.5.29.
[wine] / server / registry.c
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.