| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pre-commit.ci] Pre-commit autoupdate. (#2357) | pre-commit-ci[bot] | 2026-04-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | * [pre-commit.ci] Pre-commit autoupdate. updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2) * [pre-commit.ci] Auto fixes from pre-commit.com hooks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -118/+81 |
| | | |||||
| * | added VT_UI1 for productState | isanae | 2020-07-10 | 1 | -0/+2 |
| | | |||||
| * | typo | isanae | 2020-04-17 | 1 | -1/+1 |
| | | |||||
| * | silenced a few annoying logs | isanae | 2020-04-17 | 1 | -2/+4 |
| | | |||||
| * | don't log EPT_S_NOT_REGISTERED errors, treat it as firewall disabled | isanae | 2019-11-26 | 1 | -1/+12 |
| | | |||||
| * | simplified security products: don't log guids, remove duplicate entries | isanae | 2019-11-26 | 1 | -7/+0 |
| | | |||||
| * | replaced uilock by a progress callback in spawn | isanae | 2019-11-06 | 1 | -0/+1 |
| | | | | | waiting for process now gets the whole process tree to find an interesting process | ||||
| * | don't log "(no guid"), happens all the time for the windows firewall | isanae | 2019-10-05 | 1 | -3/+4 |
| | | |||||
| * | refactored getSecurityProductsFromWMI() to stop using a lambda | isanae | 2019-09-21 | 1 | -60/+80 |
| | | | | | security products now only need a guid, handles failures better | ||||
| * | moved helper stuff to spawn so it can reuse error handling | isanae | 2019-09-19 | 1 | -1/+1 |
| | | | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time | ||||
| * | added env::getFileSecurity() | isanae | 2019-09-11 | 1 | -0/+332 |
| | | | | | Environment gets stuff on demand | ||||
| * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -10/+10 |
| | | | | | replaced windowsErrorString() with formatSystemMessage() | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -38/+20 |
| | | | | | removed now unused vlog() | ||||
| * | split env | isanae | 2019-07-22 | 1 | -0/+418 |
