aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/search.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Random fixesRob Mensching6 days1-1/+1
|
* Refine comments and documentation for ProductSearch type="exists"Rob Mensching2025-12-131-1/+2
|
* Add exists option to ProductSearchResult for matching other search typesRaul Metsma2025-12-131-0/+13
| | | | | | (e.g. FileSearch, DirectorySearch, RegistrySearch) Signed-off-by: Raul Metsma <raul@metsma.ee>
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-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 Hall2022-08-091-49/+40
| | | | | | registry keys or values. Related to 6696
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-071-38/+12
|
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-281-1/+113
| | | | Fixes 5476
* Change SetVariable to format the value and convert it at search time.Sean Hall2022-02-231-14/+31
| | | | Fixes #6724
* Update search code with more concise Exit* macros and remove dead code.Sean Hall2022-02-231-117/+42
|
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-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 burnRob Mensching2021-04-291-0/+1303