Revision
195 -
Directory Listing
-
[select for diffs]
Modified
Mon May 28 10:37:53 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 194
[assembly: AssemblyVersion("1.0.1.$WCREV$")] (increase build to 1)
1.0.1.* features:
+ Memory dump to file
+ Process selector can not be docked in window
+ other enhancments
Revision
160 -
Directory Listing
-
[select for diffs]
Modified
Mon May 28 05:30:14 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 159
Force the use of the enum values for these types
public struct IMAGE_FILE_HEADER
{
public MachineType Machine;
public DllCharacteristicsType Characteristics;
}
Revision
114 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 14:12:09 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 113
ensure we:
* load the user's logging flags
* if we have forced logging flags via logger.SetLoggingFlags(): then allow those settings to override
Revision
100 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 09:03:13 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 99
+ add windows api to get module filename so there won't be errors with 32bit processes being unable to access 64bit process modules
Revision
99 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 23:23:38 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 98
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'
Revision
61 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 15:19:18 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 60
fix LOG_PATH so it does not prevent the main form designer from being opened and closing VS2010
Revision
34 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 11:29:33 2012 UTC
(11 years, 6 months ago)
by
william
Diff to
previous 33
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)