| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Random fixes | Rob Mensching | 6 days | 1 | -1/+1 |
| | | |||||
| * | Refine comments and documentation for ProductSearch type="exists" | Rob Mensching | 2025-12-13 | 1 | -1/+2 |
| | | |||||
| * | Add exists option to ProductSearchResult for matching other search types | Raul Metsma | 2025-12-13 | 1 | -0/+13 |
| | | | | | | | (e.g. FileSearch, DirectorySearch, RegistrySearch) Signed-off-by: Raul Metsma <raul@metsma.ee> | ||||
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 1 | -33/+33 |
| | | | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947 | ||||
| * | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -49/+40 |
| | | | | | | | registry keys or values. Related to 6696 | ||||
| * | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 1 | -38/+12 |
| | | |||||
| * | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 1 | -1/+113 |
| | | | | | Fixes 5476 | ||||
| * | Change SetVariable to format the value and convert it at search time. | Sean Hall | 2022-02-23 | 1 | -14/+31 |
| | | | | | Fixes #6724 | ||||
| * | Update search code with more concise Exit* macros and remove dead code. | Sean Hall | 2022-02-23 | 1 | -117/+42 |
| | | |||||
| * | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 1 | -14/+2 |
| | | | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness. | ||||
| * | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+1303 |
