COMMITS
August 24, 2026
G
Merge pull request #1719 from GuillaumeGomez/perf
Guillaume Gomez committed
G
Fix `dir_entry.d_name` type comparison
Guillaume Gomez committed
G
Fix code example
Guillaume Gomez committed
G
Merge pull request #1718 from GuillaumeGomez/process-gpu
Guillaume Gomez committed
G
Fix clippy lints
Guillaume Gomez committed
G
Implement `Process::gpu_usage` and `Process::gpu_memory` on unsupported systems
Guillaume Gomez committed
G
Fix compilation when `gpu` feature is disabled
Guillaume Gomez committed
G
linux: keep a component's max temperature across refreshes (#1717)
Guillaume Gomez committed
August 22, 2026
G
Manually convert slice to integer
Guillaume Gomez committed
August 20, 2026
G
Replace `str::trim` with `slice::trim_ascii` and remove extra check at every loop iteration
Guillaume Gomez committed
G
Use slices instead of `Vec` and stop converting IDs to `String`
Guillaume Gomez committed
August 19, 2026
G
Don't initialize Vec values
Guillaume Gomez committed
August 15, 2026
G
Remove unneeded `retry_eintr` wrappings
Guillaume Gomez committed
August 14, 2026
G
Replace `CString` with a `Vec<u8>`, use `openat` and `readlinkat` to skip path concatenation
Guillaume Gomez committed
G
Fix parsing of `fdinfo` file
Guillaume Gomez committed
G
Refresh everything with the `refresh` command
Guillaume Gomez committed
G
Use `getdents64`
Guillaume Gomez committed
August 2, 2026
G
Add process GPU information for Linux
Guillaume Gomez committed
July 14, 2026
G
Add `Process::gpu_usage` support for macOS
Guillaume Gomez committed
July 9, 2026
G
Add support for `Process::gpu_usage` and `Process::gpu_memory` for Windows
Guillaume Gomez committed
August 23, 2026
I
linux: keep a component's max temperature across refreshes
Iain committed
August 17, 2026
D
August 10, 2026
A
July 31, 2026
G
Merge pull request #1709 from walle2016/fix/macos-ioservice-null-iterator
Guillaume Gomez committed
W
Fix macOS disk probe panic on null IOKit iterator
walle committed
July 24, 2026
G
Merge pull request #1708 from GuillaumeGomez/serde-correctness
Guillaume Gomez committed
G
Make sure that the number of fields for serde serialization is always correct at compile-time
Guillaume Gomez committed
G
Merge pull request #1707 from GuillaumeGomez/cross-compilation
Guillaume Gomez committed
G
Remove cross-compilation checks for nightly rust
Guillaume Gomez committed
July 17, 2026
G
Merge pull request #1703 from WaterWhisperer/doc-feature-gate
Guillaume Gomez committed