reactos.git
2009-01-03 Stefan Ginsberg- Switch back to the previous implementation of GetPriv...
2009-01-03 Aleksey Bragin- Don't leak a FileObject reference in case of failure.
2009-01-03 Aleksey Bragin- Check if CompletionFilter has a valid value too.
2009-01-03 Dmitry Chapyshev- Add checking of CompletionFilter parameter. This...
2009-01-03 Dmitry Chapyshev- Add spoolss from Wine
2009-01-03 Michael Martin- PeekNamedPipe: Fixed BufferSize calculation, as it...
2009-01-03 Aleksey Bragin- Add a missing EA buffer validation.
2009-01-03 James Tabor- Removed SEH abuse and add notes for the hook code...
2009-01-03 James Tabor- Add check for null Wnd, see bug 3995.
2009-01-02 James Tabor- Implement RtlQuerySecurityObject.
2009-01-02 Hervé PoussineauFix serial devices detection
2009-01-02 Timo KreuzerUse the bitmap's palette, not the DC one's in NtGdiGetD...
2009-01-02 Stefan Ginsberg- Cleanup AccessCheck, and set the correct last error...
2009-01-02 Aleksey Bragin- Add Dmitry Gorbachev's hack for bug 3626 problem...
2009-01-02 Stefan Ginsberg- Add Wine's GetPrivateObjectSecurity and use it instea...
2009-01-02 Johannes Anderwald- Store PhysicalDeviceObject in device extension
2009-01-02 Aleksey Bragin- Remove incorrect and undocumented FsRtlNotifyReportCh...
2009-01-02 Aleksey Bragin- All FsRtlRemoveMcb functions return void.
2009-01-01 Timo KreuzerFlush the gdi batch in NtGdiDeletObjectApp to make...
2009-01-01 Stefan Ginsberg- Only reserve APIC memory on x86
2009-01-01 Aleksey Bragin- Fix an always true comparison in IoCheckEaBufferValidity.
2009-01-01 Colin FinckHappy new year everybody!
2009-01-01 Michael Martin- Deference pProcess not Process.
2008-12-31 Michael Martin- Implement SetupDiSetDeviceInstallParamsA.
2008-12-31 Martin Fuchsupdate XMLStorage: preserve CDATA formating of processe...
2008-12-31 Ged Murphy- Set a dummy revision number. This value should be...
2008-12-31 Dmitry Chapyshev- Fix attributes
2008-12-31 Aleksey Bragin- Add a new API to Freeldr's memory manager, which...
2008-12-31 Dmitry Chapyshev- Fix ReadDirectoryChangesW
2008-12-31 Christoph von... fix build
2008-12-31 Christoph von... sync wintrust and cryptui to wine 1.1.11
2008-12-31 Dmitry Chapyshev- Add check of params
2008-12-31 Christoph von... add dwmapi from wine 1.1.11
2008-12-30 Jeffrey MorlanMake IF /? work again
2008-12-30 KJK::Hyperionmodified include/reactos/libs/pseh/pseh2.h
2008-12-30 Ged Murphyupdate doxygen config to doxygen 1.5.8
2008-12-30 KJK::Hyperionmodified include/reactos/libs/pseh/pseh2.h
2008-12-30 Christoph von... fix some more security winetests
2008-12-30 Christoph von... fix some more security winetests
2008-12-30 Christoph von... fix some security winetests
2008-12-30 Christoph von... get icmp.dll to work
2008-12-30 Christoph von... fix a winetest failure
2008-12-30 Christoph von... fix iphlpapi winetests
2008-12-30 Aleksey Bragin- Silence debug output.
2008-12-30 Christoph von... add iphlpapi_winetest to bootcd
2008-12-30 Christoph von... add func_iphlpapi winetest from wine 1.1.11
2008-12-30 Christoph von... add ws2_32_winetest to bootcd
2008-12-30 Christoph von... add ws2_32 winetest from wine 1.1.11
2008-12-30 Dmitry Chapyshev- Implement FreeContextBuffer
2008-12-30 Dmitry Chapyshev- Implement InitSecurityInterfaceA/W
2008-12-30 KJK::Hyperionmodified tests/pseh2/psehtest.c
2008-12-30 KJK::Hyperionmodified lib/pseh/framebased-gcchack.c
2008-12-29 Dmitry GorbachevFix UTF-8 -> Wide Char conversion bug #3990.
2008-12-29 Dmitry Chapyshev- Remove lpAddress check, this is broken trunk
2008-12-29 Dmitry GorbachevFix translations. Patch by Mario Kacmar. Bug #3955.
2008-12-29 Dmitry Gorbachev- Fix more ICU warnings
2008-12-29 Dmitry Gorbachev- Fix indentation.
2008-12-29 Stefan Ginsberg- Fix ICU warnings
2008-12-29 Stefan Ginsberg- Silence riched20 format warnings
2008-12-29 Stefan Ginsberg- Silence Uniata warnings, add a .diff and remove allow...
2008-12-29 Christoph von... fix copy and paste error
2008-12-29 Christoph von... add crypt32_winetest to bootcd
2008-12-29 Christoph von... add crypt32 winetest from wine 1.1.11
2008-12-29 Christoph von... add wintrust_winetest to bootcd
2008-12-29 Christoph von... add wintrust winetest from wine 1.1.11
2008-12-29 Christoph von... add jscript_winetest to bootcd
2008-12-29 Christoph von... add jscript winetest from wine 1.1.11
2008-12-29 Johannes Anderwald- Add IIrpTarget, IKsWorkSink, IKsShellTransport, IIrpS...
2008-12-29 Christoph von... sync urlmon winetest to wine 1.1.11
2008-12-29 Christoph von... sync urlmon.idl to wine 1.1.11
2008-12-29 Christoph von... sync riched20 winetest to wine 1.1.11
2008-12-29 Christoph von... fix "Primary mouse button changes prematurely."
2008-12-29 Christoph von... fix doxygen @name for ExpSystemErrorHandler patch by...
2008-12-29 Dmitry GorbachevAdd Slovak koruna to Calculator, update Korean file.
2008-12-29 James Tabor- Support MOVEFILE_WRITE_THROUGH flag.
2008-12-28 Johannes Anderwald- Add IPowerNotify interface
2008-12-28 Johannes Anderwald- Add IPinCount interface
2008-12-28 Johannes Anderwald- Add ISubdevice interface
2008-12-28 Johannes Anderwald- Acquire lock before deleting
2008-12-28 Dmitry Chapyshev- Fix GetLogicalDriveStringsA/W. +5 passed tests
2008-12-28 Dmitry Chapyshev- Fix build ;)
2008-12-28 Dmitry Chapyshev- Add check of params for VirtualAllocEx and VirtualFreeEx
2008-12-28 Dmitry GorbachevFix bug #3984.
2008-12-28 Dmitry GorbachevFix bug #3975.
2008-12-28 Christoph von... sync browseui winetest to wine 1.1.11
2008-12-28 Christoph von... sync usp10 winetest to wine 1.1.11
2008-12-28 Christoph von... sync version winetest to wine 1.1.11
2008-12-28 Christoph von... sync lz32 winetest to wine 1.1.11
2008-12-28 Christoph von... sync mstask winetest to wine 1.1.11
2008-12-28 Christoph von... sync comdlg32 winetest to wine 1.1.11
2008-12-28 Christoph von... add some missing GUIDs
2008-12-28 Christoph von... sync advpack winetest to wine 1.1.11
2008-12-28 Christoph von... sync comcat winetest to wine 1.1.11
2008-12-28 Christoph von... sync cabinet winetest to wine 1.1.11
2008-12-28 Christoph von... sync msi winetest to wine 1.1.11
2008-12-28 Christoph von... update system restore header
2008-12-28 Dmitry GorbachevDo not return garbage in cbSize field of CURSORINFO.
2008-12-28 Dmitry Gorbachev- Change description of what OARCH option does.
2008-12-28 Daniel ReimerBug 3983: notepad update by Mario Kacmar
2008-12-28 Daniel ReimerCtrl -> Strg
next