source: @ 1648

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1648   3 years lowjoel Properly redirect users to an error page when we do have errors.
(edit) @1647   3 years lowjoel - Fixed the computation of the absolute path when calling …
(edit) @1646   3 years lowjoel I shouldn't expect the presence of the English words "in" and "at" in …
(edit) @1645   3 years lowjoel The installer size must be computed from the real path, not the …
(edit) @1644   3 years lowjoel Forward port from Eraser 6.0: Fixed crash when we try to close open …
(edit) @1643   3 years lowjoel Fixed crash when we try to close open handles and where no handles were …
(edit) @1642   3 years lowjoel Forward port from Eraser 6.0: Fixed crash when user clicks on About dialog …
(edit) @1641   3 years lowjoel Fixed crash when user clicks on About dialog links but there was an error …
(edit) @1640   3 years lowjoel Forward port from Eraser 6.0: Fixed race condition when two instance of …
(edit) @1639   3 years lowjoel Fixed race condition when two instance of Eraser are started …
(edit) @1638   3 years lowjoel Forward port from Eraser 6.0: Fixed exception when the filesystem object …
(edit) @1637   3 years lowjoel Fixed exception when the filesystem object being erased is non-existent …
(edit) @1636   3 years lowjoel Forward port from Eraser 6.0: Fixed regression introduced in r1633, I …
(edit) @1635   3 years lowjoel Fixed regression introduced in r1633, I removed the call to …
(edit) @1634   3 years lowjoel Forward port from Eraser 6.0: Fixed regression introduced in r1490 where …
(edit) @1633   3 years lowjoel Fixed regression introduced in r1490 where CreateControl? was called in …
(edit) @1632   3 years lowjoel Suggest the name of the download when it is requested, instead of the name …
(edit) @1631   3 years lowjoel - Optimized the selection algorithm for picking builds from the builds …
(edit) @1630   3 years lowjoel - When checking the path to the file for local files they are prefixed by …
(edit) @1629   3 years lowjoel Call the "path" column in the builds table "branch" since that's what it …
(edit) @1628   3 years lowjoel Build the installers as a separate target in the msbuild project. Also …
(edit) @1627   3 years lowjoel Disable building of the Installer project in the solution file for all …
(edit) @1626   3 years lowjoel Removed unnecessary using declarations and fixed a sharing violation with …
(edit) @1625   3 years lowjoel Updated the references to Eraser.Util.Native.vcproj
(edit) @1624   3 years lowjoel Forgot to rename the C++ project to Native.
(edit) @1623   3 years lowjoel Strange, the OnGUIIdle event wasn't registered…
(edit) @1622   3 years lowjoel Combine the progress and upload steps to the Upload function since …
(edit) @1621   3 years lowjoel These strings have been moved to Eraser.Util.
(edit) @1620   3 years lowjoel These strings cannot currently be translated as the Util library doesn't …
(edit) @1619   3 years lowjoel FormField? => PostDataField? and FormFileField? => PostDataFileField?
(edit) @1618   3 years lowjoel Document the PostDataBuilder? class. - Define the ContentType? property …
(edit) @1617   3 years lowjoel Move the BlackBoxReportUploader? to the Eraser.Util assembly. Also move the …
(edit) @1616   3 years lowjoel Use the Eraser.Util.ProgressManager? classes to calculate progress. …
(edit) @1615   3 years lowjoel Fixed compilos introduced during merge of trunk to the CodeReview? branch. …
(edit) @1614   3 years lowjoel Split the Eraser.Util.BlackBox?.NativeMethods? class to the …
(edit) @1613   3 years lowjoel Forward ported changes to trunk (till r1611) to the CodeReview? branch. …
(edit) @1612   3 years lowjoel Merged in r1611
(edit) @1611   3 years lowjoel Merged the BlackBox? branch to trunk. Completes #317: Merge the BlackBox?
(edit) @1610   3 years lowjoel Use Assembly.LoadFrom? over Assembly.LoadFile? since LoadFrom? has slightly …
(edit) @1609   3 years lowjoel A few BlackBox? behavioural changes which should fix #315: Fix handling of …
(edit) @1608   3 years lowjoel Always write the debug log, the screenshot, then the memory dump as that's …
(edit) @1607   3 years lowjoel Alright, apply FxCop? to all types inside the assembly, including internal …
(edit) @1606   3 years lowjoel The SystemRestore? class is generated by mgmtclassgen so ignore FxCop?
(edit) @1605   3 years lowjoel Defined new terms found in Util.
(edit) @1604   3 years lowjoel Don't corrupt the GetLastError?() code when closing the SafeHandle?
(edit) @1603   3 years lowjoel Fixed CA1823: Private fields were detected that do not appear to be …
(edit) @1602   3 years lowjoel Fixed CA1801: Parameter 'info' of 'FatApi?.FatApi?(VolumeInfo?, Stream)' is …
(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.
Note: See TracRevisionLog for help on using the revision log.