wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ntdll / heap.c
2008-05-22  Maarten Lankhorstntdll: Give earlier notify to valgrind that HeapFree...
2008-02-21  Rob Shearmanntdll: When using HEAP_ZERO_MEMORY in heap allocation...
2008-02-21  Rob Shearmanntdll: Fix the use of oldSize in RtlReAllocateHeap...
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-12-24  Eric Pouechvalgrind: Made Wine compliant will latest Valgrind...
2007-11-28  Lionel Debrouxntdll: Trace arena magics (may help debugging some...
2007-11-19  Michael Stefaniucntdll: Remove duplicate includes.
2007-10-03  Juan Langntdll: Fix a typo.
2007-10-03  Alexandre Julliardntdll: Fix the HEAP_CreateSubHeap return value (spotted...
2007-10-02  Alexandre Julliardntdll: Make the heap structure more compatible with...
2007-10-02  Alexandre Julliardntdll: Convert the subheap list to a standard list.
2007-10-02  Alexandre Julliardntdll: Remove assumptions that the subheap is at the...
2007-10-01  Alexandre Julliardntdll: Clear heap blocks also for WARN_ON(heap).
2007-08-28  Detlef Riekenbergntdll: Make RtlCompactHeap more silent.
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-04-12  Vitaliy Margolenntdll: Take size of the arena from the current pointer...
2007-04-05  Alexandre Julliardntdll: Make test for heap boundaries more strict in...
2007-03-12  Jan Zerebeckintdll: Add DebugInfo to critical sections.
2007-02-06  Alexandre Julliardntdll: Clear the DebugInfo field when a shared heap...
2006-12-05  Alexandre Julliardntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE...
2006-10-20  Eric Pouechntdll: Added debug support for notifying block allocati...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-21  Alexandre Julliardntdll: Simplify the sanity checks in RtlFreeHeap and...
2006-07-21  Alexandre Julliardntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
2006-07-21  Alexandre Julliardntdll: Add a few more free list entries to the heap.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-18  Alexandre JulliardFixed some trace format strings (reported by Gerald...
2005-09-16  Alexandre JulliardFixed a few pointer truncation bugs for 64-bit platforms.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-15  Alexandre JulliardFixed some confusion over whether HEAP_MIN_BLOCK_SIZE...
2005-08-12  Alexandre JulliardConverted the process heap list to a standard list.
2005-08-12  Alexandre JulliardConverted the heap free lists to standard lists.
2005-08-03  Alexandre JulliardHack to make the main heap critical section have a...
2005-07-15  Dmitry TimoshkovAvoid unnecessary casts.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Alexandre JulliardDon't require execute permission on the process heap.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-18  Alexandre JulliardRemoved last dependencies on 16-bit headers from ntdll.
2005-03-03  Uwe BonnesDump HeapWalk entries.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-01-24  Dmitry TimoshkovMake HeapFree(NULL) case faster by retrieving heap...
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-06-15  Eric PouechConst correctness.
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Pavel RoskinEliminate dependency on SetLastError().
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardMinor tracing fix.
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-12  Dmitry TimoshkovAdded missing return in HEAP_ValidateInUseArena.
2003-04-14  Alexandre JulliardInsert the last free block of a subheap at the end...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-31  Alexandre JulliardWe have to use the Rtl variant of Enter/LeaveCriticalSe...
2002-07-01  Alexandre JulliardMake sure allocated blocks are aligned on an 8-byte...
2002-06-13  Alexandre JulliardRestored MakeCriticalSectionGlobal that got lost somewhere.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.