Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed issues with uninitialized members (CH-249).

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
    ./ch/TPathProcessor.cpp
    • -0
    • +46
    ./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
    • +1
    ./libchcore/TFilesystemFeedbackWrapper.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).

Translation cleanups and updates (CH-242)

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).

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)

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
    ./ictranslate/ictranslate.vc140.vcxproj
    • -0
    • +4
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 2 more files in changeset.
Fixed unit tests for overlapped buffer management (CH-238).

    • -3
    • +11
    ./libchcore/Tests/TOverlappedDataBufferQueueTests.cpp
Fixed problem with task hanging after several re-tries on errors (CH-238)

    • -0
    • +1
    ./libchcore/IOverlappedDataBufferQueue.h
    • -4
    • +18
    ./libchcore/TOverlappedDataBufferQueue.cpp
    • -1
    • +2
    ./libchcore/TOverlappedDataBufferQueue.h
    • -30
    • +74
    ./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).

Fixed problem with language change not being applied immediately throughout the program (CH-235). Updated polish language file.

Added drop functionality to file list and destination combo in custom copy dialog (CH-25)

    • -0
    • +72
    ./ch/CDragDropComboEx.cpp
    • -0
    • +38
    ./ch/CDragDropComboEx.h
    • -0
    • +70
    ./ch/CDragDropListCtrl.cpp
    • -0
    • +38
    ./ch/CDragDropListCtrl.h
Fixed the installer functionality to start CH automatically with system (CH-234)

  1. … 1 more file in changeset.
Fixed problem with restarting move operation that only consisted of fast-move subtask (CH-233).