CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated SQLite to version 3.14.1 (CH-255)

    • -6051
    • +15717
    /ext/sqlite3/sqlite3.c
Fixed and updated unit tests to cover the unicode conversions when reading/storing configuration data (CH-254).

    • -10
    • +12
    /src/libchcore/Tests/TestsTConfig.cpp
Fixed crash when handling unicode paths in settings (CH-254).

Fixed CH crashing when task sqlite database cannot be stored on disk (CH-252).

    • -0
    • +73
    /src/ch/TTaskManagerWrapper.cpp
    • -0
    • +35
    /src/ch/TTaskManagerWrapper.h
Refactoring: changed the member variable to a local variable (might solve unreproducible crash in miniview window).

Bugfix: When moving data with one of the special options enabled (ignore folders or force entire path) the copy stats are not presented correctly (CH-250).

Normalized the behavior of destination path calculation and added unit tests to cover this functionality (CH-247).

    • -0
    • +2
    /src/libchcore/TDestinationPathProvider.h
Added the unit test template for destination path calculation (CH-247)

    • -0
    • +6
    /src/libchcore/libchcore.vc140.vcxproj
Refactoring of destination path calculation (CH-247).

    • -0
    • +100
    /src/libchcore/TDestinationPathProvider.cpp
    • -0
    • +49
    /src/libchcore/TDestinationPathProvider.h
    • -5
    • +11
    /src/libchcore/TSubTaskCopyMove.cpp
    • -0
    • +2
    /src/libchcore/libchcore.vc140.vcxproj
Added possibility to copy entire drive (CH-247)

    • -20
    • +37
    /src/libchcore/TLocalFilesystem.cpp
Fixed various issues reported by Coverity Scan (CH-249).

    • -0
    • +3
    /src/libchcore/ConfigNodeContainer.cpp
    • -6
    • +20
    /src/libchcore/TTaskConfiguration.h
    • -4
    • +3
    /src/libictranslate/LanguageDialog.cpp
Fixed several issues reported by coverity scan (CH-249).

    • -7
    • +6
    /src/libictranslate/ResourceManager.cpp
Fixed possible buffer overflows (CH-249).

Fixed possible buffer overflows (CH-249).

Fixed several null dereference issues (CH-249).

    • -5
    • +6
    /src/libchcore/TWin32ErrorFormatter.cpp
Fixed control flow issues reported by Coverity Scan (CH-249).

Fixed uninitialized member (CH-249).

Fixed unintialized members reported by Coverity Scan (CH-249).

    • -12
    • +1
    /src/libictranslate/LanguageDialog.cpp
    • -17
    • +17
    /src/libictranslate/LanguageDialog.h
Fixed possible buffer overflow in translation module (CH-249).

    • -20
    • +21
    /src/libictranslate/ResourceManager.cpp
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).