summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-30Update README.md (#427)88568885678856688565885648856388562885618856088559885588855788556Barry Golden
2019-09-26Update README.md (#426)877798777887777877768777587774877738777287771877708776987768Barry Golden
* Update README.md * Update README.md
2019-09-25Update README.md (#425)8758187580875798757887577875768757587574875738757287571875708756987568875678756687565875648756387562Barry Golden
2019-09-25Update README.md (#424)87280872798727887277872768727587274872738727287271872708726987268872678726687265872648726387262872618726087259872588725787255872548725387252Barry Golden
2019-09-24Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)86973pali
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-23Update README.md (#422)8629686295862948629386292862918629086289Barry Golden
2019-09-19Update README.md (#421)8552485523855228552185520855198551885517855168551585514855138551285511855108550985508855078550685505Barry Golden
2019-09-18Update README.md (#420)853518534985348853478534685345853448534385342853418534085339Barry Golden
2019-09-17Update README.md (#419)848928489184890848898488884887Barry Golden
2019-09-16Update README.md (#418)847358473484733847328473184730Barry Golden
2019-09-16Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604Barry Golden
2019-09-12Update README.md (#415)833418334083339833388333783336833358333483333Barry Golden
2019-09-06Update README.md (#412)82047820468204582044820438204282041820408203982038820378203682035820348203382032820318203082029820288202782026Barry Golden
2019-09-05Update README.md (#411)81853818528185181850818498184881847818468184581844818438184281841818408183981838Barry Golden
* Update README.md * Update README.md
2019-09-04Update README.md (#410)8146181460Barry Golden
2019-08-26Fix potential deadlock due to unregistering callouts during a PowerState ↵79745DHarper89936
callback (#408) Moves the unregister of callouts into a workitem routine. Additionally fixed an issue which could potentially leak an IOWorkItem
2019-08-22Update readme.mdBarry Golden
2019-08-22Update README.md (#407)7914479143791427914179140791397913879137791367913579134Barry Golden
2019-08-21Update README.md7867278669Barry Golden
2019-08-21Update README.mdBarry Golden
2019-08-21Update README.mdBarry Golden
2019-08-21Update README.mdBarry Golden
2019-08-20Update README.md (#406)7821478213782127821178210782097820878207782067820578204782037820278201782007819978198781977819678195781947819378192781917819078189781887818778186781857818478183781827818178180781797817878177781767817578174781737817278171781707816978168781677816678165781647816278161781607815978158781577815678155781547815378152781517815078149781487814778146781457814478143781427814178140781397813878137Barry Golden
* Update README.md * Update README.md
2019-08-20Update README.md (#405)778227782177820778197781877817778167781577814778137781277811778107780977808778067780577804778037780277801778007779977798Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-18Update README.md (#403)770217702077019Barry Golden
* Update ReadMe.md * Update README.md
2019-08-17Update ReadMe.mdBarry Golden
2019-08-17Update ReadMe.mdBarry Golden
2019-08-17Merge pull request #402 from barrygolden/masterBarry Golden
Update README.md
2019-08-17Update README.mdBarry Golden
2019-08-17Merge pull request #1 from microsoft/masterBarry Golden
Update fork
2019-08-16Update README.md76812Barry Golden
2019-08-13Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295Vidush Vishwanath
2019-08-07Merge pull request #399 from microsoft/DHarper89936-patch-274200DHarper89936
BUG: Update Tags to match
2019-08-07BUG: Update Tags to matchDHarper89936
update the tags to properly match
2019-08-02Fix Avstream sample build for older Windows versions (#393)73321Sudhaushu
* fix build break for older windows versions * modified to remove future changes
2019-07-15Update heading667286672766726667256672466723667226672166720667196671866717667166671566714667136671266711667106670966707667066670566704667036670266701667006669966698666976669666695666946669366692666916669066689666876668666685666846668366682666816668066679666786667766676666756667466673666726667166670666696666866667666666666566664666636666266661666606665966658666576665666655666546665366652666516665066649666486664766646666446664366642666416664066639666386663766636666356663466633666326663166630Den Delimarsky
2019-07-15Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583Den Delimarsky
2019-07-15Update README.md66574Den (Microsoft)
2019-07-12Update readme.mdDen (Microsoft)
2019-07-10Fix typo. (#386)ChuckEng
Simple typo in one of the OEM Printer Customization Plug-in samples.
2019-07-04Update single sample64656Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-07-04Update README.mdDen (Microsoft)
2019-06-28Update audio samples (#387)Daniel Rugerio
* Update SysVAD public sample. * Add WaveTest public sample.
2019-06-26Update ClassifyFunctions_BasicPacketModificationCallouts.cpp (#388)63036DHarper89936
fix null pointer deref. pSendParams has moved under pCompletionData and any further use must be done from this struct
2019-03-13Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842Den Delimarsky
2019-03-13Testing onboarding more samples44819448184481744816448154481444813448124481144810Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update duplication information44787Den Delimarsky