2010-04-25Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
moel.mich [Sun, 25 Apr 2010 12:35:16 +0000] rev 95
Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.

2010-04-25Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException.
moel.mich [Sun, 25 Apr 2010 12:03:43 +0000] rev 94
Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException.

2010-04-24Added basic support for ITE IT8712F super I/O chips.
moel.mich [Sat, 24 Apr 2010 20:19:55 +0000] rev 93
Added basic support for ITE IT8712F super I/O chips.

2010-04-24Added revision 0x41 for Winbond W83627HF chips (cf Issue 44).
moel.mich [Sat, 24 Apr 2010 20:14:00 +0000] rev 92
Added revision 0x41 for Winbond W83627HF chips (cf Issue 44).

2010-04-24Fixed Issue 39.
moel.mich [Sat, 24 Apr 2010 20:09:18 +0000] rev 91
Fixed Issue 39.

2010-04-24Implemented APIC based CPU enumeration (Issue 41).
moel.mich [Sat, 24 Apr 2010 19:59:52 +0000] rev 90
Implemented APIC based CPU enumeration (Issue 41).

2010-04-05Fixed Issue 25.
moel.mich [Mon, 05 Apr 2010 21:31:21 +0000] rev 89
Fixed Issue 25.

2010-04-05Fixed Issue 24.
moel.mich [Mon, 05 Apr 2010 15:51:40 +0000] rev 88
Fixed Issue 24.

2010-04-05Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
moel.mich [Mon, 05 Apr 2010 15:31:19 +0000] rev 87
Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.

2010-04-02Fixed Issue 26. Added a dialog to automatically send a crash report.
moel.mich [Fri, 02 Apr 2010 16:05:07 +0000] rev 86
Fixed Issue 26. Added a dialog to automatically send a crash report.

2010-03-27Fixed Issue 9.
moel.mich [Sat, 27 Mar 2010 19:55:09 +0000] rev 85
Fixed Issue 9.

2010-03-27Fixed Issue 20.
moel.mich [Sat, 27 Mar 2010 13:04:34 +0000] rev 84
Fixed Issue 20.

2010-03-27Added 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.
moel.mich [Sat, 27 Mar 2010 12:57:09 +0000] rev 83
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.

2010-03-26Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
moel.mich [Fri, 26 Mar 2010 20:58:10 +0000] rev 82
Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.

2010-03-22Fixed Issue 21.
moel.mich [Mon, 22 Mar 2010 17:58:21 +0000] rev 81
Fixed Issue 21.

2010-03-10Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0).
moel.mich [Wed, 10 Mar 2010 17:56:08 +0000] rev 80
Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0).

2010-03-09Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.
moel.mich [Tue, 09 Mar 2010 22:27:10 +0000] rev 79
Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.

2010-03-09Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read.
moel.mich [Tue, 09 Mar 2010 20:35:19 +0000] rev 78
Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read.

2010-03-08Fixed Issue 12.
moel.mich [Mon, 08 Mar 2010 20:05:51 +0000] rev 77
Fixed Issue 12.

2010-03-08Fixed Issue 11.
moel.mich [Mon, 08 Mar 2010 19:42:42 +0000] rev 76
Fixed Issue 11.

2010-03-07Changed the T-Balancer fields for the actual PWM (percent) value of the channels from 156+ to 137+, because on some (older?) hardware the fields 156+ seem not to be updated. Fields 137+ have one bit less resolution, but it's what the Navigator uses as well (and used only if in PWM mode).
moel.mich [Sun, 07 Mar 2010 12:17:21 +0000] rev 75
Changed the T-Balancer fields for the actual PWM (percent) value of the channels from 156+ to 137+, because on some (older?) hardware the fields 156+ seem not to be updated. Fields 137+ have one bit less resolution, but it's what the Navigator uses as well (and used only if in PWM mode).

2010-03-07Fixed a typo in the parameter form.
moel.mich [Sun, 07 Mar 2010 11:28:18 +0000] rev 74
Fixed a typo in the parameter form.

2010-03-06Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier.
moel.mich [Sat, 06 Mar 2010 21:50:22 +0000] rev 73
Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier.

2010-03-04Changed the system tray font.
moel.mich [Thu, 04 Mar 2010 20:26:56 +0000] rev 72
Changed the system tray font.

2010-03-02Small fix for the Form Handle creating patch.
moel.mich [Tue, 02 Mar 2010 23:17:32 +0000] rev 71
Small fix for the Form Handle creating patch.

2010-03-02Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.
moel.mich [Tue, 02 Mar 2010 22:52:37 +0000] rev 70
Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.

2010-03-02Reading TjMax for each core on Intel Core i3/i5/i7 CPUs.
moel.mich [Tue, 02 Mar 2010 22:26:07 +0000] rev 69
Reading TjMax for each core on Intel Core i3/i5/i7 CPUs.

2010-03-02Added support for Fintek F71858 chips. Corrected the number of fans for Fintek.
moel.mich [Tue, 02 Mar 2010 20:32:24 +0000] rev 68
Added support for Fintek F71858 chips. Corrected the number of fans for Fintek.

2010-03-01Added support for Winbond W83687THF and improved report output for LPC detection.
moel.mich [Mon, 01 Mar 2010 22:12:29 +0000] rev 67
Added support for Winbond W83687THF and improved report output for LPC detection.

2010-02-28The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.
moel.mich [Sun, 28 Feb 2010 16:12:55 +0000] rev 66
The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.

2010-02-27Fixed the version number in the AboutBox.
moel.mich [Sat, 27 Feb 2010 20:26:05 +0000] rev 65
Fixed the version number in the AboutBox.

2010-02-27Added sub-hardware support and basic enumeration for mainboards.
moel.mich [Sat, 27 Feb 2010 20:08:13 +0000] rev 64
Added sub-hardware support and basic enumeration for mainboards.

2010-02-27Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
moel.mich [Sat, 27 Feb 2010 15:55:17 +0000] rev 63
Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.

2010-02-23Changed TreeViewAdv grid color to a fixed value.
moel.mich [Tue, 23 Feb 2010 19:45:40 +0000] rev 62
Changed TreeViewAdv grid color to a fixed value.

2010-02-22NVAPI interop struct packing improved.
moel.mich [Mon, 22 Feb 2010 20:54:49 +0000] rev 61
NVAPI interop struct packing improved.

2010-02-22Fintek super I/O chips with base address 0x..5 are detected now as well. Set Pack = 1 for NVAPI struct interop (should fix GPU enumeration).
moel.mich [Mon, 22 Feb 2010 09:57:02 +0000] rev 60
Fintek super I/O chips with base address 0x..5 are detected now as well. Set Pack = 1 for NVAPI struct interop (should fix GPU enumeration).

2010-02-21Corrected version info.
moel.mich [Sun, 21 Feb 2010 21:41:22 +0000] rev 59
Corrected version info.

2010-02-21Added both VCore detection modes for Winbond W82637THF (should fix issue 3).
moel.mich [Sun, 21 Feb 2010 21:38:58 +0000] rev 58
Added both VCore detection modes for Winbond W82637THF (should fix issue 3).

2010-02-21Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
moel.mich [Sun, 21 Feb 2010 18:10:30 +0000] rev 57
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.

2010-02-20Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors.
moel.mich [Sat, 20 Feb 2010 19:51:10 +0000] rev 56
Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors.

2010-02-19New option to start the application minimized.
moel.mich [Fri, 19 Feb 2010 19:50:07 +0000] rev 55
New option to start the application minimized.

2010-02-19Added support for Winbond W83627THF super I/O chip.
moel.mich [Fri, 19 Feb 2010 18:33:08 +0000] rev 54
Added support for Winbond W83627THF super I/O chip.

2010-02-19Added additional register banks to report output for Winbond chips.
moel.mich [Fri, 19 Feb 2010 14:08:56 +0000] rev 53
Added additional register banks to report output for Winbond chips.

2010-02-18Raised TjMax for Intel 65nm CPUs by 10?C
moel.mich [Thu, 18 Feb 2010 23:28:14 +0000] rev 52
Raised TjMax for Intel 65nm CPUs by 10?C

2010-02-18Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
moel.mich [Thu, 18 Feb 2010 14:03:02 +0000] rev 51
Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).

2010-02-17Fixed AMD family 0Fh temperature reading of first core.
moel.mich [Wed, 17 Feb 2010 20:45:31 +0000] rev 50
Fixed AMD family 0Fh temperature reading of first core.

2010-02-17Better core and thread number identification. Fixed clock reading on Intel Atom CPUs. New reporting of MSR values for Intel CPUs.
moel.mich [Wed, 17 Feb 2010 20:22:21 +0000] rev 49
Better core and thread number identification. Fixed clock reading on Intel Atom CPUs. New reporting of MSR values for Intel CPUs.

2010-02-17Added additional SMART temperature attributes.
moel.mich [Wed, 17 Feb 2010 18:48:27 +0000] rev 48
Added additional SMART temperature attributes.

2010-02-16Restored CTSHolding check and added more report output for T-Balancer enumeration.
moel.mich [Tue, 16 Feb 2010 21:44:25 +0000] rev 47
Restored CTSHolding check and added more report output for T-Balancer enumeration.

2010-02-15Added core clock and bus speed support for Intel Core i5, i7 CPUs.
moel.mich [Mon, 15 Feb 2010 22:58:29 +0000] rev 46
Added core clock and bus speed support for Intel Core i5, i7 CPUs.

2010-02-14Allow all protocols 2X for T-Balancer.
moel.mich [Sun, 14 Feb 2010 21:09:08 +0000] rev 45
Allow all protocols 2X for T-Balancer.

2010-02-14Added core and bus clock support for Intel CPUs (Core 2).
moel.mich [Sun, 14 Feb 2010 20:16:30 +0000] rev 44
Added core and bus clock support for Intel CPUs (Core 2).

2010-02-13New graphical system tray display for load sensors.
moel.mich [Sat, 13 Feb 2010 17:08:36 +0000] rev 43
New graphical system tray display for load sensors.

2010-02-12Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
moel.mich [Fri, 12 Feb 2010 22:46:31 +0000] rev 42
Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.

2010-02-12Changed the T-Balancer detection and added more report details.
moel.mich [Fri, 12 Feb 2010 08:17:51 +0000] rev 41
Changed the T-Balancer detection and added more report details.

2010-02-12First system tray sensor monitor support.
moel.mich [Fri, 12 Feb 2010 00:36:56 +0000] rev 40
First system tray sensor monitor support.

2010-02-11A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported).
moel.mich [Thu, 11 Feb 2010 13:22:17 +0000] rev 39
A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported).

2010-02-09Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration.
moel.mich [Tue, 09 Feb 2010 19:42:33 +0000] rev 38
Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration.

2010-02-09Removed debug code.
moel.mich [Tue, 09 Feb 2010 18:55:45 +0000] rev 37
Removed debug code.

2010-02-09Added upper bound for valid fan RPM on IT87.
moel.mich [Tue, 09 Feb 2010 18:52:52 +0000] rev 36
Added upper bound for valid fan RPM on IT87.

2010-02-08Added NVAPI report output.
moel.mich [Mon, 08 Feb 2010 20:23:24 +0000] rev 35
Added NVAPI report output.

2010-02-08Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
moel.mich [Mon, 08 Feb 2010 20:18:25 +0000] rev 34
Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.

2010-02-07Release version 0.1.15. Added protocol 0x2C for T-Balancer.
moel.mich [Sun, 07 Feb 2010 20:59:13 +0000] rev 33
Release version 0.1.15. Added protocol 0x2C for T-Balancer.

2010-02-07Release version 0.1.14. Added more report details for T-Balancer bigNG.
moel.mich [Sun, 07 Feb 2010 20:11:30 +0000] rev 32
Release version 0.1.14. Added more report details for T-Balancer bigNG.

2010-02-07Added initial support for W83627HF. Some refactoring for IHardware classes.
moel.mich [Sun, 07 Feb 2010 19:53:51 +0000] rev 31
Added initial support for W83627HF. Some refactoring for IHardware classes.

2010-02-07(none)
moel.mich [Sun, 07 Feb 2010 19:48:32 +0000] rev 30
(none)

2010-02-07Changed ATI GPU device enumeration.
moel.mich [Sun, 07 Feb 2010 16:42:26 +0000] rev 29
Changed ATI GPU device enumeration.

2010-02-07Refactoring: New class Computer manages all the hardware and creates events.
moel.mich [Sun, 07 Feb 2010 16:37:15 +0000] rev 28
Refactoring: New class Computer manages all the hardware and creates events.

2010-02-05Changed minimizing to system tray on Windows systems.
moel.mich [Fri, 05 Feb 2010 22:45:15 +0000] rev 27
Changed minimizing to system tray on Windows systems.

2010-02-04Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).
moel.mich [Thu, 04 Feb 2010 21:19:27 +0000] rev 26
Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).

2010-02-03Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor).
moel.mich [Wed, 03 Feb 2010 22:02:58 +0000] rev 25
Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor).

2010-02-03Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
moel.mich [Wed, 03 Feb 2010 20:35:10 +0000] rev 24
Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.

2010-02-03Fixed Intel CPU coreCount in case CPUID 0x0B is supported but returns only 0.
moel.mich [Wed, 03 Feb 2010 18:10:11 +0000] rev 23
Fixed Intel CPU coreCount in case CPUID 0x0B is supported but returns only 0.

2010-02-02Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function.
moel.mich [Tue, 02 Feb 2010 21:58:54 +0000] rev 22
Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function.

2010-02-02ITE IT87XX family renamed.
moel.mich [Tue, 02 Feb 2010 18:35:23 +0000] rev 21
ITE IT87XX family renamed.

2010-02-01Release version 0.1.9. Fixed ATI GPU id check.
moel.mich [Mon, 01 Feb 2010 23:10:05 +0000] rev 20
Release version 0.1.9. Fixed ATI GPU id check.

2010-02-01Release version 0.1.8. Added support for W83627DHG-P super i/o chips.
moel.mich [Mon, 01 Feb 2010 22:11:06 +0000] rev 19
Release version 0.1.8. Added support for W83627DHG-P super i/o chips.

2010-02-01Release version 0.1.7. Improved report writer.
moel.mich [Mon, 01 Feb 2010 21:04:14 +0000] rev 18
Release version 0.1.7. Improved report writer.

2010-02-01(none)
moel.mich [Mon, 01 Feb 2010 20:17:02 +0000] rev 17
(none)

2010-02-01Added support for Fintek F71862, F71869, F71889.
moel.mich [Mon, 01 Feb 2010 20:16:26 +0000] rev 16
Added support for Fintek F71862, F71869, F71889.

2010-01-31Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
moel.mich [Sun, 31 Jan 2010 22:00:31 +0000] rev 15
Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.

2010-01-31Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
moel.mich [Sun, 31 Jan 2010 20:57:18 +0000] rev 14
Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).

2010-01-31Added support for W83627DHG chips. Changed Core i7 temperature reading. Fixed IT87 temperature reading.
moel.mich [Sun, 31 Jan 2010 19:30:00 +0000] rev 13
Added support for W83627DHG chips. Changed Core i7 temperature reading. Fixed IT87 temperature reading.

2010-01-29Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations.
moel.mich [Fri, 29 Jan 2010 21:58:31 +0000] rev 12
Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations.

2010-01-29Release version 0.1.3.1. Added a a bit more info to ADL reports.
moel.mich [Fri, 29 Jan 2010 21:14:23 +0000] rev 11
Release version 0.1.3.1. Added a a bit more info to ADL reports.

2010-01-29Release 0.1.3.
moel.mich [Fri, 29 Jan 2010 20:28:27 +0000] rev 10
Release 0.1.3.

2010-01-29Added additional checks to SMBIOS parsing. New class HexStringArray is for debugging with report data.
moel.mich [Fri, 29 Jan 2010 20:05:32 +0000] rev 9
Added additional checks to SMBIOS parsing. New class HexStringArray is for debugging with report data.

2010-01-29Fixed ADL dll loading. The name of the dll is always atiadlxx, except when running as 32-bit app on 64-bit systems (atiadlxy in that case).
moel.mich [Fri, 29 Jan 2010 19:20:44 +0000] rev 8
Fixed ADL dll loading. The name of the dll is always atiadlxx, except when running as 32-bit app on 64-bit systems (atiadlxy in that case).

2010-01-28Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration.
moel.mich [Thu, 28 Jan 2010 23:29:39 +0000] rev 7
Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration.

2010-01-28Fixed 5th fan channel for IT87 chips. Added ADL status code to report.
moel.mich [Thu, 28 Jan 2010 19:31:10 +0000] rev 6
Fixed 5th fan channel for IT87 chips. Added ADL status code to report.

2010-01-27Release version 0.1.1
moel.mich [Wed, 27 Jan 2010 23:10:38 +0000] rev 5
Release version 0.1.1

2010-01-27Implementation for Intel Core i7 temperature sensors.
moel.mich [Wed, 27 Jan 2010 23:00:13 +0000] rev 4
Implementation for Intel Core i7 temperature sensors.

2010-01-27Changed ATI GPU enumeration.
moel.mich [Wed, 27 Jan 2010 19:30:10 +0000] rev 3
Changed ATI GPU enumeration.

2010-01-27Fixed a NullReferenceException in the HDD SMART code.
moel.mich [Wed, 27 Jan 2010 18:12:51 +0000] rev 2
Fixed a NullReferenceException in the HDD SMART code.

2010-01-26Initial commit.
moel.mich [Tue, 26 Jan 2010 22:37:48 +0000] rev 1
Initial commit.

2010-01-21Initial directory structure.
unknown [Thu, 21 Jan 2010 21:37:37 +0000] rev 0
Initial directory structure.