source: @ 1601

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1601   3 years lowjoel Define the CODE_ANALYSIS constant in debug builds so that …
(edit) @1600   3 years lowjoel These warnings generated by FxCop? can be suppressed as the code has been …
(edit) @1599   3 years lowjoel Fix CA1822: Mark members as static
(edit) @1598   3 years lowjoel Fixed CA1300 and CA1305: call the MessageBox?.Show overload that specifies …
(edit) @1597   3 years lowjoel Fixed CA1308: Strings should be normalised to upper case.
(edit) @1596   3 years lowjoel Fixed CA1804: Remove locals that are not used or are only assigned to in …
(edit) @1595   3 years lowjoel Renamed all identifier names which were changed in the previous few …
(edit) @1594   3 years lowjoel Ran FxCop? on all the assemblies - Fixed CA1822: Specify that a method is …
(edit) @1593   3 years lowjoel - Removed an unused CloseHandle? declaration - Fixed CA2000 : …
(edit) @1592   3 years lowjoel Fixed CA1704 : Microsoft.Naming : Correct the spelling of 'Filesize' in …
(edit) @1591   3 years lowjoel Fixed CA1704 : Microsoft.Naming : In method 'S._(string)', correct the …
(edit) @1590   3 years lowjoel Fixed warning CA1800: Microsoft.Performance : 'control', a parameter, is …
(edit) @1589   3 years lowjoel Fixed CA1034: Nested types should not be visible.
(edit) @1588   3 years lowjoel Removed UacEnabled? and its dependent declarations since no code uses it …
(edit) @1587   3 years lowjoel Oops, fixed compilo introduced in r1585
(edit) @1586   3 years lowjoel Partly reverse-merged r1554 to fix CA1001 : Microsoft.Design : Implement …
(edit) @1585   3 years lowjoel Fixed CA1404 : Microsoft.Interoperability: Move the call to …
(edit) @1584   3 years lowjoel Fixed a few FxCop? warnings: - Call GC.SuppressFinalize? in …
(edit) @1583   3 years lowjoel Use the System.Diagnostics.Process.Handle member instead of calling …
(edit) @1582   3 years lowjoel Fixed inconsistent paths in the OutputDir? property for C++ projects - it …
(edit) @1581   3 years lowjoel Check that we *have* positional arguments in the first place before …
(edit) @1580   3 years lowjoel "Press any key to continue" not "Press enter to continue" is what Pause …
(edit) @1579   3 years lowjoel Reviewed the indentation in the Help message and also reviewed the content …
(edit) @1578   3 years lowjoel Forgot to include CommonLibrary? in our installer.
(edit) @1577   3 years lowjoel Volumes and MountedVolumes? properties of VolumeInfo? should have …
(edit) @1576   3 years lowjoel Throw an IOException when we can't access a given file instead of a …
(edit) @1575   3 years lowjoel Remove an unnecessary unsafe function.
(edit) @1574   3 years lowjoel Removed an unnecessary unsafe function
(edit) @1573   3 years lowjoel Deal with the combination of the FileSystem? and Unlocker assemblies for …
(edit) @1572   3 years lowjoel Moved the ProgressManager? classes to Eraser.Util. Addresses #284: …
(edit) @1571   3 years lowjoel Fixed the references to UXThemeApi.UpdateControlTheme? (to …
(edit) @1570   3 years lowjoel Compilo fixes from 1552 to 1569 after the huge reshuffling
(edit) @1569   3 years lowjoel Moved the DiskPerformanceInfo? class to the VolumeInfo? class and that's how …
(edit) @1568   3 years lowjoel Make the remainder of the KernelApi? class to be SystemInfo? since that best …
(edit) @1567   3 years lowjoel Split the ConsoleWindow? class out of the KernelApi? class since it manages …
(edit) @1566   3 years lowjoel Moved KernelApi?.GetHRForWin32Error and GetExceptionForWin32Error to the …
(edit) @1565   3 years lowjoel SystemRestoreApi?.cs => SystemRestore?.cs (since this isn't really an API)
(edit) @1564   3 years lowjoel Moved NtApi?.NtQueryInformationFile? to File.GetFileADSes since that was the …
(edit) @1563   3 years lowjoel Replaced the ShellApi? class with the RecycleBin? class (since …
(edit) @1562   3 years lowjoel Move the SetThreadExecutionState? function to the Power class. Addresses …
(edit) @1561   3 years lowjoel Compilo.
(edit) @1560   3 years lowjoel The File Time APIs should belong to the Eraser.Util.File static class
(edit) @1559   3 years lowjoel Move Get/SetFileTimes? together with the …
(edit) @1558   3 years lowjoel Reviewed and renamed UxThemeApi? => Theming.
(edit) @1557   3 years lowjoel Compilo: The class should be in the Eraser.Util namespace, not the …
(edit) @1556   3 years lowjoel Document the ThemesActive? property of the UXThemeApi class
(edit) @1555   3 years lowjoel Factored out the SelectObject? function which belongs in Gdi.cs
(edit) @1554   3 years lowjoel Reviewed the SafeHandle? classes which we subclass. Also, don't implement …
(edit) @1553   3 years lowjoel Compilo fixes after r1552.
(edit) @1552   3 years lowjoel Combined the functions in AdvApi?, MsCorEEApi and WintrustApi? to …
(edit) @1551   3 years lowjoel Replace all ERROR_* constants with the Win32ErrorCodes class (to be more …
(edit) @1550   3 years lowjoel Fixed StreamInfo?.cs and VolumeInfo?.cs to compile after the NativeMethods?
(edit) @1549   3 years lowjoel Compilo.
(edit) @1548   3 years lowjoel Reviewed File.cs to get it to compile after the NativeMethods? refactor. …
(edit) @1547   3 years lowjoel Cleaned up the UXThemeApi.ThemeMessageFilter? class.
(edit) @1546   3 years lowjoel Removed the Eraser.Util.FileSystem? assembly.
(edit) @1545   3 years lowjoel Fixed the string to use a . instead of a , at the end of the exception …
(edit) @1544   3 years lowjoel Move more stuff to the NativeMethods? definitions
(edit) @1543   3 years lowjoel Moved all the NativeMethods? declarations to the NativeMethods? folder with …
(edit) @1542   3 years lowjoel Add Eraser Native.vsprops to our solution files.
(edit) @1541   3 years lowjoel Use Eraser Native.vsprops to specify that the VC runtimes which we bind to …
(edit) @1540   3 years lowjoel Change the OpenHandle? struct to be a ref class instead, since that's more …
(edit) @1539   3 years lowjoel Moved Eraser.Util.FileSystem? to the Eraser.Util.Native assembly.
(edit) @1538   3 years lowjoel Forgot to rename Unlocker.h
(edit) @1537   3 years lowjoel Updated AssemblyInfo? for Eraser.Util.Native
(edit) @1536   3 years lowjoel Rename the Eraser.Util.Native files to OpenHandle? since I will be merging …
(edit) @1535   3 years lowjoel Blind Eraser.Util.Unlocker = >Eraser.Util.Native
(edit) @1534   3 years lowjoel Addreses #284: Eraser.Util rewrite. I'm going to merge the …
(edit) @1533   3 years lowjoel Added bug tracker integration for TortoiseSVN
(edit) @1532   3 years lowjoel Removed an unnecessary unsafe method declaration.
(edit) @1531   3 years lowjoel Reviewed the use of AllocHGlobal and found that this one could leak …
(edit) @1530   3 years lowjoel Replaced the call to Marshal.AllocHGlobal to use the managed StringBuilder?
(edit) @1529   3 years lowjoel Combined the WindowsFileSystem?'s DeleteFolder? and DeleteFile? methods to …
(edit) @1528   3 years lowjoel Replaced all ICollection references to IList, where applicable. More often …
(edit) @1527   3 years lowjoel No need to create new EventHandler? objects, since what we are doing is …
(edit) @1526   3 years lowjoel Reviewed the LogForm? class. Addresses #275: Code Review - Renamed the …
(edit) @1525   3 years lowjoel Being perfectionist about the order of the using directives.
(edit) @1524   3 years lowjoel The addtask command now works. Addresses #275: Code Review - Store …
(edit) @1523   3 years lowjoel First compilable version of the new Program class. The ConsoleProgram?
(edit) @1522   3 years lowjoel Define the Program.Arguments class which serves as an object to bind …
(edit) @1521   3 years lowjoel Split the huge Program.cs file to separate (sub)classes. Addresses #275: …
(edit) @1520   3 years lowjoel Very blind fix to include the ICSharpCode.SharpZipLib?.dll assembly …
(edit) @1519   3 years lowjoel Start with the CodeReview? branch, to address #275 and its related tickets.
(edit) @1518   3 years lowjoel Forward-ported the Eraser 6.0 branch to trunk, up to r1517. When …
(edit) @1517   3 years lowjoel When removing files from the Plausible Deniability decoys list the files …
(edit) @1516   3 years lowjoel Finished with the SpeedMeter? branch
(edit) @1515   3 years lowjoel Merged the SpeedMeter? branch to trunk. Fixes #90: Generic speed meter
(edit) @1514   3 years lowjoel Fixed crash in the SteppedProgressManager? because the lock object was …
(edit) @1513   3 years lowjoel Fixed a crash when we query the progress of the task when the ProgressForm?
(edit) @1512   3 years lowjoel Defined the standard callback prototype. We have our own …
(edit) @1511   3 years lowjoel Did some code cleanup in the UpdateManager? class, simultaneously migratng …
(edit) @1510   3 years lowjoel Thread-safe the ChainedProgressManager? classes by locking the task list …
(edit) @1509   3 years lowjoel Factor out the progress updating code to a separate function because upon …
(edit) @1508   3 years lowjoel -Mistake: when cluster tip erasures are enabled the main bulk is 90% of …
(edit) @1507   3 years lowjoel When displaying the estimated amount of time left to finish the target …
(edit) @1506   3 years lowjoel Tolerate some margin of error when checking the total weights in the …
(edit) @1505   3 years lowjoel -Replaced the ProgressManagerBase?.Start function with a Restart function: …
(edit) @1504   3 years lowjoel Fixed a few behaviours in the ProgressManager? classes: -for …
(edit) @1503   3 years lowjoel Current revision finally compiles. -Instead of having a separate class …
(edit) @1502   3 years lowjoel Initial commit to start the SpeedMeter? branch. The original …
Note: See TracRevisionLog for help on using the revision log.