TSubTaskCopyMove.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed resume task to properly handle appending to existing file (with additional size verification) (CH-186).

Changed the filesystem operations to throw exceptions instead of returning failure states (part 2) (CH-180).

  1. … 14 more files in changeset.
Changed filesystem handling error codes to exceptions (CH-180).

  1. … 8 more files in changeset.
Added support for including custom messages to core exception objects (CH-184).

  1. … 8 more files in changeset.
Refactoring:

  1. … 11 more files in changeset.
Got rid of BEGIN/END_CHCORE_NAMESPACE macros (CH-183).

  1. … 208 more files in changeset.
Added the remaining functionalities of the fake filesystem (still untested) (CH-180).

  1. … 25 more files in changeset.
Refactoring - filesystem handling will now use stateful operations for easier testing (CH-180).

  1. … 23 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

  1. … 21 more files in changeset.
Added partial support for modifying count of buffer while copying (CH-169).

  1. … 29 more files in changeset.
Bugfix: changing buffer size while copying sometimes caused the task to fail with an error (CH-170).

Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

  1. … 6 more files in changeset.
Added unit tests partially covering the buffer and buffer queue (CH-161).

  1. … 7 more files in changeset.
Fixed wrong finalization of file in case no-buffering is used (CH-161).

  1. … 3 more files in changeset.
Separated file finalization (cutting the unnecessary data in no-buffering scenario) from last WriteFile (CH-161).

  1. … 6 more files in changeset.
Added buffer queue depth as configuration option (CH-161).

  1. … 6 more files in changeset.
Added missing interface implementation file.

  1. … 6 more files in changeset.
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

  1. … 25 more files in changeset.
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

  1. … 25 more files in changeset.
Added logging of several task requests to help with diagnosing problem when occurs (CH-156).

  1. … 4 more files in changeset.
Bugfix: subtask phase was displayed incorrectly (CH-151).

  1. … 6 more files in changeset.
Bugfix: time counting for tasks and subtasks was not stopped when waiting for user input (CH-145)

  1. … 30 more files in changeset.
Bugfix: resuming paused copying caused asking for replacing existing file, when it was only created previously and no data were written (CH-144).

  1. … 3 more files in changeset.
Bugfix: missing paths in some feedback dialogs (CH-147).

  1. … 2 more files in changeset.
Bugfix: wrong stats management when resuming file copy after being cancelled first (CH-141).

  1. … 2 more files in changeset.
Bugfix: pausing/resuming task did not take already processed part of files into account. That caused resuming to ask for file replacement when unnecessary (CH-140).

  1. … 6 more files in changeset.
Bugfix: files with sizes changing during copying and files pointed to by symlinks are now copied correctly with correct stats displayed (CH-124).

  1. … 4 more files in changeset.
Performed de-duplication of the progress data and stats data (i.e. current file processed size was available in both progress data and stats data and not always updated simultaneously). There is no separate progress data anymore - everything is now placed in the stats data. (CH-124)

  1. … 16 more files in changeset.
Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 67 more files in changeset.
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) (CH-107).

  1. … 31 more files in changeset.