summaryrefslogtreecommitdiff
path: root/network/trans
AgeCommit message (Collapse)Author
2018-09-24Updated 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-02-28Added .yaml files for samples portal (#214)Barry Golden
2018-01-16Fix issue #29Wei Mao
2017-08-25VSTS 12737998Barry Golden
2017-08-18Fix another typo in WFPSamplerCalloutDriver.inxWei Mao
2017-08-16Fix typo in WFPSamplerCalloutDriver.inxWei Mao
2017-03-20Fix build failuresWei Mao
2017-03-18Merge pull request #38 from plujon/msnmntr-bad-castWei Mao
Avoid 0x80000003 on 32-bit Windows in msnmntr.
2016-08-18Updating registry settings and valueskarlf
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2016-02-29Revised Version of WFP SamplerAdam Shapiro
Revised WFP Sampler
2015-12-22Avoid 0x80000003 on 32-bit Windows in msnmntr.Jon
The exception occurs in MonitorCoStreamFlowDeletion, but the bug is in MonitorCoCreateFlowContext. In 32-bit Windows, the high bit of kernel mode pointers is set, and the pointer value is 0x80000000 or above. Casting 0x80000000 to a UINT64 yields 0xffffffff80000000 because of sign extension. ULongLongToULongPtr converts 0xffffffff80000000 to 0xffffffff. Boom. Cast using an intermediate uintptr_t to avoid the sign extension in the first place.
2015-08-20Move network/trans/WFPSampler README.md into sample's folderJ M Rossy
2015-08-12Rename README.md files to standardize casingJ M Rossy
2015-08-07Update README.mdBarry Golden
2015-08-06Update README.mdBarry Golden
2015-08-05Update README.mdBarry Golden
2015-07-30Update README.mdBarry Golden
2015-07-29Samples update for public Windows 10 releaseJ 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-29terminology changesDave Wilson
2015-04-29samples update for //buildDave Wilson
2015-03-17Initial publishDave Wilson