| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-18 | Replaced ExAllocatePoolWithTag to more secure ExAllocatePoolZero in samples ↵ | olegkMS | |
| of filesystems and filesystem filters; made necessary changes to make solutions buildable under recent Visual Studio (#725) | |||
| 2022-03-24 | typos (#706) | witer33 | |
| 2021-07-07 | update hash algorithm to sha256 | Oleg Kagan (111592) | |
| 2021-06-01 | update hash algorithm to sha256 | darwin-msft | |
| update hash algorithm to sha256 | |||
| 2019-09-24 | Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)86973 | pali | |
| FAT Volume Label is stored in the root directory entry and therefore when setting new Volume Label with leading 0xE5 byte it first needs to be converted to 0x05 byte. This step is also required by Microsoft FAT specification (fatgen103.doc) and also applied for all other files and directories. But not for volume label yet. First byte 0xE5 in directory entry means that entry is removed. Similarly, when reading Volume Label from the root directory, leading byte 0x05 first needs to be converted to 0xE5 and then later processed. This is reverse operation as described in previous paragraph. FAT Volume Label is converted from Unicode to bytes according to OEM code page. OEM code page is configured in Language for non-Unicode applications settings in Country/Region settings. When it is set to English (United Kingdom), then OEM code page is 850. And in 850 is Unicode LATIN CAPITAL LETTER O WITH TILDE represented as 0xE5. Therefore this pull request fixes setting FAT label "Õ" when regional settings are set to English (United Kingdom). | |||
| 2019-09-16 | Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604 | Barry Golden | |
| 2019-08-22 | Update README.md (#407)7914479143791427914179140791397913879137791367913579134 | Barry Golden | |
| 2019-08-20 | Update README.md (#404) | Barry Golden | |
| 2019-08-17 | Update README.md | Barry Golden | |
| 2019-07-15 | Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583 | Den Delimarsky | |
| 2019-07-04 | Update sample metadata | Den Delimarsky | |
| 2019-07-04 | Update README.md | Den (Microsoft) | |
| 2019-03-13 | Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842 | Den Delimarsky | |
| 2019-03-13 | Update manifests | Den Delimarsky | |
| 2019-03-13 | Update READMEs | Den Delimarsky | |
| 2019-03-13 | Update READMEs | Den Delimarsky | |
| 2019-03-13 | Update README metadata | Den Delimarsky | |
| 2019-03-13 | Testing samples browser integration | Den Delimarsky | |
| 2019-03-12 | Update README.md for samples portal (#358) | Barry Golden | |
| * Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid | |||
| 2018-10-30 | Fix typos in fastfat comments (#295) | Quinten Johnson | |
| 2018-10-30 | Fix some comment typos (#294) | Quinten Johnson | |
| 2018-10-30 | fix bizarre misspelling (#305) | garanews | |
| bizarre vs bizzare | |||
| 2018-09-24 | Updated YAML manifest for Microsoft Samples portal. (#287) | Barry Golden | |
| * Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests | |||
| 2018-06-20 | [SimRep] Fix printing the correct function name in SimRepPreNetworkQueryOpen ↵ | Ged Murphy | |
| (#244) | |||
| 2018-04-09 | Fix use FILE_LINK_INFORMATION struct for (fileInfoClass == ↵ | Julio Garcia | |
| FileLinkInformation) instead of FILE_RENAME_INFORMATION struct. (#225) There was no error because both structs are same size, but this may change in future versions. | |||
| 2018-02-28 | Added .yaml files for samples portal (#214) | Barry Golden | |
| 2018-02-24 | filesys/cdfs: only set the Top Level IRP if locking succeed for lazy writer ↵ | Pierre Schweitzer | |
| worker. (#209) This avoids hitting the assert again NULL Top Level IRP later on if locking failed. | |||
| 2018-02-08 | Shouldn't consider desired access when checking for volume lock (#207) | Christian Allred | |
| 2018-01-16 | Fix issue #192 | Wei Mao | |
| 2017-08-30 | Update FWLINK. | Barry Golden | |
| 2017-08-24 | VSTS 12737998 | Barry Golden | |
| 2017-03-20 | Fix build failures | Wei Mao | |
| 2017-03-15 | Merge pull request #41 from pccq2002/patch-1 | Wei Mao | |
| Update CdoOperations.c | |||
| 2017-03-15 | Got rid of useless casts in AvScan.c | Elias Bachaalany | |
| 2016-10-06 | minor typo fix | Elias Bachaalany | |
| 2016-08-11 | Updated for "Windows 10 Anniversary Update" (Version 1607) | karlf | |
| 2016-01-09 | Update CdoOperations.c | pccq2002 | |
| 2015-08-12 | Rename README.md files to standardize casing | J M Rossy | |
| 2015-08-06 | Update README.md | Barry Golden | |
| 2015-08-05 | Update README.md | Barry Golden | |
| 2015-07-30 | Update README.md | Barry Golden | |
| 2015-07-29 | Samples update for public Windows 10 release | J M Rossy | |
| Fix #2 Enabling WPP Recorder in Sensors Samples causes errors Fix #4 Add back fixed KMDOD sample Add new BarcodeScanner sample in pos folder Add new MagneticStripeReader sample in pos folder Add new SynpaticsTouch sample in input folder Add new Power Engine Plugin sample in pofx folder Add new DeviceMft sample in avstream folder Add new AvsCamera sample in root Add new SimBatt sample in root Add other pre-existing samples not yet released for Win10 | |||
| 2015-04-29 | terminology changes | Dave Wilson | |
| 2015-04-29 | samples update for //build | Dave Wilson | |
| 2015-03-17 | Initial publish | Dave Wilson | |
