Release 1.5.29.
[wine] / dlls / psapi /
2013-02-20  Alexandre Julliardpsapi/tests: Define the required Windows version before...
2012-12-03  André Hentschelpsapi/tests: Fix test on win8.
2012-06-22  Stefan Leichterpsapi/tests: Added tests for EnumProcessModules with...
2012-04-30  Alexandre Julliardkernel32: Fix buffer overflows in K32GetModuleFileNameE...
2012-03-27  Dmitry Timoshkovpsapi: Add missing return value checks.
2012-02-07  Dmitry Timoshkovpsapi: Make sure that NtQueryVirtualMemory(MemorySectio...
2012-02-06  Dmitry Timoshkovpsapi: Add a test for NtQueryVirtualMemory(MemorySectio...
2012-01-31  Alexandre Julliardpsapi/tests: Don't check data returned from a failing...
2012-01-27  Dmitry Timoshkovpsapi: Add more GetMappedFileName tests.
2011-08-26  Francois Gougetpsapi/tests: Fix the EnumProcessModules() test and...
2011-08-05  Francois Gougetkernel32: Implement K32GetProcessImageFileNameA().
2011-05-16  Jacek Cabankernel32: Moved GetPerformanceInfo implementation to...
2011-05-16  Jacek Cabankernel32: Moved GetWsChanges and InitializeProcessForWs...
2011-05-16  Jacek Cabankernel32: Moved EnumPageFiles[AW] implementation to...
2011-05-16  Jacek Cabankernel32: Moved device-related stubs from psapi to...
2011-05-13  Jacek Cabankernel32: Moved GetMappedFileName[AW] stubs to kernel32.
2011-05-12  Jacek Cabankernel32: Moved GetModuleInformation implementation...
2011-05-12  Jacek Cabankernel32: Moved GetModuleFileNameEx[AW] to kernel32.
2011-05-12  Jacek Cabankernel32: Moved GetModuleBaseName[AW] implementation...
2011-05-12  Jacek Cabankernel32: Moved GetProcessMemoryInfo implementation...
2011-05-11  Jacek Cabankernel32: Moved QueryWorkingSet and QueryWorkingSetEx...
2011-05-10  Jacek Cabankernel32: Moved EnumProcessModules implementation to...
2011-05-04  Jacek Cabankernel32: Moved EnumProcesses implementation to kernel32.
2011-04-19  Jacek Cabanpsapi: Forward EmptyWorkingSet implementation to kernel32.
2011-04-08  Jacek Cabankernel32: Moved GetProcessImageFileName implementation...
2010-10-08  Austin Englishpsapi/tests: Get rid of an ugly test macro.
2010-10-05  Austin Englishpsapi/tests: Macro cleanup.
2010-10-04  Austin Englishpsapi/tests: Remove an ugly macro.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-22  Alexandre Julliardpsapi/tests: Fix the working set tests for Wow64.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-05  Alexandre Julliardpsapi/tests: Handle an error that happens on Win2k.
2009-08-27  Louis Lenderspsapi: Add version resource.
2009-04-07  Mikołaj Zalewskipsapi: Implement GetProcessImageNameW.
2009-01-30  Michael Stefaniucpsapi: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-10-21  Paul Vrienspsapi/tests: Use win_skip instead of trace.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-16  Andrew Talbotpsapi: Remove unneeded cast.
2007-06-06  Michael Stefaniucpsapi: GetWsChanges() calls down to the wrong ntdll...
2007-06-06  Michael Stefaniucpsapi: GetPerformanceInfo() calls down to the wrong...
2007-05-29  Francois Gougetpsapi/tests: Fix a signed/unsigned int mismatch.
2007-05-10  Alexandre Julliardpsapi: Don't print output parameters as strings.
2006-10-11  Michael Ploujnikovpsapi/tests: Win64 printf format warning fixes.
2006-10-09  Michael Stefaniucpsapi: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-13  Stefan Leichterpsapi: Fix output parameter of function GetModuleBaseNa...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-07-08  Felix NawothnigMake GetProcessMemoryInfo fail if the passed buffer...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-06-27  Felix NawothnigRewrote the psapi test suite.
2005-06-25  Felix NawothnigDon't dump content of output buffers.
2005-06-23  Felix Nawothnig- Replaced server requests by native APIs in EnumProces...
2005-06-15  Felix Nawothnig- Replaced server requests in EnumProcesses by native...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-03-29  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-01-20  Hans LeidekkerStub implementations for EnumPageFiles{A,W}, GetProcess...
2004-10-22  Stefan LeichterFixed GetModuleBaseNameA tests for WinXP.
2004-07-12  Stefan LeichterFix tests of GetModuleFileNameA on 98/XP.
2004-06-28  Stefan LeichterSkip tests without error if psapi.dll could not be...
2004-06-15  Stefan LeichterMoved implementation of GetModuleBaseName from ascii...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-12-01  Kevin KoltzauExport QueryWorkingSet.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-13  Francois GougetAdd stubs for some new WinXP APIs.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-09  Eric PouechImplemented GetModuleBaseName(AW), GetModuleFileNameEx...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-10-22  Michael StefaniucCompile the psapi dll with STRICT defined.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-22  Hidenori TakeshimaImplemented EnumProcesses and EnumProcessModules.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
next