|
|
|
@283
|
5 years |
lowjoel |
Make cluster tips erasure optional when running unused space erasures.
|
|
|
|
@282
|
5 years |
lowjoel |
When erasing unused space, use using clauses to close the file stream …
|
|
|
|
@280
|
5 years |
lowjoel |
Replace the Globals static class with the ManagerLibrary? class which is a …
|
|
|
|
@276
|
5 years |
lowjoel |
Code formatting.
|
|
|
|
@271
|
5 years |
lowjoel |
Move the IsAdministrator? function to the Utils DLL
|
|
|
|
@269
|
5 years |
lowjoel |
-Implemented a few preliminary checks before running the unused disk space …
|
|
|
|
@268
|
5 years |
lowjoel |
Implemented unused space erase, cluster tips erase.
BUT did not implement …
|
|
|
|
@266
|
5 years |
lowjoel |
-Restore the Executor property of tasks when they are loaded
-Define the …
|
|
|
|
@260
|
5 years |
lowjoel |
-Change the RemoveFile? and RemoveFolder? functions to be static since they …
|
|
|
|
@251
|
5 years |
lowjoel |
More accurate computation of data required to erase the stream.
|
|
|
|
@242
|
5 years |
lowjoel |
Restore the log IDs after the tasks have been loaded to ensure the …
|
|
|
|
@240
|
5 years |
lowjoel |
Reschedule the task before saying that it is complete.
|
|
|
|
@236
|
5 years |
lowjoel |
Do run those Erase on Restart tasks.
|
|
|
|
@232
|
5 years |
lowjoel |
-Replaced Task.Entries with Task.Targets since that is a more intuitive …
|
|
|
|
@229
|
5 years |
lowjoel |
Added the ReplaceTask? API to get unexecuted tasks replaced with new …
|
|
|
|
@226
|
5 years |
lowjoel |
-Allow Executor.QueueTask? to queue any sort of tasks - queueing means that …
|
|
|
|
@225
|
5 years |
lowjoel |
Define a QueueTask? function for immediate tasks to be executed repeatedly.
|
|
|
|
@221
|
5 years |
lowjoel |
Added code to allow tasks to be cancelled if they are being executed.
|
|
|
|
@219
|
5 years |
lowjoel |
Implemented time left for erasures.
|
|
|
|
@213
|
5 years |
lowjoel |
-Define the Task start and completion events
-Added the UIText property. …
|
|
|
|
@208
|
5 years |
lowjoel |
Implemented secure folder removal.
|
|
|
|
@206
|
5 years |
lowjoel |
Don't be overparanoid with the use of uint.
|
|
|
|
@202
|
5 years |
lowjoel |
Reimplement the erasure method progress calculation to use floating point …
|
|
|
|
@201
|
5 years |
lowjoel |
Implemented progress update callbacks.
|
|
|
|
@198
|
5 years |
lowjoel |
-Round up the stream size to the cluster size so cluster tips are erased.
…
|
|
|
|
@193
|
5 years |
lowjoel |
Don't directly utilize the DefaultMethod? variable.
|
|
|
|
@191
|
5 years |
lowjoel |
Handle FatalExceptions? in the DirectExecutor? thread.
|
|
|
|
@184
|
5 years |
lowjoel |
Removed the Executor.GetIterator? function since it's rather... weird.
|
|
|
|
@180
|
5 years |
lowjoel |
-For the DirectExecutor?, implemented FilesystemObject? erasures
…
|
|
|
|
@171
|
5 years |
lowjoel |
Allow the DirectExecutor? class to be disposable, thus ending the thread …
|
|
|
|
@163
|
5 years |
lowjoel |
Added Docs for the DirectExecutor? class.
|
|
|
|
@152
|
5 years |
lowjoel |
-Implemented locks for the variables used across threads
-Implemented the …
|
|
|
|
@148
|
5 years |
lowjoel |
Renamed the Manager file to be called Executor, since that more accurately …
|