No need to allocate too much memory, as SetupDiGetDeviceRegistryPropertyW returns...
[reactos.git] / reactos / lib /
2005-09-02 Hervé PoussineauNo need to allocate too much memory, as SetupDiGetDevic...
2005-09-01 Gunnar Dalsnesfixed RtlCompareUnicodeString and RtlCompareString...
2005-08-30 Hartmut BirrPrint the exception code and the faulting address,...
2005-08-30 Hartmut BirrInvoke always our own exception handler if the exceptio...
2005-08-30 Hartmut BirrDon't interpret SIG_DFL and SIG_IGN as real handler...
2005-08-29 Filip NavaraFormatting and code style changes.
2005-08-29 Thomas Bluemel- don't close handles of keys in RegDeleteTree() that...
2005-08-28 Eric KohlImplement CM_Get_Class_Key_Name[_Ex]A/W and CM_Open_Cla...
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-27 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-27 Eric KohlImplement StringTableInitializeEx, StringTableGetExtraD...
2005-08-27 Thomas Bluemelimplemented RegDeleteTree() (untested!)
2005-08-27 Hervé PoussineauImplement SetupDiSelectBestCompatDrv, by sorting driver...
2005-08-27 Eric KohlImplement LogonUserA.
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-26 Thomas Bluemelimplemented CreateSymbolicLink() (not tested/verified...
2005-08-26 Thomas Bluemelremoved obsolete variable in RegOpenUserClassesRoot()
2005-08-26 Thomas BluemelRegLoadMUIStringA/W are not implemented yet...
2005-08-26 Thomas Bluemeladded stubs for RegLoadMUIStringA/W()
2005-08-26 Thomas Bluemelimplemented RegDisablePredefinedCacheEx()
2005-08-25 Thomas Bluemeladd stub for ControlServiceEx()
2005-08-25 Thomas Bluemelenable theming of the checklist control
2005-08-25 Thomas Bluemel- added stubs for Set/GetConsoleHistoryInfo(), GetConso...
2005-08-25 Thomas Bluemeladd stubs for CreateSymbolicLinkA/W
2005-08-25 Maarten BosmaFill some more structs, that ms ddraw fill as well.
2005-08-25 Hartmut BirrFixed a bug in RtlLeaveCriticalSection. We have only...
2005-08-25 Thomas Bluemelminor simplifications
2005-08-25 Thomas Bluemelopen subkey with sufficient rights in RegDeleteTree
2005-08-25 Thomas Bluemeladded stubs for RegDeleteTreeA/W() and RegCopyTreeA/W()
2005-08-25 Thomas Bluemelcheck for console handles in Get/SetFileAttributesByHan...
2005-08-24 Thomas Bluemelimplemented SetFileAttributesByHandle() and GetFileAttr...
2005-08-24 Thomas Bluemelimplemented RegSetKeyValueA/W
2005-08-24 Thomas Bluemelimplemented RegDeleteKeyValueA/W()
2005-08-24 Thomas Bluemelimplemented IsThreadAFiber()
2005-08-23 Hervé PoussineauFix special case in SetupGetLineTextA/W and SetupGetStr...
2005-08-22 Gunnar Dalsnesmove old cruft
2005-08-22 Gunnar Dalsnesprepare move old cruft
2005-08-21 Filip NavaraReplace wcsncpy with lstrcpynW / memcpy as appropriate.
2005-08-21 Filip NavaraFix implementation of wcsnlen and strnlen.
2005-08-21 Filip NavaraFix buffer overflow in lstrcpynW and lstrcpynA.
2005-08-21 Thomas Bluemeladd prototypes of RtlDosPathNameToRelativeNtPathName_U...
2005-08-19 Steven EdwardsAdded support for MOVEFILE_DELAY_UNTIL_REBOOT, based...
2005-08-19 Emanuele AlibertiGroup keyboard mappers in a common directory, like...
2005-08-17 Alex IonescuAdd back MessageData to PQUEUED_MESSAGE. It was acciden...
2005-08-16 Andrew MungerDo not free a Critical Section we did not initialize...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-16 Emanuele AlibertiAdd a stub for NTDLL!CsrGetProcessId.
2005-08-16 Emanuele AlibertiMake NTDLL not bind automatically to the Win32 server.
2005-08-16 Steven EdwardsChanges to get msi based installers mostly working
2005-08-15 Steven EdwardsChangelog:
2005-08-14 Gé van Geldorpindex is 1-based at this point, index == line->nb_field...
2005-08-13 Emanuele AlibertiMake 'rosapps' module build.
2005-08-12 Hervé PoussineauImplement SetupDiCallClassInstaller (still doesn't...
2005-08-12 Hervé PoussineauAlways set a valid class Guid in CreateDeviceInfoElement
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-12 Gé van GeldorpSync to Wine-20050725:
2005-08-11 Gé van GeldorpRevert last Wine sync to pidl.c, since it breaks SHGetP...
2005-08-11 Hartmut BirrInitialized the cnt value of the file structure.
2005-08-11 Hartmut BirrDefined DbgPrint.
2005-08-11 Hartmut BirrFixed the loading of the global flag.
2005-08-11 Hartmut Birr- Open the BaseNamedObjects directory case insensitive.
2005-08-11 Hartmut BirrHonour the inheritance of a handle if it would be dupli...
2005-08-11 Hartmut BirrCall the registered exit functions if the dll is unloaded.
2005-08-11 Hartmut BirrReimplemented FindFirstFileEx and removed some overhead.
2005-08-11 Gé van GeldorpSync to Wine-20050725:
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Steven EdwardsTrackMoveEvent is a semi-implemented not UNIMPLEMENTED...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-10 Magnus OlsenWindows 2000 does not always zerofill data if you are...
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger...
2005-08-10 Gunnar Dalsnesfix horribly broken ftol. this fixes abiword 2.0.3
2005-08-10 Hartmut BirrFixed the base detection in RtlUnicodeStringToInteger.
2005-08-09 Hervé PoussineauActive functions related to interfaces enumeration...
2005-08-09 Maarten BosmaFull some additional Structs
2005-08-09 Steven Edwardsimplemented ?name@type_info@@QBEPBDXZ.msvcr and __unDNa...
2005-08-09 Hervé PoussineauImplement SetupDiGetSelectedDriverW/SetupDiSetSelectedD...
2005-08-09 Hartmut Birr- Don't try to close the thread handle twice.
2005-08-09 Hartmut Birr- Don't try to free the returned buffer from getenv.
2005-08-09 Maarten BosmaAdd second call to DdQueryDirectDrawObject.
2005-08-09 Magnus Olsenfix a minor bug, for bad writen driver. some drv checki...
2005-08-09 Alex IonescuReturn failure if native function failed. one more...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-09 Magnus OlsenThx Royce3 for notice's a typo error CreateData to...
2005-08-09 Alex IonescuFix exception handling by not reseting PreviousMode...
2005-08-08 Magnus OlsenAdd a check to see if surface can be create, it return...
2005-08-08 Magnus Olsenfix a simple bug that I did intrudes with my last commit
2005-08-08 Hervé PoussineauI forgot to add SetupDiDeleteDeviceInfo to .spec file...
next