|
|
|
@1570
|
3 years |
lowjoel |
Compilo fixes from 1552 to 1569 after the huge reshuffling
|
|
|
|
@1569
|
3 years |
lowjoel |
Moved the DiskPerformanceInfo? class to the VolumeInfo? class and that's how …
|
|
|
|
@1568
|
3 years |
lowjoel |
Make the remainder of the KernelApi? class to be SystemInfo? since that best …
|
|
|
|
@1567
|
3 years |
lowjoel |
Split the ConsoleWindow? class out of the KernelApi? class since it manages …
|
|
|
|
@1566
|
3 years |
lowjoel |
Moved KernelApi?.GetHRForWin32Error and GetExceptionForWin32Error to the …
|
|
|
|
@1565
|
3 years |
lowjoel |
SystemRestoreApi?.cs => SystemRestore?.cs (since this isn't really an API)
|
|
|
|
@1564
|
3 years |
lowjoel |
Moved NtApi?.NtQueryInformationFile? to File.GetFileADSes since that was the …
|
|
|
|
@1563
|
3 years |
lowjoel |
Replaced the ShellApi? class with the RecycleBin? class (since …
|
|
|
|
@1562
|
3 years |
lowjoel |
Move the SetThreadExecutionState? function to the Power class. Addresses …
|
|
|
|
@1561
|
3 years |
lowjoel |
Compilo.
|
|
|
|
@1560
|
3 years |
lowjoel |
The File Time APIs should belong to the Eraser.Util.File static class
|
|
|
|
@1559
|
3 years |
lowjoel |
Move Get/SetFileTimes? together with the …
|
|
|
|
@1558
|
3 years |
lowjoel |
Reviewed and renamed UxThemeApi? => Theming.
|
|
|
|
@1557
|
3 years |
lowjoel |
Compilo: The class should be in the Eraser.Util namespace, not the …
|
|
|
|
@1556
|
3 years |
lowjoel |
Document the ThemesActive? property of the UXThemeApi class
|
|
|
|
@1555
|
3 years |
lowjoel |
Factored out the SelectObject? function which belongs in Gdi.cs
|
|
|
|
@1554
|
3 years |
lowjoel |
Reviewed the SafeHandle? classes which we subclass. Also, don't implement …
|
|
|
|
@1553
|
3 years |
lowjoel |
Compilo fixes after r1552.
|
|
|
|
@1552
|
3 years |
lowjoel |
Combined the functions in AdvApi?, MsCorEEApi and WintrustApi? to …
|
|
|
|
@1551
|
3 years |
lowjoel |
Replace all ERROR_* constants with the Win32ErrorCodes class (to be more …
|
|
|
|
@1550
|
3 years |
lowjoel |
Fixed StreamInfo?.cs and VolumeInfo?.cs to compile after the NativeMethods? …
|
|
|
|
@1549
|
3 years |
lowjoel |
Compilo.
|
|
|
|
@1548
|
3 years |
lowjoel |
Reviewed File.cs to get it to compile after the NativeMethods? refactor. …
|
|
|
|
@1547
|
3 years |
lowjoel |
Cleaned up the UXThemeApi.ThemeMessageFilter? class.
|
|
|
|
@1546
|
3 years |
lowjoel |
Removed the Eraser.Util.FileSystem? assembly.
|
|
|
|
@1545
|
3 years |
lowjoel |
Fixed the string to use a . instead of a , at the end of the exception …
|
|
|
|
@1544
|
3 years |
lowjoel |
Move more stuff to the NativeMethods? definitions
|
|
|
|
@1543
|
3 years |
lowjoel |
Moved all the NativeMethods? declarations to the NativeMethods? folder with …
|
|
|
|
@1542
|
3 years |
lowjoel |
Add Eraser Native.vsprops to our solution files.
|
|
|
|
@1541
|
3 years |
lowjoel |
Use Eraser Native.vsprops to specify that the VC runtimes which we bind to …
|
|
|
|
@1540
|
3 years |
lowjoel |
Change the OpenHandle? struct to be a ref class instead, since that's more …
|
|
|
|
@1539
|
3 years |
lowjoel |
Moved Eraser.Util.FileSystem? to the Eraser.Util.Native assembly.
|
|
|
|
@1538
|
3 years |
lowjoel |
Forgot to rename Unlocker.h
|
|
|
|
@1537
|
3 years |
lowjoel |
Updated AssemblyInfo? for Eraser.Util.Native
|
|
|
|
@1536
|
3 years |
lowjoel |
Rename the Eraser.Util.Native files to OpenHandle? since I will be merging …
|
|
|
|
@1535
|
3 years |
lowjoel |
Blind Eraser.Util.Unlocker = >Eraser.Util.Native
|
|
|
|
@1534
|
3 years |
lowjoel |
Addreses #284: Eraser.Util rewrite. I'm going to merge the …
|
|
|
|
@1533
|
3 years |
lowjoel |
Added bug tracker integration for TortoiseSVN
|
|
|
|
@1532
|
3 years |
lowjoel |
Removed an unnecessary unsafe method declaration.
|
|
|
|
@1531
|
3 years |
lowjoel |
Reviewed the use of AllocHGlobal and found that this one could leak …
|
|
|
|
@1530
|
3 years |
lowjoel |
Replaced the call to Marshal.AllocHGlobal to use the managed StringBuilder? …
|
|
|
|
@1529
|
3 years |
lowjoel |
Combined the WindowsFileSystem?'s DeleteFolder? and DeleteFile? methods to …
|
|
|
|
@1528
|
3 years |
lowjoel |
Replaced all ICollection references to IList, where applicable. More often …
|
|
|
|
@1527
|
3 years |
lowjoel |
No need to create new EventHandler? objects, since what we are doing is …
|
|
|
|
@1526
|
3 years |
lowjoel |
Reviewed the LogForm? class. Addresses #275: Code Review
- Renamed the …
|
|
|
|
@1525
|
3 years |
lowjoel |
Being perfectionist about the order of the using directives.
|
|
|
|
@1524
|
3 years |
lowjoel |
The addtask command now works. Addresses #275: Code Review
- Store …
|
|
|
|
@1523
|
3 years |
lowjoel |
First compilable version of the new Program class. The ConsoleProgram? …
|
|
|
|
@1522
|
3 years |
lowjoel |
Define the Program.Arguments class which serves as an object to bind …
|
|
|
|
@1521
|
3 years |
lowjoel |
Split the huge Program.cs file to separate (sub)classes. Addresses #275: …
|
|
|
|
@1520
|
3 years |
lowjoel |
Very blind fix to include the ICSharpCode.SharpZipLib?.dll assembly …
|
|
|
|
@1519
|
3 years |
lowjoel |
Start with the CodeReview? branch, to address #275 and its related tickets.
|
|
|
|
@1518
|
3 years |
lowjoel |
Forward-ported the Eraser 6.0 branch to trunk, up to r1517.
When …
|
|
|
|
@1517
|
3 years |
lowjoel |
When removing files from the Plausible Deniability decoys list the files …
|
|
|
|
@1516
|
3 years |
lowjoel |
Finished with the SpeedMeter? branch
|
|
|
|
@1515
|
3 years |
lowjoel |
Merged the SpeedMeter? branch to trunk. Fixes #90: Generic speed meter
|
|
|
|
@1514
|
3 years |
lowjoel |
Fixed crash in the SteppedProgressManager? because the lock object was …
|
|
|
|
@1513
|
3 years |
lowjoel |
Fixed a crash when we query the progress of the task when the ProgressForm? …
|
|
|
|
@1512
|
3 years |
lowjoel |
Defined the standard callback prototype. We have our own …
|
|
|
|
@1511
|
3 years |
lowjoel |
Did some code cleanup in the UpdateManager? class, simultaneously migratng …
|
|
|
|
@1510
|
3 years |
lowjoel |
Thread-safe the ChainedProgressManager? classes by locking the task list …
|
|
|
|
@1509
|
3 years |
lowjoel |
Factor out the progress updating code to a separate function because upon …
|
|
|
|
@1508
|
3 years |
lowjoel |
-Mistake: when cluster tip erasures are enabled the main bulk is 90% of …
|
|
|
|
@1507
|
3 years |
lowjoel |
When displaying the estimated amount of time left to finish the target …
|
|
|
|
@1506
|
3 years |
lowjoel |
Tolerate some margin of error when checking the total weights in the …
|
|
|
|
@1505
|
3 years |
lowjoel |
-Replaced the ProgressManagerBase?.Start function with a Restart function: …
|
|
|
|
@1504
|
3 years |
lowjoel |
Fixed a few behaviours in the ProgressManager? classes:
-for …
|
|
|
|
@1503
|
3 years |
lowjoel |
Current revision finally compiles.
-Instead of having a separate class …
|
|
|
|
@1502
|
3 years |
lowjoel |
Initial commit to start the SpeedMeter? branch. The original …
|
|
|
|
@1501
|
3 years |
lowjoel |
-Remove the Pass Number header title and leave it blank, the increasing …
|
|
|
|
@1500
|
3 years |
lowjoel |
Set the FlatStyle? of abstract buttons to System so that Vista/7 fading …
|
|
|
|
@1499
|
3 years |
lowjoel |
Use drag&drop to order passes instead of the clumsy move up/move down …
|
|
|
|
@1498
|
3 years |
lowjoel |
Well, in the task it may not be another number of files, it could be an …
|
|
|
|
@1497
|
3 years |
lowjoel |
fixes #295: Tasks name excessive when alot of files selected to be removed …
|
|
|
|
@1496
|
3 years |
lowjoel |
-Check whether System Restore is enabled when the unused space erasure is …
|
|
|
|
@1495
|
3 years |
lowjoel |
Forward-port r1486 through r1494 to trunk.
|
|
|
|
@1494
|
3 years |
lowjoel |
Simplified Decoy Files removal algorithm.
|
|
|
|
@1493
|
3 years |
lowjoel |
addresses #285: Various Custom Erasure Method editor bugs
-When adding a …
|
|
|
|
@1492
|
3 years |
lowjoel |
Oops, these should have a copyright notice.
|
|
|
|
@1491
|
3 years |
lowjoel |
addresses #285: Various Custom Erasure Method editor bugs
-When there's …
|
|
|
|
@1490
|
3 years |
lowjoel |
Changed the implement of the "page" concept - the old method used the …
|
|
|
|
@1489
|
3 years |
lowjoel |
New strings introduced in r1487.
|
|
|
|
@1488
|
3 years |
lowjoel |
Fixed crash when editing a pass that was temporary created in the same …
|
|
|
|
@1487
|
3 years |
lowjoel |
-Be able to do the right thing when an empty input is passed in the pass …
|
|
|
|
@1486
|
3 years |
lowjoel |
Fixed updates which download from the Eraser website (i.e. those of the …
|
|
|
|
@1485
|
3 years |
lowjoel |
Forward-port r1475 through r1484 to trunk.
|
|
|
|
@1484
|
3 years |
lowjoel |
Supplements r1483 and r1477:
-Default to the Gutmann erasure method when …
|
|
|
|
@1483
|
3 years |
lowjoel |
Default to Gutmann if the default file erasure method is set to FL16KB so …
|
|
|
|
@1482
|
3 years |
lowjoel |
Proper suggestion of the default UI language: English if no other language …
|
|
|
|
@1481
|
3 years |
lowjoel |
Proper error message when we are unable to load a setting; the old one did …
|
|
|
|
@1480
|
3 years |
lowjoel |
Replace the behaviour of EraserSettings?.GetCurrentCulture?() to yield the …
|
|
|
|
@1479
|
3 years |
lowjoel |
-There is no need to specify the directory to look for the resources since …
|
|
|
|
@1478
|
3 years |
lowjoel |
Reshuffle the order of removing/adding/saving the list of custom methods. …
|
|
|
|
@1477
|
3 years |
lowjoel |
Don't crash when editing a custom erasure method multiple times
|
|
|
|
@1476
|
3 years |
lowjoel |
When switching from Hex to Text view is impossible do not display the …
|
|
|
|
@1475
|
3 years |
lowjoel |
Helps fix #285.
-Display NULL bytes properly; also display the pass …
|
|
|
|
@1474
|
3 years |
lowjoel |
No need to call GetLastError? to get the error code for SfcIsFileProtected?: …
|
|
|
|
@1473
|
3 years |
lowjoel |
No need to call GetLastError? to get the error code for SfcIsFileProtected?: …
|
|
|
|
@1472
|
3 years |
lowjoel |
Fixed error in r1441: when providing progress feedback when erasing MFT …
|
|
|
|
@1471
|
3 years |
lowjoel |
Typo -- when providing progress feedback when erasing MFT resident files …
|
|
|
|