Implemented NetQueryDisplayInformation, NetUserGetInfo, created
[wine] / memory /
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Alexandre JulliardFixed import directory limits (spotted by Jan Kratochvil).
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-20  Dmitry TimoshkovAdded unit test for environment functions and fixed...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre Julliardlstrcpyn[AW] count should be considered unsigned.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-14  Alexandre JulliardUse the "new" LDT set call on Linux.
2002-08-06  Alexandre JulliardDon't change base in map_image since we use it later on.
2002-08-03  Alexandre JulliardSet user address space limit to 0xc0000000.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-29  Alexandre JulliardSet the correct permissions on the PE image sections.
2002-07-25  Bang Jun-YoungMake compile on NetBSD.
2002-07-10  Alexandre JulliardRegEnumValue[AW] need to update the data size on buffer...
2002-07-08  Tommy Schultz LassenFixed lstrcpynA debug tracing.
2002-07-05  Alexandre JulliardMore explicit initialization of info_size for stupid...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-25  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-06-20  Alexandre JulliardAvoid loading programs into the DOS memory area.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Jukka HeinonenWhen using MapSL, 32-bit addresses are no longer trunca...
2002-05-10  Alexandre JulliardBuild an explicit argument structure for mmap instead...
2002-05-08  Andreas MohrReplace SELECTOR_AllocBlock and SELECTOR_FreeBlock...
2002-05-07  Olivier HouchardSupport for getting memory size on FreeBSD.
2002-05-04  Patrik StridvallMS C related changes.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-02  Andreas MohrAdd return traces to GlobalMemoryStatus, GetSystemInfo...
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-29  Alexandre JulliardMake sure the import directory is not in shared memory.
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-02-04  Dmitry TimoshkovReimplement GetStringTypeA and GetStringTypeExA.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2001-12-26  Alexandre JulliardFixed bug in system heap creation when it already exists.
2001-12-20  Uwe BonnesGlobalReAlloc16: If heap has GlobalPageLock set, try...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Rein KlazesAdded error message in LOCAL_GetBlock().
2001-12-05  Alexandre JulliardUse ntdll functions instead of MultiByteToWideChar...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
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-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  Andreas MohrUse exception handler for GlobalUnlock, GlobalFree.
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-21  Andreas MohrCosmetics.
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-09  Alexandre JulliardFix MapViewOfFile to always return a 64K-aligned address.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-09-26  Alexandre JulliardFixed size check in HEAP_FindFreeBlock to make sure...
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Patrik StridvallDocumentation fixes.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-14  Alexandre JulliardAdded direct system call for unaligned mmap support...
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-20  Dmitry TimoshkovVirtualProtect should return correct old protection...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Alexandre JulliardOnly create the system heap when we actually need it.
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-20  Alexandre JulliardFixed MEM_SYSTEM handling to avoid unmapping areas...
2001-02-14  François GougetMisc typos in comments.
2001-02-12  James AbbatielloDon't require write access on the file handle to create a
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-15  Uwe BonnesMapViewOfFileEx: make the returned error dependent...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-12  Alexandre JulliardAdded flag to differentiate file mappings and VirtualAl...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
next