CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Automatic version bump after tagging 1.40Beta-svn651

Fixed build problem on machines where VS2008 is not installed (CH-167).

Added another batch of unit tests to overlapped buffer and buffer queue (CH-161).

Added more unit tests to buffer and buffer queue classes, fixed problems found with those unit tests (CH-161).

    • -1
    • +1
    /src/libchcore/TOverlappedDataBuffer.cpp
Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

    • -2
    • +12
    /src/libchcore/libchcore.vc120.vcxproj
Added unit tests partially covering the buffer and buffer queue (CH-161).

    • -7
    • +35
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -12
    • +20
    /src/libchcore/TOverlappedDataBuffer.h
    • -0
    • +112
    /src/libchcore/Tests/TOverlappedDataBufferQueueTests.cpp
    • -0
    • +12
    /src/libchcore/Tests/TOverlappedDataBufferTests.cpp
    • -0
    • +3
    /src/libchcore/libchcore.vc120.vcxproj
Fixed wrong finalization of file in case no-buffering is used (CH-161).

    • -3
    • +7
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -1
    • +4
    /src/libchcore/TOverlappedDataBuffer.h
Separated file finalization (cutting the unnecessary data in no-buffering scenario) from last WriteFile (CH-161).

    • -16
    • +32
    /src/libchcore/TLocalFilesystem.cpp
    • -1
    • +15
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -0
    • +6
    /src/libchcore/TOverlappedDataBuffer.h
    • -7
    • +67
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed the events not being correctly set/reset in some cases (CH-161).

Added buffer cleanup procedures to ensure buffers marked as end-of-file are properly interpreted when switching to next file (CH-161).

Added buffer queue depth as configuration option (CH-161).

Rewritten formatting system error messages (CH-163).

    • -0
    • +62
    /src/libchcore/TWin32ErrorFormatter.cpp
    • -0
    • +39
    /src/libchcore/TWin32ErrorFormatter.h
    • -0
    • +2
    /src/libchcore/libchcore.vc120.vcxproj
Removed explicit references to chcore namespace from chcore namespace.

    • -2
    • +2
    /src/libchcore/TFakeFileSerializer.cpp
    • -5
    • +5
    /src/libchcore/TFeedbackHandlerBase.cpp
    • -4
    • +4
    /src/libchcore/TOverlappedDataBuffer.cpp
  1. … 7 more files in changeset.
Added missing interface implementation file.

    • -0
    • +28
    /src/libchcore/IOverlappedDataBufferQueue.cpp
    • -14
    • +9
    /src/libchcore/TSubTaskCopyMove.cpp
    • -6
    • +0
    /src/libchcore/libchcore.vc120.vcxproj
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

    • -0
    • +46
    /src/libchcore/IOverlappedDataBufferQueue.h
    • -0
    • +30
    /src/libchcore/RoundingFunctions.h
    • -0
    • +38
    /src/libchcore/TEvent.cpp
    • -0
    • +44
    /src/libchcore/TEvent.h
    • -12
    • +73
    /src/libchcore/TLocalFilesystem.cpp
    • -0
    • +121
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -0
    • +92
    /src/libchcore/TOverlappedDataBuffer.h
  1. … 11 more files in changeset.
Updated paths to point to boost 1.58 (CH-162).

Updated paths to point to boost 1.58 (CH-162).

Bugfix: Importing same task twice caused CH to crash. Now tasks are imported with new unique ID every time (CH-159).

Bugfix: fixed crash appearing when trying to pass unsupported command line option to CH (CH-158).

Feature: added possibility to export task details from the CustomCopy dialog (CH-157).

    • -78
    • +39
    /src/libchcore/TTaskDefinition.cpp
Bugfix: if migrating task serializer fails, CH exited without warning. Now, for the failed migrations the empty task will be shown in status dialog that will allow user to remove it from the list (CH-148).

    • -0
    • +50
    /src/libchcore/TFakeFileSerializer.cpp
    • -0
    • +48
    /src/libchcore/TFakeFileSerializer.h
    • -1
    • +2
    /src/libchcore/TSQLiteSerializerFactory.h
    • -0
    • +2
    /src/libchcore/libchcore.vc120.vcxproj
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

    • -0
    • +34
    /src/ch/FeedbackHandlerFactory.cpp
    • -0
    • +36
    /src/ch/FeedbackHandlerFactory.h
    • -10
    • +11
    /src/libchcore/EFeedbackResult.h
    • -58
    • +25
    /src/libchcore/IFeedbackHandler.h
    • -1
    • +0
    /src/libchcore/IFeedbackHandlerFactory.h
    • -0
    • +144
    /src/libchcore/TFeedbackHandlerBase.cpp
    • -0
    • +102
    /src/libchcore/TFeedbackHandlerBase.h
  1. … 11 more files in changeset.
Automatic version bump after tagging 1.40Beta-svn629

Bugfix: fixed problem with scanned files not being cleared in DB when cleared in code causing various problems with serialization (of scanned files) and de-synchronizing stats and scanned files (CH-156) (CH-149).

Automatic version bump after tagging 1.40Beta-svn625

Added logging of several task requests to help with diagnosing problem when occurs (CH-156).

Bugfix: task time was not reset when restarting the task (CH-152).

Bugfix: corrected unneeded serializations of data into subtasks_info table (CH-153).

Bugfix: restarting task did not reset the 'do not ask again' flags of feedback handler (CH-150).

    • -0
    • +1
    /src/libchcore/TFeedbackHandlerWrapper.h
Bugfix: subtask phase was displayed incorrectly (CH-151).

    • -4
    • +68
    /src/libchcore/TSQLiteTaskSchema.cpp
    • -2
    • +2
    /src/libchcore/TSubTaskScanDirectory.cpp