reactos.git
2017-12-10 Trevor Thompson[NTFS] - Fix gcc build. Fix CompareTreeKeys(): Don...
2017-12-10 Trevor Thompson[NTFS] - Fix a couple of issues spotted by Thomas:...
2017-12-10 Trevor Thompson[NTFS] - Begin to implement B-Trees. Allow for creating...
2017-12-10 Trevor Thompson[NTFS] - Add some minor fixes and improvements:
2017-12-10 Trevor Thompson[NTFS] - Fix creation of files with long filenames.
2017-12-10 Trevor Thompson[NTFS] - In the NtfsAddFilenameToDirectory() function...
2017-12-10 Trevor Thompson[NTFS] - Fix a mistake with AddFileName() from my last...
2017-12-10 Trevor Thompson[NTFS] - Fix POSIX rules. Fix accessing long filenames...
2017-12-10 Trevor Thompson[NTFS] - Fix IncreaseMftSize(); check IrpContext to...
2017-12-10 Trevor Thompson[NTFS] - Add support for expanding the master file...
2017-12-10 Trevor Thompson[NTFS] - Restructure some code in preparation for the...
2017-12-10 Trevor Thompson[NTFS] - Add some improvements to the previous commit...
2017-12-10 Trevor Thompson[NTFS] - Add the most basic support for file creation...
2017-12-10 Trevor Thompson[NTFS] - Decrease debug spam
2017-12-10 Trevor Thompson[NTFS] - Disable write support by default. Enable it...
2017-12-10 Trevor Thompson[NTFS] - Add support for changing a file's size via...
2017-12-10 Trevor Thompson[NTFS] - Fix a bug with last commit, as spotted by...
2017-12-10 Trevor Thompson[NTFS] - Expand support for resizing resident attribute...
2017-12-10 Trevor Thompson[NTFS] - Commit early results of a small restructuring...
2017-12-10 Trevor Thompson[NTFS] Add support for creating new MFT entries:
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-09 Amine Khaldi[USETUP] LanguageList => MUILanguageList. #179
2017-12-09 Amine Khaldi[ITSS] Get the stubs file out of the source files list...
2017-12-09 Pierre Schweitzer[FASTFAT] Fix FastFAT not returning short name for...
2017-12-09 Pierre Schweitzer[CHKDSK] Don't continue repair if volume is in use
2017-12-09 Pierre Schweitzer[VFATLIB] Make Chkdsk handle volume opening locking...
2017-12-09 Amine Khaldi[SMDLL] Use precomp.h in dllmain.c.
2017-12-09 Amine Khaldi[BROWSEUI/SHELLBARS] Add a PCH.
2017-12-09 Amine Khaldi[GDI32_APITEST] Properly add CreateDIBPatternBrush...
2017-12-09 Amine Khaldi[ACLEDIT][ATL][ATL80][FLTMGR] Get the def files out...
2017-12-09 Pierre Schweitzer[FASTFAT] Finally drop the FileNameInformation class...
2017-12-09 Amine Khaldi[FREELDR] The work done in r70692 overlooked the need...
2017-12-09 Colin Finck[WINSPOOL] Provide stubs with tracing and reasonable...
2017-12-09 Colin Finck[WINSPOOL] Add tracing to all exported APIs.
2017-12-09 Colin Finck[WINSPOOL] Convert the returned Unicode string back...
2017-12-09 Amine Khaldi[USER32_WINETEST] Add a PCH.
2017-12-09 Amine Khaldi[ACPPAGE] Make use of the PCH.
2017-12-09 Amine Khaldi[MSPAINT] Add some header guards.
2017-12-09 Amine Khaldi[LSASRV] Deduplicate SAMPR_ULONG_ARRAY.
2017-12-09 Amine Khaldi[MSAFD] Move the default debug channel to msafd.h.
2017-12-09 Amine Khaldi[HAL] Add some header guards.
2017-12-09 Amine Khaldi[VGA] Correct VgaInterpretCmdStream() declaration.
2017-12-09 Amine Khaldi[UUID] Add a PCH.
2017-12-09 Pierre Schweitzer[FASTFAT] Fix size checking in VfatGetFileNameInformation()
2017-12-09 Pierre Schweitzer[FASTFAT] Don't mix FileNameInformation and FileNamesIn...
2017-12-09 Amine Khaldi[SAMLIB] Use precomp.h in dllmain.c.
2017-12-09 Mark Jansen[SHELL32_APITEST] Add test for SHCreateFileExtractIconW
2017-12-09 Pierre Schweitzer[KERNEL32] Silent a noisy DPRINT1
2017-12-09 Katayama Hirofumi MZ[WIN32K] Fix NtGdiGetTextFaceW to report face name...
2017-12-09 Pierre Schweitzer[FASTFAT] Calculate more accurately buffer length in...
2017-12-09 Pierre Schweitzer[FASTFAT] Allow partial returns on directory info query...
2017-12-08 Amine Khaldi[STOBJECT] Improve the existing PCH and make use of it. good
2017-12-08 Amine Khaldi[CONSRV] Deduplicate GetScreenBufferSizeUnits(), SmallR...
2017-12-08 Pierre Schweitzer[SERVICES] Fix querying the status of a registered...
2017-12-08 Thomas Faber[NTOS:MM] Implement and use MiAcquirePfnLockAtDpcLevel... 154/head
2017-12-08 Thomas Faber[NTOS:MM] Use inline functions to acquire/release the...
2017-12-08 Serge Gautherie[NTDLL_APITEST] Create Test_NtFreeVirtualMemory_Paramet... 150/head
2017-12-08 Thomas Faber[NTDLL_APITEST] Add license header for NtFreeVirtualMem...
2017-12-08 James Tabor[User32|IMM32] Fix a recursion crash in IMM. See CORE... 177/head
2017-12-07 Amine Khaldi[ADVAPI32_APITEST][NTDLL_APITEST][WINDOWSCODECS] Commen...
2017-12-07 Amine Khaldi[COMCTL32][FLTLIB][NETAPI32][SNDVOL32][STOBJECT][WBEMPR...
2017-12-07 Amine Khaldi[SHELL32] Remove unused debug channels and comment...
2017-12-07 Amine Khaldi[ADVAPI32] Remove unused debug channels and comment...
2017-12-07 Amine Khaldi[FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP...
2017-12-07 Amine Khaldi[CMAKE/CLANG-CL] Don't pass /TP twice when we're dealin...
2017-12-07 CNAmira[TRANSLATION] Update Simplified Chinese translations...
2017-12-07 Amine Khaldi[USER32] We're still using this one. Fixes build.
2017-12-07 Giannis Adamopoulos[BROWSEUI] Move _ILIsDesktop to a shared header to...
2017-12-07 Amine Khaldi[USER32] Remove unused debug channels. Silences some...
2017-12-07 Hermès Bélusca... [CMD] Fix resource string (unrecognized escape sequence...
2017-12-07 Amine Khaldi[CMAKE/CLANG-CL] Silence some clang-cl warnings in...
2017-12-07 Serge Gautherie[NTDLL_APITEST] Allow the test to load on Windows XP... 151/head
2017-12-06 Ged Murphy[SERVMAN] Fix return check on PropSheet_IsDialogMessage.
2017-12-06 Luo YufanUpdate Simplified Chinese translation.
2017-12-06 Alexander Shaposhnikov[README] Update to 0.4.7
2017-12-05 Pierre Schweitzer[NTOSKRNL] Only activate dumper in DBG builds
next