Mon, 02 Jan 2012 21:17:21 +0000 |
Further restricted the identification for Indilinx SSDs to prevent Maxtor HDDs to be identified as Indilinx SSD.
|
file | diff | annotate |
Mon, 02 Jan 2012 20:45:18 +0000 |
Small corrections for AMD family 15h CPUs (based on documentation).
|
file | diff | annotate |
Thu, 07 Jul 2011 20:41:09 +0000 |
Added support for reading the TAMG ACPI table on Gigabyte mainboards. Fixed a small problem with HDD/SSD names (0 chars are trimmed now as well).
|
file | diff | annotate |
Sun, 26 Jun 2011 20:04:26 +0000 |
Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard.
|
file | diff | annotate |
Sun, 26 Jun 2011 16:00:20 +0000 |
Added a mainboard specific configuration for the Gigabyte Z68X-UD7-B3 mainboard.
|
file | diff | annotate |
Sun, 19 Jun 2011 14:14:00 +0000 |
Added initial support for AMD family 12h and 15h CPUs.
|
file | diff | annotate |
Mon, 23 May 2011 18:14:25 +0000 |
Added support for the Fintek F71889AD super I/O chip. Extended the identification list of mainboard manufacturers.
|
file | diff | annotate |
Thu, 19 May 2011 07:24:30 +0000 |
Fixed Issue 222.
|
file | diff | annotate |
Wed, 18 May 2011 19:58:57 +0000 |
Added a mainboard specific configuration for the Gigabyte H67A-UD3H-B3 mainboard and fixed a few issues in the about box.
|
file | diff | annotate |
Sun, 08 May 2011 22:10:13 +0000 |
Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
|
file | diff | annotate |
Tue, 03 May 2011 18:20:06 +0000 |
Added a mainboard specific configuration for the Gigabyte P67A-UD4-B3 mainboard.
|
file | diff | annotate |
Sun, 01 May 2011 13:37:15 +0000 |
Added first experimental support for the IT8728F super I/O chip.
|
file | diff | annotate |
Sat, 30 Apr 2011 16:03:58 +0000 |
Fixed Issue 199.
|
file | diff | annotate |
Sat, 23 Apr 2011 14:18:02 +0000 |
Updated version info.
|
file | diff | annotate |
Sat, 16 Apr 2011 19:26:20 +0000 |
A first correction for reading core and bus clocks on AMD family 14h CPUs.
|
file | diff | annotate |
Sat, 16 Apr 2011 14:49:47 +0000 |
A small correction for AMD K8 (family 0Fh) core temperature reading, and fan reading on older revision of IT8712F chips. This should fix Issue 42 and Issue 194.
|
file | diff | annotate |
Sat, 16 Apr 2011 13:19:13 +0000 |
Added initial support for AMD Fusion (family 14h) CPUs.
|
file | diff | annotate |
Fri, 15 Apr 2011 23:52:07 +0000 |
Fixed Issue 111.
|
file | diff | annotate |
Sun, 10 Apr 2011 23:36:07 +0000 |
Replaced the StreamReader based lm-sensors access with an implementation using the FileStream class in order to avoid buffering problems when seeking.
|
file | diff | annotate |
Sat, 09 Apr 2011 20:16:42 +0000 |
Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
|
file | diff | annotate |
Tue, 15 Mar 2011 17:20:22 +0000 |
Fixed Issue 172.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:29:26 +0000 |
Added code to delete any kernel driver service that can't be opened before reinstalling it.
|
file | diff | annotate |
Tue, 08 Feb 2011 22:02:29 +0000 |
Added some error reporting to the Ring0 driver loading code.
|
file | diff | annotate |
Sun, 30 Jan 2011 23:45:26 +0000 |
Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
|
file | diff | annotate |
Thu, 27 Jan 2011 22:29:43 +0000 |
Added support for AMD family 11h CPUs.
|
file | diff | annotate |
Sat, 22 Jan 2011 17:58:32 +0000 |
Fixed the Intel Sandy Bridge CPU core clock calculation.
|
file | diff | annotate |
Tue, 16 Nov 2010 21:48:26 +0000 |
Improved the moving and resizing of the gadget on multi-monitor systems. Fixed one problem where the underlying gadget window size would be reduced unrequested. Fine tuned the progress bar size in the gadget.
|
file | diff | annotate |
Sun, 17 Oct 2010 19:13:26 +0000 |
Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
|
file | diff | annotate |
Sun, 10 Oct 2010 16:57:11 +0000 |
Reading the timeStampCounterMultiplier right at the beginning when the time stamp counter is estimated instead of reading it at each update. Refactored the IntelCPU code a bit.
|
file | diff | annotate |
Sat, 02 Oct 2010 20:03:59 +0000 |
Removed unused assemblies.
|
file | diff | annotate |
Sat, 02 Oct 2010 15:46:12 +0000 |
Reverted the SMART temperature attribute search strategy to the one used previously. Fixed a few minor details in the HDDGroup class.
|
file | diff | annotate |
Fri, 01 Oct 2010 19:01:09 +0000 |
Fixed the initialization of the TSC estimating code.
|
file | diff | annotate |
Thu, 30 Sep 2010 16:51:09 +0000 |
Improved the implementation for the AMD 10h family CPU clock speeds.
|
file | diff | annotate |
Fri, 24 Sep 2010 21:33:55 +0000 |
Added support for more than one Heatmaster fan controller.
|
file | diff | annotate |
Wed, 22 Sep 2010 20:44:34 +0000 |
A first (experimental) implementation for the AMD 10h family CPU clock speeds.
|
file | diff | annotate |
Tue, 21 Sep 2010 20:32:36 +0000 |
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
|
file | diff | annotate |
Sat, 18 Sep 2010 15:13:26 +0000 |
Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx
|
file | diff | annotate |
Mon, 13 Sep 2010 22:34:08 +0000 |
Added a configurable font size and window width to the gadget.
|
file | diff | annotate |
Tue, 07 Sep 2010 22:15:02 +0000 |
Improved the gadget formatting and added an option to remove the hardware names in the gadget.
|
file | diff | annotate |
Tue, 07 Sep 2010 17:52:43 +0000 |
Added a mainboard specific configuration for the ECS A890GXM-A.
|
file | diff | annotate |
Mon, 06 Sep 2010 19:53:13 +0000 |
Added a desktop gadget implementation.
|
file | diff | annotate |
Tue, 24 Aug 2010 22:11:10 +0000 |
Search all possible registry locations for the Heatmaster serial port.
|
file | diff | annotate |
Tue, 24 Aug 2010 19:06:49 +0000 |
Added another registry path for getting the Heatmaster serial port.
|
file | diff | annotate |
Mon, 23 Aug 2010 20:00:06 +0000 |
Fixed a few problems with the Heatmaster.
|
file | diff | annotate |
Sun, 22 Aug 2010 21:53:11 +0000 |
Added a first implementation for the Heatmaster fan controller.
|
file | diff | annotate |
Thu, 12 Aug 2010 20:53:27 +0000 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |