| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-19 | Merge pull request #1220 from judzmura/simpleAudioUpdates | Adonais Romero González | |
| Small fixes to sample. | |||
| 2024-09-19 | Small fixes to sample. | Julia DZmura | |
| 2024-09-18 | Upgrade nuget SDK and WDK packages to 26100.1591 (#1217) | JakobL-MSFT | |
| * Upgrade NuGet to 10.0.26100.1591 | |||
| 2024-09-03 | Copy general\ioctl\wdm\exe to general\ioctl\kmdf\exe | Wei Mao | |
| 2024-08-22 | [simbatt] Delete redundant "batclass_prepublish.h" to simplify | Fredrik Orderud | |
| The contained BATTERY_MINIPORT_INFO_V1_1 struct and BATTERY_CLASS_MINOR_VERSION_1 define are already defined in <batclass.h>, so there shouldn't be a need for duplicating the definitions here. | |||
| 2024-08-22 | Remove unreferenced battery bus GUID and IOCTL calls. | Fredrik Orderud | |
| 2024-08-22 | Remove unreferenced BATTBUS_UNPLUG_HARDWARE struct. | Fredrik Orderud | |
| 2024-08-22 | Remove unreferenced BATTBUS_PLUGIN_HARDWARE struct. | Fredrik Orderud | |
| 2024-08-22 | Remove unreferenced BATTBUS_TYPE_SIMBATT define. | Fredrik Orderud | |
| 2024-08-21 | simbatt: Clear BATTERY_CAPACITY_RELATIVE field | Fredrik Orderud | |
| Clear BATTERY_INFORMATION::BATTERY_CAPACITY_RELATIVE field to enable per-battery charge display in Windows Settings. | |||
| 2024-08-21 | [simbatt] Remove unused MAX_SUPPORTED_SIMBATT_CHILDREN define | Fredrik Orderud | |
| This define isn't used anywhere in the driver. Therefore proposing to remove it to clean up. | |||
| 2024-08-20 | Fix for sdhc sample using bootflags as a registry (#1207) | Zac Lockard | |
| Fix for bootflags being written as a regkey in sdhc Co-authored-by: Zac Lockard <[email protected]> | |||
| 2024-08-16 | [serial/VirtualSerial2] Fix issue #1202 | Wei Mao | |
| 2024-07-08 | Merge pull request #1196 from taj0207/main | taj0207 | |
| update with codel fix | |||
| 2024-07-08 | update with codel fix | taj0207 | |
| 2024-07-01 | Standarize & normalize INF files encoding to UTF-16 (LE with BOM) | Adonais Romero González | |
| 2024-07-01 | Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files | Adonais Romero Gonzalez | |
| 2024-06-28 | Merge branch 'develop' | Jakob Lichtenberg (170957) | |
| 2024-06-28 | Merge branch 'develop' | Jakob Lichtenberg (170957) | |
| 2024-06-28 | Merge branch 'main' into develop | Jakob Lichtenberg (170957) | |
| 2024-06-28 | Merge branch 'main' into develop | Jakob Lichtenberg (170957) | |
| 2024-06-28 | Merge branch 'develop' | Jakob Lichtenberg (170957) | |
| 2024-06-28 | RI develop to main (#1189) | JakobL-MSFT | |
| * Memory leakage in message "sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed. * Handles malloc function fail case * Refactors comment line * Solves the miscalculation of the message index * simbatt: Fix broken registry read-back The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me. Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails. * Issue of freeing memory without waiting completion of threads accessing it is fixed * Fixes information leakage warning Fixes the issue of possible information leakage from uninitialized padding bytes * Avoids possible multiplication overflow warning * Avoids possible multiplication overflow warning * CI Pipelines build with WDK Nuget Packages (#1179) Integrate nuget into the workflow pipelines * FI from main to develop (#1188) Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]> * Improve version info, vsix installation, and update building locally readme * Fix printing vsix version * Refactored vsix install and cleaned up build sampleset --------- Co-authored-by: İsa Yurdagül <[email protected]> Co-authored-by: Fredrik Orderud <[email protected]> Co-authored-by: Christian Allred <[email protected]> Co-authored-by: tristanb-ntdev <[email protected]> Co-authored-by: Matt <[email protected]> Co-authored-by: Adonais Romero Gonzalez <[email protected]> | |||
| 2024-06-27 | Improve version info, vsix installation, and update building locally ↵ | Adonais Romero González | |
| documentation | |||
| 2024-06-27 | Refactored vsix install and cleaned up build sampleset | Matt | |
| 2024-06-25 | Fix printing vsix version | Matt | |
| 2024-06-25 | Improve version info, vsix installation, and update building locally readme | Matt | |
| 2024-06-24 | Merge branch 'main' into develop | Jakob Lichtenberg (170957) | |
| 2024-06-24 | FI from main to develop (#1188) | JakobL-MSFT | |
| Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]> | |||
| 2024-06-24 | CI Pipelines build with WDK Nuget Packages (#1179) | Matt | |
| Integrate nuget into the workflow pipelines | |||
| 2024-06-19 | fix wrong referenced context in transaction processing | ya-solnyshko | |
| 2024-06-18 | Merge pull request #1064 from forderud/GetSimBattStateFromRegistry-fix | tristanb-ntdev | |
| simbatt: Fix broken registry read-back | |||
| 2024-06-07 | Fix text and minor issues in Winget configuration files | Adonais Romero Gonzalez | |
| 2024-05-30 | Merge pull request #751 from isayrdgl/patch-2 | Christian Allred | |
| Memory leakage in message | |||
| 2024-05-29 | Avoids possible multiplication overflow warning | İsa Yurdagül | |
| 2024-05-27 | 50256705user/jakobl/50256705 | Jakob Lichtenberg (170957) | |
| 2024-05-25 | Avoids possible multiplication overflow warning | İsa Yurdagül | |
| 2024-05-24 | Fixes information leakage warning | İsa Yurdagül | |
| Fixes the issue of possible information leakage from uninitialized padding bytes | |||
| 2024-05-23 | Issue of freeing memory without waiting completion of threads accessing it ↵ | İsa Yurdagül | |
| is fixed | |||
| 2024-05-22 | Merge pull request #1172 from jacob-ronstadt/jacob-ronstadt/config | Jacob Ronstadt | |
| update configuration_vsonly.dsc.yaml for 26100 | |||
| 2024-05-22 | remove winget install of sdk from configuration_vsonly.dsc.yaml | jacob-ronstadt | |
| 2024-05-22 | update configuration_vsonly.dsc.yaml for 26100 | jacob-ronstadt | |
| 2024-05-22 | Merge branch 'main' into develop | Jakob Lichtenberg (170957) | |
| 2024-05-22 | develop to main (#1171) | JakobL-MSFT | |
| * Init commit * Upgrade NuGet to 26100.1 (#1162) * Upgrade NuGet to 10.0.26100.1-preview.ge-release * Upgrade NuGet to 10.0.26100.2 pre * Upgrade NuGet to 10.0.26100 * Upgrade NuGet to 10.0.26100.1 * Update Building-Locally.md * Update Building-Locally.md --------- Co-authored-by: Phan Trinh Ha <[email protected]> | |||
| 2024-05-22 | Merge branch 'main' into develop | Jakob Lichtenberg (170957) | |
| 2024-05-22 | Upgrade NuGet to 26100.1 (#1162) | JakobL-MSFT | |
| * Upgrade NuGet to 10.0.26100.1-preview.ge-release * Upgrade NuGet to 10.0.26100.2 pre * Upgrade NuGet to 10.0.26100 * Upgrade NuGet to 10.0.26100.1 * Update Building-Locally.md * Update Building-Locally.md | |||
| 2024-05-22 | Merge pull request #1169 from jacob-ronstadt/jacob-ronstadt/config | Jacob Ronstadt | |
| Update configuration.dsc.yml for 26100 | |||
| 2024-05-20 | update configuration.dsc.yaml to account for different architectures | jacob-ronstadt | |
| 2024-05-20 | Update to use winget for sdk instead of visual studio component. Update path ↵ | jacob-ronstadt | |
| for vsix | |||
| 2024-05-20 | update configuration.dsc.yml for 26100 | jacob-ronstadt | |
