Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated signature in AboutBox.

Removed missing file from project.

Removed missing file from project.

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

Bugfix: in shell extension, shortcuts were displayed as grayed out even when valid.

Bugfix: when storing array-values to config file, it wasn't cleared properly earlier, causing multiple entries to be added.

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.

Manual minor version bump for the upcoming alpha release.

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

Got rid of an "unused variable" warning.

    • -0
    • +1
    ./libchcore/TWorkerThreadController.cpp
Merged checking for free space with copy/move subtask.

Simple aesthetic changes.

Simplified local filesystem code (a bit).

Moved thread controller to chcore library.

    • -27
    • +46
    ./libchcore/TWorkerThreadController.cpp
    • -194
    • +0
    ./ch/TWorkerThreadController.cpp
    • -1
    • +14
    ./libchcore/TWorkerThreadController.h
Bugfix: signaling thread to stop didn't work correctly because stop event wasn't propagated (due to auto-reset).

Deleted obsolete file.

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.

Cleanup of unused includes.

Bugfix: file informations were stored in file even when searching for files.

Moved file between projects.

Bugfix: fixed an infinite loop when iterating over files in a directory in some cases.

Bugfix: deleting parts of string caused memory to be overwritten.

Namespace cleanups.

Added missing serialization.

Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 16 more files in changeset.
Missing variable initialization.

Removed debugging code for shell extension.