Mon, 23 Jul 2012 21:54:35 +0000 |
Added a RAM hardware and sensor, fixed Issue 115.
|
file | diff | annotate |
Wed, 11 Jul 2012 17:35:30 +0000 |
Added the option to enable/disable all hardware groups.
|
file | diff | annotate |
Sun, 27 May 2012 14:23:31 +0000 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Wed, 16 Mar 2011 22:10:26 +0000 |
Fixed Issue 179.
|
file | diff | annotate |
Sat, 12 Feb 2011 21:17:42 +0000 |
Fixed Issue 164.
|
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, 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.
|
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 |
Wed, 08 Sep 2010 19:29:58 +0000 |
Fixed some Code Analysis warnings.
|
file | diff | annotate |
Sun, 22 Aug 2010 21:53:11 +0000 |
Added a first implementation for the Heatmaster fan controller.
|
file | diff | annotate |
Sun, 15 Aug 2010 14:46:58 +0000 |
Fixed some Code Analysis warnings.
|
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 |
Sun, 08 Aug 2010 13:57:26 +0000 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
Sat, 03 Jul 2010 12:08:51 +0000 |
Split the sensors and parameter report tree.
|
file | diff | annotate |
Sat, 15 May 2010 15:52:08 +0000 |
Added information about software environment to the report.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Fri, 02 Apr 2010 16:05:07 +0000 |
Fixed Issue 26. Added a dialog to automatically send a crash report.
|
file | diff | annotate |
Sat, 27 Mar 2010 19:55:09 +0000 |
Fixed Issue 9.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Sat, 27 Feb 2010 20:08:13 +0000 |
Added sub-hardware support and basic enumeration for mainboards.
|
file | diff | annotate |
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.
|
file | diff | annotate |
Tue, 16 Feb 2010 21:44:25 +0000 |
Restored CTSHolding check and added more report output for T-Balancer enumeration.
|
file | diff | annotate |
Mon, 08 Feb 2010 20:18:25 +0000 |
Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
|
file | diff | annotate |
Sun, 07 Feb 2010 16:37:15 +0000 |
Refactoring: New class Computer manages all the hardware and creates events.
|
file | diff | annotate |