aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-30Fix compile warnings in benchmark.cLeandro Pereira
2016-12-30Fix compile warnings in util.cLeandro Pereira
2016-12-30Fix compile warnings in hardinfo.cLeandro Pereira
2016-12-30Fix compile warnings in sensors.cLeandro Pereira
2016-12-30Do not return an empty value if computer::hi_get_field() is calledLeandro Pereira
Return a helpful string instead to help translators
2016-12-30Free whole MD5 contextLeandro Pereira
2016-12-30Make some Devices -> Memory entries translatableLeandro Pereira
2016-12-30Use g_utf8_strchr() instead of strchr() in shell parametersLeandro Pereira
This should help with translations.
2016-12-29Make computer module auto-updating fields translatableLeandro Pereira
2016-12-29Make load average work with locales that uses ',' for decimal separatorLeandro Pereira
2016-12-28Updated Russian translationTotalCaesar659
2016-12-28Updated Russian translationTotalCaesar659
2016-12-27Added Russian translation to the shortcut commentTotalCaesar659
2016-11-25Fix use after free while generating reportsLeandro Pereira
Found with AddressSanitizer.
2016-09-17Add a few more x86 feature flag descriptionLeandro Pereira
2016-09-17Also check for " hypervisor" string to determine if running on a VMLeandro Pereira
2016-09-17Automatically check if eeprom module has been loadedLeandro Pereira
2016-08-01Simplify relative percentage calculationLeandro Pereira
Use a simple linear interpolation.
2016-07-31Fix percentage display in benchmarksLeandro Pereira
2016-07-31Fix sorting of benchmark resultsLeandro Pereira
2016-07-31Decode DDR3 module type (buffered, unbuffered, SODIMM, etc)Leandro Pereira
2016-07-31Fix DDR2 mtb valuesLeandro Pereira
2016-07-31Saner indentation for spd-decode.cLeandro Pereira
2016-07-30Fix buffer overflow in loadgraph while shifting dataLeandro Pereira
2016-07-30Fix DMI parsing after 096108bLeandro Pereira
2016-07-30Close stream if ReportContext couldn't be createdLeandro Pereira
2016-07-30Use snprintf() instead of sprintf() in net.cLeandro Pereira
2016-07-30Fix multiple problems in USB device listingLeandro Pereira
2016-07-30Remove trailing whitespace in storage.cLeandro Pereira
2016-07-30Fix multiple problems in IDE disk informationLeandro Pereira
2016-07-30Fix multiple problems in DDR3 SPD parsingLeandro Pereira
2016-07-30Ensure buffer is large enough while scanning input devicesLeandro Pereira
2016-07-30`group` variable could be uninitialized while parsing DMILeandro Pereira
2016-07-30Handle lsmod not being foundLeandro Pereira
2016-07-30Free result of lup_solve() when performing FFT benchmarkLeandro Pereira
2016-07-30Fix off-by-one error while scanning benchmarksLeandro Pereira
2016-07-30Reindent seconds_to_string()Leandro Pereira
2016-07-30Fix possible buffer overflow while reading HDD temperatureLeandro Pereira
2016-07-30Fix Python version informationLeandro Pereira
2016-07-30Bump version to 0.6 alphaLeandro Pereira
2016-07-30Update XML-RPC endpointLeandro Pereira
Still not working; I've lost the original source code and database, but at least I control the hardinfo.org domain so I can make this work again someday.
2016-07-30Remove remote featureLeandro Pereira
This has no encryption, SSH credentials are stored in plain text, etc.
2016-07-30Remove help viewerLeandro Pereira
It's very unlikely I'll every write documentation for HardInfo anyway.
2016-07-30If reading from /proc/{ioports,iomem,dma} requires root, warnLeandro Pereira
2016-07-24Add CMake and Golang to Development sectionLeandro Pereira
2016-07-24Show bits of entropy available to /dev/(u)randomLeandro Pereira
2016-07-24Remove "=" from input device namesLeandro Pereira
2016-06-10Added full translation for GermantheHacker
- some phrases could not be translated without breaking the functionally (flagged them fuzzy) - some phrases I did not encounter on the UI (not translated)
2016-06-10typo in commenttheHacker
2016-06-10util.c: introduced TiB and PiB for larger drivestheHacker