CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged checking for free space with copy/move subtask.

Fixed memory leaks resulting from missing virtual destructor.

    • -0
    • +2
    /ext/libicpf/src/libicpf/config_base.h
Simple aesthetic changes.

Simplified local filesystem code (a bit).

Moved thread controller to chcore library.

    • -194
    • +0
    /src/ch/TWorkerThreadController.cpp
    • -1
    • +14
    /src/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.

    • -13
    • +13
    /src/libchcore/TTaskDefinition.cpp
Added missing serialization.

    • -0
    • +14
    /src/libchcore/TTaskOperationPlan.cpp
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.

Added std::exception derivation to icpf::exception for easier exception handling.

    • -0
    • +3
    /ext/libicpf/src/libicpf/exception.cpp
    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Removed debugging code for shell extension.

Exception handling improvements.

    • -14
    • +14
    /src/libchcore/TSharedMemory.cpp
    • -10
    • +10
    /src/libchcore/TTaskDefinition.cpp
Bugfix: incorrect deletion of parts of string.

Bugfix: wrong calculation of paths' root component.

Increased usage of TSmartPath and TString.

Replaced obsolete TWStringData with newer TString.

Removed reference to a file added by mistake.

Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 40 more files in changeset.
Improvements in command-line option '--ImportTaskDefinition' - now properly passes command line arguments to already running instance (advances [#2544046]).

Changed the way the incoming data are identified in WM_COPYDATA - it will open the way for other data formats to be passed to CH (e.g. command line from another instance of CH) (advances [#2544046]).

Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

    • -0
    • +94
    /src/chext/ShellPathsHelpers.cpp
    • -0
    • +36
    /src/chext/ShellPathsHelpers.h
  1. … 9 more files in changeset.