Send message for WSAAsyncSelect sockets directly from the server,
[wine] / memory / virtual.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2001-11-30  Andrew Lewyckymap_image: map the PE header readonly.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-24  Alexandre JulliardTry to use read instead of mmap for files on removable...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-09  Alexandre JulliardFix MapViewOfFile to always return a 64K-aligned address.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-06-14  Alexandre JulliardAdded direct system call for unaligned mmap support...
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-04-20  Dmitry TimoshkovVirtualProtect should return correct old protection...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-20  Alexandre JulliardFixed MEM_SYSTEM handling to avoid unmapping areas...
2001-02-12  James AbbatielloDon't require write access on the file handle to create a
2001-01-15  Uwe BonnesMapViewOfFileEx: make the returned error dependent...
2001-01-12  Alexandre JulliardAdded flag to differentiate file mappings and VirtualAl...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-29  Andreas MohrVirtualQuery should return 0 for all addresses >= 0xc00...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-07  Alexandre JulliardFixed 0/-1 mixup for indicating no mapping handle.
2000-10-13  Guy AlbertelliValidate access even if wrap past address 0 for IsBadSt...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Gerard PatelLocks the virtual views linked list.
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-16  Andreas MohrAdded VirtualAllocEx.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-01  Peter GantenCommitting a page of a shared mapping in one process...
2000-05-01  Alexandre JulliardUse exception handling to implement the IsBad* functions.
2000-04-29  Ove KaavenAdd Wine-internal allocation type MEM_SYSTEM for Virtua...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-10  Alexandre JulliardRemoved PROCESS_IsCurrent().
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-15  Alexandre JulliardFixed allocation rounding for MEM_RESERVE.
1999-11-10  Ulrich WeigandWhen decommitting, remap zero pages using MAP_FIXED.
1999-11-08  Alexandre JulliardRemap zero-pages when decomitting a page range (based...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-15  Alexandre JulliardServer reorganization:
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Marcus MeissnerCreateFileMapping SetLastError(0)s on newly created...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Alexandre JulliardAdded support for mappings with no associated file.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Alexandre JulliardRemoved MEM_MAPPED_FILE_Ops.
1999-02-09  Ulrich WeigandChange fault handler 'addr' argument to LPCVOID.
1999-01-28  Marcus MeissnerFixed FILE_VIEW struct initialisation.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-02  Alexandre JulliardFixed bug in CreateFileMapping when name is not NULL.
1999-01-01  Alexandre JulliardUse server file mapping objects.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-10-31  Marcus MeissnerRemoved the FIXME() and moved SetLastError(0) to the...
1998-10-26  Marcus MeissnerAnon shared mapping fixed for file sharing.
1998-10-25  Marcus MeissnerDelete the filename for the mapping instantly.
1998-10-21  Marcus MeissnerSupport anon shared mappings using temporary files...
1998-10-18  Turchanov SergeyAdded VIRTUAL_MapFileW to map file to memory in one...
1998-10-17  Marcus MeissnerAdded FIXME() for a slightly incorrect implementation...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-04-15  Alexandre JulliardRelease 970415 wine-970415
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305