Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Split progress information, so that each subtask manages its own progress state along with its serialization.

  1. … 20 more files in changeset.
Added new subtask class handling fast move operation before scanning directories for files.

  1. … 12 more files in changeset.
Refactoring: split file filtering functionality to two separate files (TFileFilter and TFileFiltersArray).

  1. … 11 more files in changeset.
Refactoring:

  1. … 17 more files in changeset.
Refactoring:

  1. … 8 more files in changeset.
Moved CTask and CTaskArray classes to the libchcore library.

  1. … 4 more files in changeset.
Additional cleanups.

  1. … 2 more files in changeset.
Moved subtask handling to chcore library.

  1. … 14 more files in changeset.
Moved to chcore: task's configuration management, filesystem management, stats management and progress management.

  1. … 24 more files in changeset.
Bugfix: invalid priority was set for the thread in custom copy dialog.

Improved naming convention inside chcore library.

  1. … 9 more files in changeset.
Added TDateTime wrapper to chcore as a replacement for not exportable ATL::CTime.

  1. … 8 more files in changeset.
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 19 more files in changeset.
File filter refactoring/preparation to move to chcore library.

Migrated part of file filtering class to chcore mechanisms.

  1. … 2 more files in changeset.
Moved buffer management to chcore library + some basic refactoring.

  1. … 3 more files in changeset.
Moved TBasePathData.h/cpp files to chcore library.

  1. … 3 more files in changeset.
Removed missing file from project.

Bugfix: tray icon incorrectly reported portable mode in case non-portable mode was enabled.

Bugfix: Tasks loaded at startup did not start automatically when the status was right.

Bugfix: exiting CH while copying data caused status to be changed to finished; this prevented auto-resuming at the next launch.

Disabled enforcing drive detection mechanism - some fixed drives (i.e. TrueCrypt volumes) does not report physical drive location.

Restored usage of 64bit executable of rc2lng in 64bit builds of CH.

Merged checking for free space with copy/move subtask.

Simplified local filesystem code (a bit).

Moved thread controller to chcore library.

  1. … 6 more files in changeset.
Bugfix: signaling thread to stop didn't work correctly because stop event wasn't propagated (due to auto-reset).

Got rid of unneeded drive number cached in the base path.

Replaced buffer type detection algorithm with the one that should work reliably on any system.

  1. … 2 more files in changeset.
Cleanup of unused includes.