winecfg: Write the ProductName registry key based on selected OS.
[wine] / server / request.h
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-23  Alexandre JulliardAdded registry support to the server.
1999-11-13  Alexandre JulliardAdded support for WriteProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-10-13  Ove KaavenAdded socket interface to wineserver.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...