Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
|
|
|
|
|
|
|
|
These globals are really nasty and one of the reasons I hate looking at
the HardInfo code.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8e508ae979492df6e214609d6672fc8a5e44d2b9, because
it caused issues in locales where "Privacy Policy" is too long of a
string.
|
|
|
|
|
|
Fixes #572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When testing in another computer, these files were always empty. Turns
out they were not being overwritten in my main computer, so the data
received by libsoup was never written to these files... d'oh. (They
were there in one computer because this function was written slightly
differently before.)
Also plugs one memory leak.
|
|
|
|
|