source: trunk @ 2667

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2667   70 seconds lowjoel Make SharingViolationException? inherit from FileLoadException? since that …
(edit) @2662   16 minutes lowjoel Increment the attempts counter when we do have to retry, otherwise the …
(edit) @2661   2 hours lowjoel Handle the situation where creating a new mutex when starting the …
(edit) @2660   3 hours lowjoel There was an exception thrown here in one crash report; however there's no …
(edit) @2659   3 hours lowjoel When we are copying over the plausible deniability file, we just need to …
(edit) @2658   3 hours lowjoel Normalised the new strings. Also standardise the log level to be …
(edit) @2657   4 hours lowjoel Fixed compilo.
(edit) @2656   4 hours lowjoel - When enumerating the ADSes of a file, we should only attempt doing so a …
(edit) @2655   5 hours lowjoel When we are run as a command application, the convention is to use …
(edit) @2654   5 hours lowjoel Handle situations where the directory we are erasing is deleted before we …
(edit) @2653   5 hours lowjoel When enumerating folders for erasure, it is possible that in the time we …
(edit) @2651   26 hours lowjoel Since string comparisons don't work for versions when our versions are not …
(edit) @2650   27 hours lowjoel Fixed update list generation.
(edit) @2649   27 hours lowjoel Remove the 6.0.9 build from our download page.
(edit) @2648   31 hours lowjoel Added first two reviews for Eraser 6.
(edit) @2647   44 hours lowjoel Find volume information from drives assigned a letter but not mounted …
(edit) @2646   44 hours lowjoel Fixed compilo introduced in earlier changes.
(edit) @2645   45 hours lowjoel When we try to obtain drive information, if we get an IOException we …
(edit) @2644   45 hours lowjoel When we are retrieving a set of mount points to check if the volume is …
(edit) @2643   45 hours lowjoel Fixed typo in the exception message when we cannot load a core plugin.
(edit) @2642   2 days lowjoel Don't crash if the drive does not collect performance statistics.
(edit) @2641   2 days lowjoel When trying to determine the processes locking the file, we may not have …
(edit) @2640   2 days lowjoel Compile fix.
(edit) @2639   2 days lowjoel Handle a situation where we are unable to obtain the necessary performance …
(edit) @2638   2 days lowjoel Handle IOExceptions which we get when we are enumerating directories. This …
(edit) @2637   2 days lowjoel Perform Parameter validation for the FileSystemRegistrar?.this[] function.
(edit) @2636   2 days lowjoel For now, if we get an UnauthorizedAccessException?, just log it. It is a …
(edit) @2635   2 days lowjoel Suppress PathTooLongExceptions? for now since .NET does not yet support …
(edit) @2634   2 days lowjoel Handle a NotSupportedEExceptions thrown from the erase code. This is …
(edit) @2632   2 days lowjoel When erasing a file/folder, it is possible that after the erase is …
(edit) @2631   2 days lowjoel Do *NOT* commit anything into this folder.
(edit) @2630   2 days lowjoel Added the Eraser 6.0.10 release.
(edit) @2629   2 days lowjoel Implement querying SourceForge? for the number of downloads using the API …
(edit) @2628   2 days lowjoel Fixed the retrieval of the build revision from the database.
(edit) @2627   2 days lowjoel Updated announcement to show the 6.0.10 release.
(edit) @2626   2 days lowjoel Added draft announcement for Eraser 6.0.10
(edit) @2625   2 days lowjoel Fixed missing </p>
(edit) @2622   13 days lowjoel Handle a FileNotFound? exception in the middle of querying performance …
(edit) @2621   13 days lowjoel Instead of compressing the BlackBox? reports with bz2, use LZMA which …
(edit) @2617   7 weeks lowjoel Fixed crash when running "eraser help" reported in …
(edit) @2616   7 weeks lowjoel Fixed invalid property access because the Build class bypassed the get …
(edit) @2615   8 weeks lowjoel New strings.
(edit) @2614   8 weeks lowjoel Pass the entire XmlReader? to the targets for deserialization since passing …
(edit) @2613   8 weeks lowjoel We should error out if we call the ErasureTargetBase?.ReadXml? class …
(edit) @2612   8 weeks lowjoel Follow the advice in …
(edit) @2611   8 weeks lowjoel Follow the advice in …
(edit) @2610   8 weeks lowjoel Fixed broken XmlDoc? tag.
(edit) @2609   8 weeks lowjoel Replace all references to "Unused disk space" with "Drives" since we have …
(edit) @2608   8 weeks lowjoel Use ToString?() instead of the clumsy UIText property.
(edit) @2606   8 weeks lowjoel Merged the XML Task Lists branch back to trunk. Implements #362: Use XML …
(edit) @2581   8 weeks lowjoel Fixed Context Menu Secure Move handling bug reported in …
(edit) @2580   2 months lowjoel Handle PlatformNotSupportedException? when trying our list of hash …
(edit) @2579   2 months lowjoel Handle situations where the provided window handle is already a top-level …
(edit) @2578   2 months lowjoel Improve support for context menu erasures' confirmation dialog: the code …
(edit) @2577   2 months lowjoel Forward-port r2576 Eraser 6.0: Do not validate the form when the user …
(edit) @2574   2 months lowjoel Don't run the GetSecondaryHashAlgorithm? function again if we've already …
(edit) @2573   2 months lowjoel Our entropy polling thread should have the lowest thread priority to …
(edit) @2572   2 months lowjoel Added a priority list for the primary and secondary hash algorithms. …
(edit) @2571   2 months lowjoel Use our MemoryXor? function to invert the pool, instead of writing another …
(edit) @2570   2 months lowjoel Wrong order of arguments, so the wrong array was XORed in place.
(edit) @2569   2 months lowjoel - Rewrote the MemoryXor? function to follow the API specification for …
(edit) @2568   2 months lowjoel Use shorthand for easier understanding.
(edit) @2567   2 months lowjoel - Fixed entropy poller registration: The plugins rewrite broke entropy …
(edit) @2566   2 months lowjoel Merged revisions 2563 and 2565 from Eraser 6.0: - Remove the unused …
(edit) @2561   2 months lowjoel Part 2 fix for …
(edit) @2560   2 months lowjoel Supplements r2549: Resolve reparse points only for as long as the reparse …
(edit) @2559   2 months lowjoel We should only check for FileSystemInfos? in the directory being erased if …
(edit) @2558   2 months lowjoel When we are setting file times for reparse points, we should fall back to …
(edit) @2557   2 months lowjoel Do not display the shell confirmation dialog with TopMost? set to true, …
(edit) @2556   2 months lowjoel Fixed exception when the Erasure Target owner is assigned the same value …
(edit) @2555   2 months lowjoel Forward-port from Eraser 6.0: Supplements r2551: Support direct volume …
(edit) @2553   2 months lowjoel Fixed exception when a timer tick event is raised after the completion of …
(edit) @2552   2 months lowjoel PHP warning fix for non-standard requests.
(edit) @2551   2 months lowjoel Forward-port from Eraser 6.0: When we are dereferencing a reparse point, …
(edit) @2549   2 months lowjoel Forward-port from Eraser 6.0: We need to recursively dereference all …
(edit) @2548   2 months lowjoel New strings.
(edit) @2546   2 months lowjoel If the user does not specify that he wants to delete the folder if it is …
(edit) @2545   2 months lowjoel Experimental fix for allowing context menu erasures to require …
(edit) @2544   2 months lowjoel Fixed a FileNotFound? exception when we are given a GUID we do not have …
(edit) @2543   2 months lowjoel Tasks were not being cleared from the task list upon successful completion …
(edit) @2542   2 months lowjoel Fixed syntax error with the batch script.
(edit) @2541   2 months lowjoel Handle no-TortoiseSVN situations differently from SubWCRev returning an …
(edit) @2539   2 months lowjoel Fix a misnomer: when Eraser is running, and a new task is added, it is …
(edit) @2538   2 months lowjoel Move the call to Application.EnableVisualStyles? to the start of the …
(edit) @2537   2 months lowjoel Fixed font override in the Shell confirmation dialog.
(edit) @2536   2 months lowjoel - Recursively delete a directory if report creation failed so we don't …
(edit) @2535   2 months lowjoel - We should re-throw the exception if we get one while processing the …
(edit) @2534   2 months lowjoel Removed debug code.
(edit) @2533   2 months lowjoel Updated to CommonLibrary?.NET 0.9.7
(edit) @2532   2 months lowjoel Version bump because we changed the underlying types behind the task list. …
(edit) @2531   2 months lowjoel Remove debug code.
(edit) @2530   2 months lowjoel Fixed parameter ordering; Eraser's context menu erasures will now prompt …
(edit) @2528   2 months lowjoel Clean up the project dependencies.
(edit) @2527   2 months lowjoel Properly implement the recycle bin erasure: do not delete the contents of …
(edit) @2526   2 months lowjoel StrongNameSignatureVerificationEx? has been deprecated. For .NET 4, we need …
(edit) @2525   2 months lowjoel Rebuild all dependencies with .NET 4.0, so that we can run Eraser on a …
(edit) @2524   2 months lowjoel Include the Eraser.Plugins assembly with the installation for plugins to …
(edit) @2523   2 months lowjoel Implement recycle bin erasures according to what Vista and 7 would detect …
(edit) @2522   2 months lowjoel Improve recycle bin support: on drives not using NTFS, Windows stores …
(edit) @2521   2 months lowjoel Just some reorganisation of the code ordering to have settings of the same …
Note: See TracRevisionLog for help on using the revision log.