Redesign of the server communication protocol to allow arbitrary sized
[wine] / memory / registry.c
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-13  Marcus MeissnerCheck for buffer overflows on data returns from RegQuer...
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-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...