summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/hardwareparser.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Ignore HDDS (block devices) that are too smallSimon Rettberg2024-09-191-1/+3
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-18/+8Star
|
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-251-1/+6
|
* [statistics] Add more manufacturer name fixesSimon Rettberg2023-08-031-5/+12
|
* [statistics] Add even more more weird JEDEC encodingsSimon Rettberg2023-08-031-22/+39
|
* [statistics] Move functionSimon Rettberg2023-08-031-14/+14
|
* [statistics] Support yet another weird JEDEC encodingSimon Rettberg2023-08-021-2/+10
|
* [statistics] Add filter for HDD rpmSimon Rettberg2023-05-111-1/+1
|
* [statistics] Expose proper id44/45 values in ~poweron event filteringSimon Rettberg2023-01-201-7/+9
|
* [statistics] Fix potential invalid array accessSimon Rettberg2022-11-151-1/+1
|
* [statistics] Deal with broken HDDs that lead to incomplete dataSimon Rettberg2022-10-311-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 kernelSimon Rettberg2022-10-261-9/+23
|
* [statistics] Simplify SPD value interpretation now that I get itSimon Rettberg2022-08-011-39/+26Star
|
* [statistics] Add support for yet another JEDEC encoding schemeSimon Rettberg2022-07-071-1/+3
|
* [statistics] Decode SPD JEDEC manufacturer IDsSimon Rettberg2022-07-071-0/+36
|
* [statistics] Show clients with < gigabit ethernet in hintsSimon Rettberg2022-06-151-5/+12
|
* [statistics] Make sure hwname and devpath get valid ASCII onlySimon Rettberg2022-05-171-0/+1
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-101-0/+2
|
* [statistics] Don't try to check MBR partition IDs for non-MBR drivesSimon Rettberg2022-05-051-5/+7
| | | | Fixes #3908
* [statistics] Add comments to the HardwareParser classSimon Rettberg2022-03-091-36/+114
|
* [statistics] Fold constantSimon Rettberg2022-03-091-6/+4Star
|
* [eventlog] Make more hw properties filterableSimon Rettberg2022-03-091-0/+2
|
* [statistics] Remove debug spamSimon Rettberg2022-03-091-2/+2
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-091-366/+22Star
|
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-091-27/+56
|
* [statistics] Support new json-format of hardware info from clientSimon Rettberg2022-03-091-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.