source: branches/eraser6/Manager/DirectExecutor.cs @ 283

Revision Log Mode:


Legend:

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