Hardware/Computer.cs
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Sat, 31 Dec 2011 17:31:04 +0000 Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
Wed, 16 Mar 2011 22:10:26 +0000 Fixed Issue 179.
Sat, 12 Feb 2011 21:17:42 +0000 Fixed Issue 164.
Tue, 08 Feb 2011 22:02:29 +0000 Added some error reporting to the Ring0 driver loading code.
Sun, 31 Oct 2010 22:08:47 +0000 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
Tue, 21 Sep 2010 20:32:36 +0000 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
Wed, 08 Sep 2010 19:29:58 +0000 Fixed some Code Analysis warnings.
Sun, 22 Aug 2010 21:53:11 +0000 Added a first implementation for the Heatmaster fan controller.
Sun, 15 Aug 2010 14:46:58 +0000 Fixed some Code Analysis warnings.
Thu, 12 Aug 2010 20:53:27 +0000 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Sat, 03 Jul 2010 12:08:51 +0000 Split the sensors and parameter report tree.
Sat, 15 May 2010 15:52:08 +0000 Added information about software environment to the report.
Sun, 09 May 2010 16:22:13 +0000 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
Fri, 02 Apr 2010 16:05:07 +0000 Fixed Issue 26. Added a dialog to automatically send a crash report.
Sat, 27 Mar 2010 19:55:09 +0000 Fixed Issue 9.
Sat, 27 Mar 2010 12:57:09 +0000 Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
Sat, 27 Feb 2010 20:08:13 +0000 Added sub-hardware support and basic enumeration for mainboards.
Sat, 27 Feb 2010 15:55:17 +0000 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
Tue, 16 Feb 2010 21:44:25 +0000 Restored CTSHolding check and added more report output for T-Balancer enumeration.
Mon, 08 Feb 2010 20:18:25 +0000 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
Sun, 07 Feb 2010 16:37:15 +0000 Refactoring: New class Computer manages all the hardware and creates events.