|
|
|
@2559
|
15 months |
lowjoel |
We should only check for FileSystemInfos? in the directory being erased if …
|
|
|
|
@2558
|
15 months |
lowjoel |
When we are setting file times for reparse points, we should fall back to …
|
|
|
|
@2557
|
15 months |
lowjoel |
Do not display the shell confirmation dialog with TopMost? set to true, …
|
|
|
|
@2556
|
15 months |
lowjoel |
Fixed exception when the Erasure Target owner is assigned the same value …
|
|
|
|
@2555
|
15 months |
lowjoel |
Forward-port from Eraser 6.0: Supplements r2551: Support direct volume …
|
|
|
|
@2553
|
15 months |
lowjoel |
Fixed exception when a timer tick event is raised after the completion of …
|
|
|
|
@2551
|
15 months |
lowjoel |
Forward-port from Eraser 6.0: When we are dereferencing a reparse point, …
|
|
|
|
@2549
|
15 months |
lowjoel |
Forward-port from Eraser 6.0: We need to recursively dereference all …
|
|
|
|
@2548
|
15 months |
lowjoel |
New strings.
|
|
|
|
@2546
|
15 months |
lowjoel |
If the user does not specify that he wants to delete the folder if it is …
|
|
|
|
@2545
|
15 months |
lowjoel |
Experimental fix for allowing context menu erasures to require …
|
|
|
|
@2544
|
15 months |
lowjoel |
Fixed a FileNotFound? exception when we are given a GUID we do not have …
|
|
|
|
@2543
|
15 months |
lowjoel |
Tasks were not being cleared from the task list upon successful completion …
|
|
|
|
@2542
|
15 months |
lowjoel |
Fixed syntax error with the batch script.
|
|
|
|
@2541
|
15 months |
lowjoel |
Handle no-TortoiseSVN situations differently from SubWCRev returning an …
|
|
|
|
@2539
|
15 months |
lowjoel |
Fix a misnomer: when Eraser is running, and a new task is added, it is …
|
|
|
|
@2538
|
15 months |
lowjoel |
Move the call to Application.EnableVisualStyles? to the start of the …
|
|
|
|
@2537
|
15 months |
lowjoel |
Fixed font override in the Shell confirmation dialog.
|
|
|
|
@2536
|
15 months |
lowjoel |
- Recursively delete a directory if report creation failed so we don't …
|
|
|
|
@2535
|
15 months |
lowjoel |
- We should re-throw the exception if we get one while processing the …
|
|
|
|
@2534
|
15 months |
lowjoel |
Removed debug code.
|
|
|
|
@2533
|
15 months |
lowjoel |
Updated to CommonLibrary?.NET 0.9.7
|
|
|
|
@2532
|
15 months |
lowjoel |
Version bump because we changed the underlying types behind the task list. …
|
|
|
|
@2531
|
15 months |
lowjoel |
Remove debug code.
|
|
|
|
@2530
|
15 months |
lowjoel |
Fixed parameter ordering; Eraser's context menu erasures will now prompt …
|
|
|
|
@2528
|
15 months |
lowjoel |
Clean up the project dependencies.
|
|
|
|
@2527
|
15 months |
lowjoel |
Properly implement the recycle bin erasure: do not delete the contents of …
|
|
|
|
@2526
|
15 months |
lowjoel |
StrongNameSignatureVerificationEx? has been deprecated. For .NET 4, we need …
|
|
|
|
@2525
|
15 months |
lowjoel |
Rebuild all dependencies with .NET 4.0, so that we can run Eraser on a …
|
|
|
|
@2524
|
15 months |
lowjoel |
Include the Eraser.Plugins assembly with the installation for plugins to …
|
|
|
|
@2523
|
15 months |
lowjoel |
Implement recycle bin erasures according to what Vista and 7 would detect …
|
|
|
|
@2522
|
15 months |
lowjoel |
Improve recycle bin support: on drives not using NTFS, Windows stores …
|
|
|
|
@2521
|
15 months |
lowjoel |
Just some reorganisation of the code ordering to have settings of the same …
|
|
|
|
@2520
|
15 months |
lowjoel |
Fix warnings in the project system.
|
|
|
|
@2519
|
15 months |
lowjoel |
Display the erasure targets when opening a task for editing.
|
|
|
|
@2518
|
15 months |
lowjoel |
Update copyrights to this year.
|
|
|
|
@2517
|
15 months |
lowjoel |
All types in Eraser.DefaultPlugins? can be internal since no one is …
|
|
|
|
@2516
|
15 months |
lowjoel |
Update copyrights to this year.
|
|
|
|
@2515
|
15 months |
lowjoel |
Set svn:keywords and svn:eol-style on all the source files.
|
|
|
|
@2514
|
15 months |
lowjoel |
Normalise .NET project settings across platforms and projects. It probably …
|
|
|
|
@2513
|
15 months |
lowjoel |
Remove misleading comment.
|
|
|
|
@2512
|
15 months |
lowjoel |
Use an updated build of csgettext.
|
|
|
|
@2511
|
15 months |
lowjoel |
Update the string resources for all the projects.
|
|
|
|
@2509
|
15 months |
lowjoel |
Redesign the Eraser Plugin framework.
- Split the plugin-dependent …
|
|
|
|
@2442
|
15 months |
lowjoel |
Instead of allowing GetCompactPath? to be called on a FileSystemObject?, …
|
|
|
|
@2441
|
15 months |
lowjoel |
Fix a crash in the .NET 4.0 runtime when we call FindFirstVolumeMountpoint? …
|
|
|
|
@2437
|
16 months |
lowjoel |
Add preliminary support for detection and installation of .NET 4 as …
|
|
|
|
@2418
|
16 months |
lowjoel |
We need to handle a MissingManifestResourceException?: We get this when we …
|
|
|
|
@2416
|
16 months |
lowjoel |
Oops, forgot to check the name of the new VS2010 merge modules.
|
|
|
|
@2415
|
16 months |
lowjoel |
Fix the TargetName? property to be what we want the .exe to be named to fix …
|
|
|
|
@2414
|
16 months |
lowjoel |
Forward-port from Eraser 6.0: Changes made to the Bootstrapper to use the …
|
|
|
|
@2413
|
16 months |
lowjoel |
We should link with the VC2010 merge modules for the C++ Runtime, since we …
|
|
|
|
@2341
|
20 months |
lowjoel |
Fixed an obscure crash when running the unlocker code under Vista SP2 - …
|
|
|
|
@2339
|
20 months |
lowjoel |
Fixed initialisation order. The settings panel should be initialised first …
|
|
|
|
@2337
|
20 months |
lowjoel |
Supplants r2335: if we still cannot erase the file after 1 retry, throw a …
|
|
|
|
@2336
|
20 months |
lowjoel |
Supplants r2335: Do not force a full re-erasure if the file cannot be …
|
|
|
|
@2335
|
20 months |
lowjoel |
Allow file unlocking to be done in the actual erasure as well, in addition …
|
|
|
|
@2334
|
20 months |
lowjoel |
Fixed compilo introduced in earlier revision.
|
|
|
|
@2332
|
20 months |
lowjoel |
Behaviour change: DuplicateHandle? when not provided a handle pointer to …
|
|
|
|
@2330
|
20 months |
lowjoel |
Reschedule the task for execution, in addition to just computing the next …
|
|
|
|
@2329
|
20 months |
lowjoel |
The exceptions thrown in Eraser.Util are developer-visible and should not …
|
|
|
|
@2326
|
20 months |
lowjoel |
The title of the balloon tip should be "Task Completed" and not "Task …
|
|
|
|
@2325
|
20 months |
lowjoel |
Use a new build of the library.
|
|
|
|
@2324
|
20 months |
lowjoel |
Implemented smart path compaction for the targets in the Task Properties …
|
|
|
|
@2323
|
20 months |
lowjoel |
Call our relative-path handling class PathUtil? instead so that we do not …
|
|
|
|
@2322
|
20 months |
lowjoel |
Call our relative-path handling class PathUtil? instead so that we do not …
|
|
|
|
@2321
|
20 months |
lowjoel |
Do not use the Windows 7.1 SDK toolset - the VS 2010 stock one is fine, I …
|
|
|
|
@2320
|
20 months |
lowjoel |
Upgraded to VS2010 projects and WiX 3.5 for futureproofing
|
|
|
|
@2319
|
20 months |
lowjoel |
We can use a higher significance level of 0.5; this yields slightly more …
|
|
|
|
@2318
|
20 months |
lowjoel |
Fixed display of language names in the Eraser Language selection. This is …
|
|
|
|
@2316
|
20 months |
lowjoel |
When obtaining the revision information, if we cannot find SubWCRev, we …
|
|
|
|
@2314
|
20 months |
lowjoel |
Fixed monthly schedules, as described in …
|
|
|
|
@2313
|
20 months |
lowjoel |
The event handler for the checked changed event for each of the recurring …
|
|
|
|
@2312
|
20 months |
lowjoel |
Be explicit about the behaviour of the schedule check boxes. Since we …
|
|
|
|
@2309
|
22 months |
lowjoel |
Fixed r2222: Recursive folder deletions should not go into reparse points. …
|
|
|
|
@2308
|
22 months |
lowjoel |
Hey, since the if statements above have braces, might as well follow the …
|
|
|
|
@2307
|
22 months |
lowjoel |
Sanity check for Progress Manager - Total should not be set below 0.
|
|
|
|
@2306
|
2 years |
lowjoel |
Merged revision(s) 2305 from branches/eraser6/6.0:
Supplant r2304 for …
|
|
|
|
@2300
|
2 years |
lowjoel |
Fixed potential infinite loop when there are no updates to be processed. …
|
|
|
|
@2284
|
2 years |
lowjoel |
In the event that the crash report's folder name is not a valid date, just …
|
|
|
|
@2283
|
2 years |
lowjoel |
Move the MakeRelativeTo? method and the IsRootedAt? methods to the Path …
|
|
|
|
@2282
|
2 years |
lowjoel |
Prevent recursive folder definitions when users use Secure Move to move a …
|
|
|
|
@2281
|
2 years |
lowjoel |
Forward-port from Eraser 6.0: Don't allow the UnauthorizedAccessException? …
|
|
|
|
@2279
|
2 years |
lowjoel |
Fixed crash when starting Eraser from the shell extension.
|
|
|
|
@2278
|
3 years |
lowjoel |
Backport from Eraser 6.0: Fixed documentation, adding a new target uses …
|
|
|
|
@2276
|
3 years |
lowjoel |
Implement drag&drop for the task properties window as well. Because of …
|
|
|
|
@2275
|
3 years |
lowjoel |
Fixed crash at task finish (error introduced in r2268)
|
|
|
|
@2274
|
3 years |
lowjoel |
Addresses #385 and supplements r1497: Display the full path as a tooltip …
|
|
|
|
@2272
|
3 years |
lowjoel |
Fixed compilo.
|
|
|
|
@2271
|
3 years |
lowjoel |
Removed unused strings.
|
|
|
|
@2269
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: After r2267 where the Executor runs before …
|
|
|
|
@2268
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: Going by the stack principle, since …
|
|
|
|
@2267
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: Fix the "Eraser cannot connect to the …
|
|
|
|
@2266
|
3 years |
lowjoel |
Removed debug code.
|
|
|
|
@2260
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: Remove the Gutmann Lite method as there is …
|
|
|
|
@2258
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: As the task schedule currently only has a …
|
|
|
|
@2256
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: Fixed the Documentation on Page 17: …
|
|
|
|
@2254
|
3 years |
lowjoel |
Forward-port from Eraser 6.0: On pre-Vista OSes, we really only need to …
|
|
|
|
@2250
|
3 years |
lowjoel |
Fixed command-line generation error after we passed the parent HWND to the …
|
|
|
|
@2247
|
3 years |
lowjoel |
Pass the handle provided by Explorer through the IShellExt interface to …
|
|
|
|