source: @ 1760

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1760   3 years lowjoel Added support to include the current version of the builds so that proper …
(edit) @1759   3 years lowjoel Give all downloaded files an index to ensure uniqueness of every file. …
(edit) @1758   3 years lowjoel Remove the mirror selection combobox since we don't support that any more. …
(edit) @1757   3 years lowjoel Remove unnecessary using. Closes #307: Eraser Updater restructuring
(edit) @1756   3 years lowjoel Fixed progress calculation -- the old method did not take into account the …
(edit) @1755   3 years lowjoel Forward port from Eraser 6.0: Fixed two errors in the code: when …
(edit) @1754   3 years lowjoel Fixed two errors in the code: when terminating the DirectExecutor? thread, …
(edit) @1753   3 years lowjoel Forward port from Eraser 6.0: Fixed crash when importing a …
(edit) @1752   3 years lowjoel Fixed crash when importing a corrupt/outdated task list.
(edit) @1751   3 years lowjoel Fixed crash when users double-click outside a report item.
(edit) @1750   3 years lowjoel Updated strings found in the project.
(edit) @1749   3 years lowjoel Version bump, needed for the updater to work properly.
(edit) @1748   3 years lowjoel Various Updater fixes. Addresses #307: Eraser Updater restructuring - …
(edit) @1747   3 years lowjoel Rewrote and redesigned the entire Updater infrastructure to use the …
(edit) @1746   3 years lowjoel Must have copied the copyrights blindly…
(edit) @1745   3 years lowjoel Forward ported changes from trunk to r1743
(edit) @1744   3 years lowjoel Fixed a typo in the order of function calls (nested string translations) …
(edit) @1743   3 years lowjoel Forward port from Eraser 6.0: Fixed code usage error: When we find a …
(edit) @1742   3 years lowjoel Fixed code usage error: When we find a directory in the list of plausible …
(edit) @1741   3 years lowjoel Supplants r1659/r1660: When we ware waiting for event triggers we also …
(edit) @1740   3 years lowjoel Supplants r1659: When we ware waiting for event triggers we also need to …
(edit) @1739   3 years lowjoel Forward port from Eraser 6.0: Various filesystem object target searching …
(edit) @1738   3 years lowjoel - When passing reference variables, we don't need to use ref (unless we …
(edit) @1737   3 years lowjoel When listing files that need to be erased, always ensure that the file …
(edit) @1736   3 years lowjoel Forward port from Eraser 6.0: Fixed potential regression in r1721 and …
(edit) @1735   3 years lowjoel Slightly better fix than r1734.
(edit) @1734   3 years lowjoel Fixed potential regression in r1721 and r1633 where we added in calls to …
(edit) @1733   3 years lowjoel Forward port from Eraser 6.0: Change the behaviour to …
(edit) @1732   3 years lowjoel Change the behaviour to GetVolumeInformation?: if it returns zero it is not …
(edit) @1731   3 years lowjoel Forward port from Eraser 6.0: GetDriveType? requires the path to have a …
(edit) @1730   3 years lowjoel GetDriveType? requires the path to have a trailing backslash. The check was …
(edit) @1729   3 years lowjoel Backport from trunk: Handle corrupt volumes properly when getting volume …
(edit) @1728   3 years lowjoel Handle corrupt volumes properly when getting volume information from it.
(edit) @1727   3 years lowjoel When opening debug logs, open it with read sharing access (no one's …
(edit) @1726   3 years lowjoel Forward port from Eraser 6.0: CreateNameThread? should be unmanaged as it …
(edit) @1725   3 years lowjoel Fixed progress reporting for FL16KB as we call the erasure method twice so …
(edit) @1724   3 years lowjoel Fixed crash when checking for low disk space notifications: if the policy …
(edit) @1723   3 years lowjoel CreateNameThread? should be unmanaged as it calls only unmanaged APIs. This …
(edit) @1722   3 years lowjoel Forward port from Eraser6.0: Fixed regression introduced in r1634. Fixed …
(edit) @1721   3 years lowjoel Fixed regression introduced in r1634. Fixed hang when starting Eraser with …
(edit) @1720   3 years lowjoel Experimental fix for NotSupportedException? reported by some users.
(edit) @1719   3 years lowjoel Backported changes from trunk. r1718: Author: lowjoel: When we have …
(edit) @1718   3 years lowjoel When we have problems starting Eraser from the shell extension check the …
(edit) @1717   3 years lowjoel If the directory we are deleting does not exist, we should just return -- …
(edit) @1716   3 years lowjoel Catch IOExceptions when we try to connect to other running instances and …
(edit) @1715   3 years lowjoel Set that files are not meant to be indexed when it is meant for deletion …
(edit) @1714   3 years lowjoel Fixed race condition potentially created by initialising the remote …
(edit) @1713   3 years lowjoel Since we only force the creation of the SchedulerPanel?'s handle in the …
(edit) @1712   3 years lowjoel ThreadAbortExceptions? should not trigger BlackBox? report creation.
(edit) @1711   3 years lowjoel - Modified the VolumeInfo? class to allow enumeration of network drives - …
(edit) @1710   3 years lowjoel Remove the obsolete managed call to NtQuerySystemInformation?
(edit) @1709   3 years lowjoel Replaced the Eraser.Util.File class with extension methods (based on …
(edit) @1708   3 years lowjoel Drop-in replacement of the StreamInfo? class with a rewritten one which …
(edit) @1707   3 years lowjoel Once the cluster tip erasures complete we need to specify that the task is …
(edit) @1706   3 years lowjoel Disable low disk space notifications when running unused space erasures.
(edit) @1705   3 years lowjoel Replace all Marshal.GetExceptionForHR with …
(edit) @1704   3 years lowjoel Forward ported from trunk to r1628
(edit) @1703   3 years lowjoel Added missing files that should have been merged from trunk.
(edit) @1702   3 years lowjoel Fixed compilo introduced in r1701
(edit) @1701   3 years lowjoel Forward port changes from trunk till r1700
(edit) @1700   3 years lowjoel Forward port from Eraser 6.0: Fixed crash when the process which is …
(edit) @1699   3 years lowjoel Fixed crash when the process which is locking the file may not be …
(edit) @1698   3 years lowjoel Fixed the blank UI Text when the root of a drive is selected for erasure.
(edit) @1697   3 years lowjoel The progress bar on the scheduler panel is off by (2, 2); offset it by …
(edit) @1696   3 years lowjoel Forward port from Eraser 6.0: Enabled VolumeInfo? class to deal with UNC …
(edit) @1695   3 years lowjoel Enabled VolumeInfo? class to deal with UNC paths. Fixes #313: …
(edit) @1694   3 years lowjoel New strings in trunk.
(edit) @1693   3 years lowjoel Confirm with the user whether the dropped files/folders should be erased. …
(edit) @1692   3 years lowjoel When copying the plausible deniability file, dispose the created stream …
(edit) @1691   3 years lowjoel Updated ProgressManager?.cs to r1688.
(edit) @1690   3 years lowjoel Instead of throwing an exception when we can't verify whether a file …
(edit) @1689   3 years lowjoel Fixed the font size of the scheduler panel title font.
(edit) @1688   3 years lowjoel Fixed ArgumentOutOfRangeException? when erasing. Instead of assigning the …
(edit) @1687   3 years lowjoel Fixed the copyright information to match trunk for new/moved paths.
(edit) @1686   3 years lowjoel Fixed the copyright information to match trunk for new/moved paths.
(edit) @1685   3 years lowjoel Forward port from trunk: Update the assembly information fields too. This …
(edit) @1684   3 years lowjoel Backport from trunk: Update the assembly information fields too.
(edit) @1683   3 years lowjoel Forgot to save the bootstrapper resource. Updated the copyright for this …
(edit) @1682   3 years lowjoel Update the assembly information fields too.
(edit) @1681   3 years lowjoel Bring the CodeReview? branch up to date with the current trunk at r1680
(edit) @1680   3 years lowjoel Fixed infinite recursion introduced in r1668 when setting the Total …
(edit) @1679   3 years lowjoel Backport from trunk: Update the copyright on the about page too.
(edit) @1678   3 years lowjoel Update the copyright on the about page too.
(edit) @1677   3 years lowjoel Updated copyright information: since Eraser is still under development we …
(edit) @1676   3 years lowjoel Fixed recycle bin erasures after bug introduced in r1652 where due to the …
(edit) @1675   3 years lowjoel Updated copyright information: since Eraser is still under development we …
(edit) @1674   3 years lowjoel Forward port from Eraser 6.0: When we check for errors upon opening a file …
(edit) @1673   3 years lowjoel When we check for errors upon opening a file stream to test for existence, …
(edit) @1672   3 years lowjoel - Fixed parsing of stack frames after changing the regex - Include the …
(edit) @1671   3 years lowjoel Fixed parsing of stack frames with non-English locales.
(edit) @1670   3 years lowjoel Forward port from Eraser 6.0: Removed NtQuerySystemInformation? calls for …
(edit) @1669   3 years lowjoel Removed NtQuerySystemInformation? calls for entropy gathering since .NET …
(edit) @1668   3 years lowjoel Fixed ArgumentOutOfRangeException? when erasing free space using an erasure …
(edit) @1667   3 years lowjoel Forward port from Eraser 6.0: Fixed crash when task is edited and the task …
(edit) @1666   3 years lowjoel Fixed crash when task is edited and the task is immediately run: editing …
(edit) @1665   3 years lowjoel Forward port from Eraser 6.0: Start a new logging session the moment we …
(edit) @1664   3 years lowjoel Start a new logging session the moment we fetch the task of the task list. …
(edit) @1663   3 years lowjoel Backport from Trunk: Fixed regression in r1102: the check on Exists …
(edit) @1662   3 years lowjoel Fixed regression in r1102: the check on Exists ensures that the …
(edit) @1661   3 years lowjoel Ignore all ThreadAbortExceptions? from BlackBox? Report creation since these …
Note: See TracRevisionLog for help on using the revision log.