| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [statistics] Ignore HDDS (block devices) that are too small | Simon Rettberg | 2024-09-19 | 1 | -1/+3 |
| | | |||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -18/+8![]() |
| | | |||||
| * | [statistics] Add hints for old CPUs (to be implemented on client) | Simon Rettberg | 2023-09-25 | 1 | -1/+6 |
| | | |||||
| * | [statistics] Add more manufacturer name fixes | Simon Rettberg | 2023-08-03 | 1 | -5/+12 |
| | | |||||
| * | [statistics] Add even more more weird JEDEC encodings | Simon Rettberg | 2023-08-03 | 1 | -22/+39 |
| | | |||||
| * | [statistics] Move function | Simon Rettberg | 2023-08-03 | 1 | -14/+14 |
| | | |||||
| * | [statistics] Support yet another weird JEDEC encoding | Simon Rettberg | 2023-08-02 | 1 | -2/+10 |
| | | |||||
| * | [statistics] Add filter for HDD rpm | Simon Rettberg | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | [statistics] Expose proper id44/45 values in ~poweron event filtering | Simon Rettberg | 2023-01-20 | 1 | -7/+9 |
| | | |||||
| * | [statistics] Fix potential invalid array access | Simon Rettberg | 2022-11-15 | 1 | -1/+1 |
| | | |||||
| * | [statistics] Deal with broken HDDs that lead to incomplete data | Simon Rettberg | 2022-10-31 | 1 | -1/+1 |
| | | | | | | | | We had a machine with a broken HDD that showed up as /dev/sda but didn't do much else, confusing tools like lsblk and fdisk, and ultimately leading to incomplete data in our DB that would make PHP freak out too much about missing array indices and wrong types. | ||||
| * | [statistics] Use partition numbers from kernel | Simon Rettberg | 2022-10-26 | 1 | -9/+23 |
| | | |||||
| * | [statistics] Simplify SPD value interpretation now that I get it | Simon Rettberg | 2022-08-01 | 1 | -39/+26![]() |
| | | |||||
| * | [statistics] Add support for yet another JEDEC encoding scheme | Simon Rettberg | 2022-07-07 | 1 | -1/+3 |
| | | |||||
| * | [statistics] Decode SPD JEDEC manufacturer IDs | Simon Rettberg | 2022-07-07 | 1 | -0/+36 |
| | | |||||
| * | [statistics] Show clients with < gigabit ethernet in hints | Simon Rettberg | 2022-06-15 | 1 | -5/+12 |
| | | |||||
| * | [statistics] Make sure hwname and devpath get valid ASCII only | Simon Rettberg | 2022-05-17 | 1 | -0/+1 |
| | | |||||
| * | [statistics] Show HDD count in list view | Simon Rettberg | 2022-05-10 | 1 | -0/+2 |
| | | |||||
| * | [statistics] Don't try to check MBR partition IDs for non-MBR drives | Simon Rettberg | 2022-05-05 | 1 | -5/+7 |
| | | | | | Fixes #3908 | ||||
| * | [statistics] Add comments to the HardwareParser class | Simon Rettberg | 2022-03-09 | 1 | -36/+114 |
| | | |||||
| * | [statistics] Fold constant | Simon Rettberg | 2022-03-09 | 1 | -6/+4![]() |
| | | |||||
| * | [eventlog] Make more hw properties filterable | Simon Rettberg | 2022-03-09 | 1 | -0/+2 |
| | | |||||
| * | [statistics] Remove debug spam | Simon Rettberg | 2022-03-09 | 1 | -2/+2 |
| | | |||||
| * | [statistics] Adapt hw-data parsing to new json format for display | Simon Rettberg | 2022-03-09 | 1 | -366/+22![]() |
| | | |||||
| * | [passthrough] New module for managing hardware passthrough for QEMU | Simon Rettberg | 2022-03-09 | 1 | -27/+56 |
| | | |||||
| * | [statistics] Support new json-format of hardware info from client | Simon Rettberg | 2022-03-09 | 1 | -0/+946 |
| We now try to use JSON output mode from any tool on the client to supply information, for easier parsability and hopefully, a more stable format. | |||||

