|
|
|
@1094
|
4 years |
lowjoel |
FxCop? warning fixes
1. Catch specific exception types (Catch Exception …
|
|
|
|
@1093
|
4 years |
lowjoel |
No need to implement Initialize since we don't need the toolbar reference
|
|
|
|
@1092
|
4 years |
lowjoel |
Fixed a few more FxCop? warnings regarding duplicate casts and unoverriden …
|
|
|
|
@1091
|
4 years |
lowjoel |
Do not expose variables (FxCop? fix)
|
|
|
|
@1090
|
4 years |
lowjoel |
Spelling fix (oops)
|
|
|
|
@1089
|
4 years |
lowjoel |
Don't use short forms.
|
|
|
|
@1088
|
4 years |
lowjoel |
Use the Convert form which provides the IFormatProvider interface to …
|
|
|
|
@1087
|
4 years |
lowjoel |
Removed unused declarations
|
|
|
|
@1086
|
4 years |
lowjoel |
Use NtQueryInformationFile? to get ADS information instead of the backup …
|
|
|
|
@1085
|
4 years |
lowjoel |
Open handles to files are closed when the file's ADSes are listed for …
|
|
|
|
@1084
|
4 years |
lowjoel |
Use StreamInfo?.Open to get the handle to the file to list ADSes since that …
|
|
|
|
@1083
|
4 years |
lowjoel |
Let the OpenHandle::Close function return a boolean indicating success for …
|
|
|
|
@1082
|
4 years |
lowjoel |
When erasing folders which don't exist, just ignore the error and continue …
|
|
|
|
@1081
|
4 years |
lowjoel |
Slightly modified icon from Dennis.
|
|
|
|
@1080
|
4 years |
lowjoel |
Move the Website to trunk
|
|
|
|
@1079
|
4 years |
lowjoel |
Move Eraser 6 to trunk
|
|
|
|
@1078
|
4 years |
lowjoel |
Move old trunk to eraser5 subfolder
|
|
|
|
@1077
|
4 years |
lowjoel |
New trunk folder
|
|
|
|
@1076
|
4 years |
lowjoel |
Moving Eraser 6 and website sources to trunk
|
|
|
|
@1075
|
4 years |
lowjoel |
Automatically version the assemblies' revision number based on the SVN …
|
|
|
|
@1074
|
4 years |
lowjoel |
Fixed a crash on shutdown - CryptReleaseContext? was calling itself …
|
|
|
|
@1073
|
4 years |
lowjoel |
When displaying the log if there are no entries for a given session append …
|
|
|
|
@1072
|
4 years |
lowjoel |
When clearing entries from the log make sure that the last entry isn't …
|
|
|
|
@1071
|
4 years |
lowjoel |
Fixed a few code analysis warnings.
|
|
|
|
@1070
|
4 years |
lowjoel |
Sorry, compilo.
|
|
|
|
@1069
|
4 years |
lowjoel |
Close process token handles as well (memory leak fix)
|
|
|
|
@1068
|
4 years |
lowjoel |
-Put the task completion status in the Status column instead of the Next …
|
|
|
|
@1067
|
4 years |
lowjoel |
Schedule tasks that are meant to run with a recurring schedule on start up …
|
|
|
|
@1066
|
4 years |
lowjoel |
Use the latest possible runtime libraries since that's the only thing the …
|
|
|
|
@1065
|
4 years |
lowjoel |
Set svn:keywords.
|
|
|
|
@1064
|
4 years |
lowjoel |
Added relatively untested file unlocking code. Partially implements #14 …
|
|
|
|
@1063
|
4 years |
lowjoel |
-Restored the output file names after a project rename
-Output …
|
|
|
|
@1062
|
4 years |
lowjoel |
Use the Marshal to convert Win32 error codes to .NET exceptions - we tend …
|
|
|
|
@1061
|
4 years |
lowjoel |
Actually UpdateCategoriesDictionary?.GetEnumerator? is implemented, so …
|
|
|
|
@1060
|
4 years |
lowjoel |
Updated a few references and also renamed the Bootstrapper project to …
|
|
|
|
@1059
|
4 years |
lowjoel |
Renamed the folders too.
|
|
|
|
@1058
|
4 years |
lowjoel |
Renamed the Eraser projects to follow the assembly name
|
|
|
|
@1057
|
4 years |
lowjoel |
This particular exception handler seems to be unnecessary now.
|
|
|
|
@1056
|
4 years |
lowjoel |
On top of UnauthorizedAccessExceptions?, we also get IOExceptions for …
|
|
|
|
@1055
|
4 years |
lowjoel |
Woops, made the property an auto-implemented property and forgot to remove …
|
|
|
|
@1054
|
4 years |
lowjoel |
Always call the OnExitInstance? function. When the systme is shutting down …
|
|
|
|
@1053
|
4 years |
lowjoel |
Slightly better definition for operator!= for the Manager.Language class
|
|
|
|
@1052
|
4 years |
lowjoel |
Allow the Manager.Language class to be compared with the CultureInfo? class …
|
|
|
|
@1051
|
4 years |
lowjoel |
If the user specifies that a folder should be deleted if empty, and the …
|
|
|
|
@1050
|
4 years |
lowjoel |
When erasing Recycle bin files erase ADSes before the unnamed stream …
|
|
|
|
@1049
|
4 years |
lowjoel |
Use SetFileAttributes? directly when dealing with streams since that will …
|
|
|
|
@1048
|
4 years |
lowjoel |
Fixed the LogForm?'s resizing: the buttons aren't all over the place now.
|
|
|
|
@1047
|
4 years |
lowjoel |
DragDropLib? needs to be deployed too.
|
|
|
|
@1046
|
4 years |
lowjoel |
The generated code seemed to have appended %1 because we provided a string …
|
|
|
|
@1045
|
4 years |
lowjoel |
Default the targets to the appropriate erasure method. …
|
|
|
|
@1044
|
4 years |
lowjoel |
Implemented drag-and-drop into the scheduler. Task Lists are imported and …
|
|
|
|
@1043
|
4 years |
lowjoel |
I remembered I removed the NativeMethods? folder?
|
|
|
|
@1042
|
4 years |
lowjoel |
-Removed ISAAC since we don't use it anymore
-Added DragDropLib? from …
|
|
|
|
@1041
|
4 years |
lowjoel |
GetPathADSes takes a value by "out", meaning whatever value the totalSize …
|
|
|
|
@1040
|
4 years |
lowjoel |
Prevent the file from being re-created after an erasure (wrong file …
|
|
|
|
@1039
|
4 years |
lowjoel |
Finally fixed all the errors during file erasures. This one is a misuse of …
|
|
|
|
@1038
|
4 years |
lowjoel |
Get the file area before the executor locks it for erasure.
|
|
|
|
@1037
|
4 years |
lowjoel |
Implemented Stream Deletion.
|
|
|
|
@1036
|
4 years |
lowjoel |
I'll be a little conservative and force the line break a little …
|
|
|
|
@1035
|
4 years |
lowjoel |
WIN32_STREAM_ID is a structure with packing 1 - the native packing doesn't …
|
|
|
|
@1034
|
4 years |
lowjoel |
Woops. Property setters for the CAM datetimes need a writeable handle.
|
|
|
|
@1033
|
4 years |
lowjoel |
Allow date Created, date Accessed and date Modified values to be set on …
|
|
|
|
@1032
|
4 years |
lowjoel |
Support FAT32 as well (as part of the FatFileSystem? provider) - so declare …
|
|
|
|
@1031
|
4 years |
lowjoel |
-Added a check at the end of the StreamInfo? OpenFile? function to ensure …
|
|
|
|
@1030
|
4 years |
lowjoel |
Ack - forgot to remove my debug code.
|
|
|
|
@1029
|
4 years |
lowjoel |
Turn off cabinet compression in the MSIs because prior to distribution …
|
|
|
|
@1028
|
4 years |
lowjoel |
All forms should call UXThemeApi.UpdateControlTheme? so that relevant …
|
|
|
|
@1027
|
4 years |
lowjoel |
-Remove ISAAC since we no longer support it
-Register our shell handler …
|
|
|
|
@1026
|
4 years |
lowjoel |
-Disable the context menu for the recycle bin entry when there are no …
|
|
|
|
@1025
|
4 years |
lowjoel |
Link to SHGetStockIconInfo dynamically since we are supposed to support …
|
|
|
|
@1024
|
4 years |
lowjoel |
-Removed the extra catch(OperationCanceledException?) in …
|
|
|
|
@1023
|
4 years |
lowjoel |
Currently all our language-neutral resources are English ones, so we don't …
|
|
|
|
@1022
|
4 years |
lowjoel |
Huge improvements in displaying progress text to user:
-When the progress …
|
|
|
|
@1021
|
4 years |
cjax |
Minor EH as CF changes.
|
|
|
|
@1020
|
4 years |
lowjoel |
Don't pass the main form handle when calling SHEmptyRecycleBin. The call …
|
|
|
|
@1019
|
4 years |
lowjoel |
The Progress Bar's tag should be the currently executing item instead of …
|
|
|
|
@1018
|
4 years |
lowjoel |
Moved more of the drawing to be control-based instead of owner drawing:
…
|
|
|
|
@1017
|
4 years |
lowjoel |
Fixed the padding/margin values in the toolbar such that it looks more …
|
|
|
|
@1016
|
4 years |
lowjoel |
Display the Security Shield with all its glory: query the shell for the …
|
|
|
|
@1015
|
4 years |
lowjoel |
-Reset a file's read-only flag only after an erase failed
-NTFS' minimum …
|
|
|
|
@1014
|
4 years |
lowjoel |
Fixed the valid minimum date range for NTFS.
|
|
|
|
@1013
|
4 years |
lowjoel |
Added Task List shell integration to Eraser - implemented the Shell icon, …
|
|
|
|
@1012
|
4 years |
lowjoel |
Document the fact that LoadFromStream? is meant to append tasks instead of …
|
|
|
|
@1011
|
4 years |
lowjoel |
Allow users to export and import task lists. Implements #193
|
|
|
|
@1010
|
4 years |
lowjoel |
Removed an unnecessary if statement.
|
|
|
|
@1009
|
4 years |
lowjoel |
Last bit on naming
|
|
|
|
@1008
|
4 years |
lowjoel |
Fix the casing of the paths.
|
|
|
|
@1007
|
4 years |
lowjoel |
Renaming the filenames of all API files and names of classes to follow C# …
|
|
|
|
@1006
|
4 years |
lowjoel |
Renaming the filenames of all API files and names of classes to follow C# …
|
|
|
|
@1005
|
4 years |
lowjoel |
Renaming the filenames of all API files and names of classes to follow C# …
|
|
|
|
@1004
|
4 years |
lowjoel |
Renaming the filenames of all API files to follow C# convention.
|
|
|
|
@1003
|
4 years |
lowjoel |
Combined CryptAPI.cs and Permissions.cs to AdvApi?.cs.
|
|
|
|
@1002
|
4 years |
lowjoel |
Set svn:keywords property
|
|
|
|
@1001
|
4 years |
lowjoel |
A bit more reshuffling to place functions in the correct API file.
|
|
|
|
@1000
|
4 years |
lowjoel |
-Move all API calls out of these helper classes and into the relevant *API …
|
|
|
|
@999
|
4 years |
lowjoel |
-Give slightly more intuitive parameter names
-Specify MarshalAs? for …
|
|
|
|
@998
|
4 years |
lowjoel |
-Shifted all native functions into NativeMethods?
-Specify what is meant …
|
|
|
|
@997
|
4 years |
lowjoel |
-Removed the STARTUPINFO structure/GetStartupInfo function since no more …
|
|
|
|
@996
|
4 years |
lowjoel |
Runtime fixes for the EntropySource?.
|
|
|
|
@995
|
4 years |
lowjoel |
Disable unsafe blocks.
|
|
|
|