CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed wrong enum mapping in shell extension (CH-249).

Fixed issues with uninitialized members (CH-249).

    • -6
    • +1
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -9
    • +9
    /src/libchcore/TOverlappedDataBuffer.h
Fixed issues with several uninitialized members (CH-249).

Fixed possible buffer overflow in logging mechanism (CH-249).

Refactoring of path expansion routines to fix the possible buffer overflows (CH-249).

    • -0
    • +166
    /src/ch/TPathProcessor.cpp
    • -0
    • +46
    /src/ch/TPathProcessor.h
Fixed possible resource leak when checking for physical disk number (CH-249).

Fixed resource leak while truncating the log file (CH-249).

Fixed possible resource leak (probably a false positive) (CH-249)

Fixed resource leak in shutdown handling code (CH-249)

Fixed several uninitialized variables (CH-249).

Version bump (1.41).

Bugfix: error dialog presented empty error messages (CH-248).

    • -1
    • +5
    /src/libchcore/TWin32ErrorFormatter.cpp
Fixed problem of importing tasks while other are running (CH-246).

Rough tuning of buffer sizes (CH-245).

Changed default setting for showing icons in shelle extension menu. Remove the experimental notice in english text and polish translation of shell extension options. (CH-244).

Fixed half-empty explorer context menu when using owner-drawn items (CH-244).

    • -0
    • +10
    /src/common/TShellExtMenuConfig.cpp
Updated inno setup installer script to uninstall locked files after reboot (CH-243).

Translation cleanups and updates (CH-242)

    • binary
    /src/ch/langs/TraditionalChinese.lng
Completely disabled sending http headers as they are causing trouble not only in WinXP but also Vista. Improved the user agent string. Additional cleanups in update checker. (CH-241).

Modified updates checking: - added new option to let user decide if he wants secure connection or not (with autodetection), - fixed error messages being displayed incorrectly or empty, - fixed ability to re-check for updates after failure. (CH-241).

    • -1
    • +1
    /src/libchcore/TWin32ErrorFormatter.cpp
Fixed version template to include secure and non-secure addresses (CH-241).

Update checker fixed for Windows XP (CH-241).

Fixed problem with directories' timestamps not being preserved (CH-240)

    • -2
    • +28
    /src/libchcore/TSubTaskCopyMove.cpp
Disabled SIMD extensions in UUID library in boost (CH-239).

Updated boost build scripts to disable SSE for x86_32 builds (CH-239).

Disabled enhanced instruction set (SSE/SSE2) from x86_32 build to (possibly) allow CH to run on older hardware (Athlon, Athlon XP) (CH-239).

    • -0
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
Fixed unit tests for overlapped buffer management (CH-238).

Fixed problem with task hanging after several re-tries on errors (CH-238)

    • -30
    • +74
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed problem with mini-status window showing black 100% filled progress bar for waiting tasks (CH-237).

Reduced dependency on LocalFilesystem within task processing code (CH-236).