TFilesystemFileFeedbackWrapper.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added IO cancelling when handling pause/cancel operations. Added updating of dst file stats when writer finishes (based on file size at the moment). Fixed hang when reader or writer exits before getting job finished. Fixed silent resume. (CH-307)

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

    • -75
    • +75
    ./TFilesystemFileFeedbackWrapper.h
  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)

  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.
Fixed showing file error dialog when getting file size fails (e.g. when implicit file opening fails) (CH-197).

  1. … 5 more files in changeset.
Fixed write retries not working properly (CH-297). Added file re-opening on read and write failures (CH-197).

  1. … 4 more files in changeset.
Partial integration of opening files for write in the background (without explicit Open call) (CH-197).

  1. … 9 more files in changeset.
Simplified opening source file - explicit opening of source file is not needed anymore (CH-197)

  1. … 8 more files in changeset.
Moved file copy main processing loop to ReaderWriter object (CH-270).

  1. … 14 more files in changeset.
Several code cleanups. Added notifier to buffer list. (CH-270)

  1. … 12 more files in changeset.
Added unit tests for remaining queues. Fixed writer to use failed queue instead of ordered queue. (CH-270)

    • -11
    • +17
    ./TFilesystemFileFeedbackWrapper.h
  1. … 13 more files in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

  1. … 55 more files in changeset.
Isolated the logger functionalities to the separate static library (CH-206)

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

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

  1. … 41 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

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

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

  1. … 3 more files in changeset.
Project and source files' updates to allow them to build under VS2014.

  1. … 27 more files in changeset.
Added support for controlling the task (pause/resume/restart/cancel) when in the retry loop.

  1. … 14 more files in changeset.
Changed the way attributes are retrieved for file being overwritten (CH-196).

  1. … 7 more files in changeset.
Refactoring: extracting the feedback wrappers from copy/move subtask to the separate classes (part 2) (CH-165).

  1. … 3 more files in changeset.
Refactoring: extracting the feedback wrappers from copy/move subtask to the separate classes (CH-165).

    • -0
    • +54
    ./TFilesystemFileFeedbackWrapper.h
  1. … 8 more files in changeset.