libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added buffer queue depth as configuration option (CH-161).

  1. … 4 more files in changeset.
Rewritten formatting system error messages (CH-163).

    • -0
    • +62
    ./TWin32ErrorFormatter.cpp
    • -0
    • +39
    ./TWin32ErrorFormatter.h
  1. … 5 more files in changeset.
Removed explicit references to chcore namespace from chcore namespace.

  1. … 7 more files in changeset.
Added missing interface implementation file.

    • -0
    • +28
    ./IOverlappedDataBufferQueue.cpp
    • -312
    • +0
    ./Tests/TestsTDataBufferManager.cpp
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

    • -0
    • +46
    ./IOverlappedDataBufferQueue.h
    • -0
    • +30
    ./RoundingFunctions.h
    • -0
    • +121
    ./TOverlappedDataBuffer.cpp
    • -0
    • +92
    ./TOverlappedDataBuffer.h
    • -0
    • +219
    ./TOverlappedDataBufferQueue.cpp
    • -0
    • +84
    ./TOverlappedDataBufferQueue.h
  1. … 11 more files in changeset.
Bugfix: Importing same task twice caused CH to crash. Now tasks are imported with new unique ID every time (CH-159).

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

  1. … 4 more files in changeset.
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
    ./TFakeFileSerializer.cpp
    • -0
    • +48
    ./TFakeFileSerializer.h
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

    • -0
    • +144
    ./TFeedbackHandlerBase.cpp
    • -0
    • +102
    ./TFeedbackHandlerBase.h
  1. … 11 more files in changeset.
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).

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

  1. … 2 more files in changeset.
Bugfix: subtask phase was displayed incorrectly (CH-151).

Bugfix: time counting for tasks and subtasks was not stopped when waiting for user input (CH-145)

    • -0
    • +28
    ./IRunningTimeControl.cpp
    • -0
    • +42
    ./IRunningTimeControl.h
    • -0
    • +42
    ./TFeedbackHandlerWrapper.cpp
    • -0
    • +50
    ./TFeedbackHandlerWrapper.h
    • -0
    • +75
    ./TScopedRunningTimeTracker.cpp
    • -0
    • +51
    ./TScopedRunningTimeTracker.h
    • -0
    • +36
    ./TScopedRunningTimeTrackerPause.cpp
    • -0
    • +43
    ./TScopedRunningTimeTrackerPause.h
  1. … 16 more files in changeset.
Bugfix: resuming paused copying caused asking for replacing existing file, when it was only created previously and no data were written (CH-144).

Bugfix: fixed missing items/second stats (CH-143).

Bugfix: missing paths in some feedback dialogs (CH-147).

  1. … 1 more file in changeset.
Bugfix: wrong stats management when resuming file copy after being cancelled first (CH-141).

Bugfix: pausing/resuming task did not take already processed part of files into account. That caused resuming to ask for file replacement when unnecessary (CH-140).

Fixed a few problems found with VS2013 static analysis.

  1. … 2 more files in changeset.
Updated version release scripts to use VS2013 binaries (CH-136)

  1. … 8 more files in changeset.
Changed build target to v120_xp (CH-135)

  1. … 8 more files in changeset.
Fixed unit tests failing (CH-133).

Updated paths to boost libraries to reference boost 1.57 (CH-132).

  1. … 3 more files in changeset.
Adjusted code to build with boost 1.56.

  1. … 2 more files in changeset.
Included missing unit test file in VS2013 project.

Bugfix: task files often not being deleted when using RemoveFinished/RemoveTask functionalities. With this change the task files locked at the usual deletion time will be deleted at next CH startup (CH-99)

    • -0
    • +115
    ./TObsoleteFiles.cpp
Bugfix: files with sizes changing during copying and files pointed to by symlinks are now copied correctly with correct stats displayed (CH-124).