TFilesystemFeedbackWrapper.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

    • -464
    • +0
    ./TFilesystemFeedbackWrapper.cpp
  1. … 593 more files in changeset.
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. (CH-318).

  1. … 120 more files in changeset.
Switched attribute and file times setting (for files and directories) to use Vista win32 api where possible. Changing attributes will now open the error dialog instead of putting task in error state. Merged attributes and file times options in configuration. Fixed hangs when pausing and resuming tasks. Fixed hangs when ending operation. (CH-200)

  1. … 24 more files in changeset.
Normalized line ending as specified in .gitattributes (CH-312).

    • -426
    • +426
    ./TFilesystemFeedbackWrapper.cpp
  1. … 265 more files in changeset.
Fixed problem with IsFreshlyCreated causing task to go into error state when destination file is not accessible (CH-197)

    • -27
    • +27
    ./TFilesystemFeedbackWrapper.cpp
  1. … 3 more files in changeset.
Fixed problem with stats not being updated when skipping file (CH-302) Simplified error management for feedback wrappers.

  1. … 15 more files in changeset.
Simplified shell extension menu management as a preparation to move its configuration to shared memory (CH-284)

  1. … 28 more files in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

  1. … 55 more files in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

    • -14
    • +14
    ./TFilesystemFeedbackWrapper.cpp
  1. … 54 more files in changeset.
Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

    • -15
    • +14
    ./TFilesystemFeedbackWrapper.cpp
  1. … 41 more files in changeset.
Added the possibility to specify own copy-of names for files as an alternative to the ones defined in translation files (CH-182). Changed default copy-of names in english and polish translations so that always start with %name instead of word "Copy".

  1. … 30 more files in changeset.
Bugfix: error dialog presented empty error messages (CH-248).

  1. … 2 more files in changeset.
Improved engine core exception handling - now all core exceptions have appropriate message and the details are logged into tasks' log file (CH-219).

  1. … 46 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 155 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Adjusted handling of read-only files to reduce the performance impact (CH-203).

    • -25
    • +11
    ./TFilesystemFeedbackWrapper.cpp
  1. … 3 more files in changeset.
Added support for controlling the task (pause/resume/restart/cancel) when in the retry loop.

    • -44
    • +74
    ./TFilesystemFeedbackWrapper.cpp
  1. … 14 more files in changeset.
Changed feedback handling to return also the information if the response was automatic or made by user (CH-165).

    • -14
    • +15
    ./TFilesystemFeedbackWrapper.cpp
  1. … 15 more files in changeset.
Refactoring: extracting the feedback wrappers from subtasks to the separate classes (part 3) (CH-165).

    • -6
    • +243
    ./TFilesystemFeedbackWrapper.cpp
  1. … 8 more files in changeset.
Refactoring: extracting the feedback wrappers from copy/move subtask to the separate classes (CH-165).

    • -0
    • +175
    ./TFilesystemFeedbackWrapper.cpp
  1. … 8 more files in changeset.