task.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Got rid of CDestPath class in favor of more general TSmartPath.

  1. … 17 more files in changeset.
Replaced locking in some places with exception-aware versions.

  1. … 7 more files in changeset.
Redesigned configuration management a bit:

  1. … 9 more files in changeset.
Got rid of global config usage in task processing - replaced with local task config.

  1. … 6 more files in changeset.
Completely separated task definition from the partial task progress information:

  1. … 13 more files in changeset.
Bugfix: task stopping (pause/cancel/kill) did not work properly when in copy files phase.

  1. … 1 more file in changeset.
Moved some task configuration options from deprecated class TTaskBasicConfiguration to the task definition object, removed TTaskBasicConfiguration class.

  1. … 3 more files in changeset.
Removed 'advanced' button from status dialog (along with rename input paths functionality which was rather useless).

  1. … 18 more files in changeset.
Renamed two of the almost-obsolete classes so their naming does not collide with the names of classes partially introduced into the project (and to allow for project to be build correctly).

  1. … 2 more files in changeset.
Moved auto handles to separate file (to clean up task.h/cpp).

  1. … 2 more files in changeset.
Got rid completely of the old status flags by moving some task configuration settings to a separate class.

  1. … 2 more files in changeset.
Extracted the sub-operation information from status flags to separate object.

  1. … 1 more file in changeset.
Rewritten part of the main processing thread method to not use exceptions to signalize pausing, cancelling, error and kill requests.

  1. … 3 more files in changeset.
Separated operation type performed by task from the other flags.

  1. … 3 more files in changeset.
Various cleanups - removed unneeded variables, cleaned up code.

  1. … 2 more files in changeset.
Separated task state from other flags (i.e. subtask and task options).

  1. … 4 more files in changeset.
Small cleanups in code.

  1. … 2 more files in changeset.
Rewritten part of the copy engine responsible directly for copying single file:

  1. … 5 more files in changeset.
Extracted most of the basic file operations with feedback support from CustomCopyFile to separate methods.

  1. … 1 more file in changeset.
Got rid of unneeded method.

  1. … 1 more file in changeset.
Got rid of the last but one goto from code.

  1. … 1 more file in changeset.
Reduced amount of information stored in the task description files.

  1. … 5 more files in changeset.
Removed storing/loading of total size and processed size of data to/from archive.

  1. … 3 more files in changeset.
Task API improvements - added thread proc delegation function to avoid calling CTask methods with 'pTask->'.

  1. … 1 more file in changeset.
Removed option 'auto-resume on error' - wasn't really used, did not work properly.

  1. … 7 more files in changeset.
Removed functionality creating n copies of the original file - it made code more complicated, preventing core code from rewriting (hopefully nobody uses it).

  1. … 9 more files in changeset.
Corrected code formatting.

  1. … 20 more files in changeset.
Extracted operation time tracking to a local stats object.

  1. … 3 more files in changeset.
Got rid of unused error code/message field in status dialog.

  1. … 5 more files in changeset.
Bugfix: wrong calculations of the processed/total size.

  1. … 1 more file in changeset.