TOverlappedDataBufferQueue.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved overlapped file position management to reader/writer object. Simplified buffer ordering by using file position as the ordering key (instead of artificial order id). Isolated overlapped memory management to a separate class. Simplified code responsible for retrying reads and writes. (CH-270)

  1. … 16 more files in changeset.
Separated buffer management from overlapped queue management (CH-270)

  1. … 13 more files in changeset.
Fixed cppcheck warnings (CH-272).

  1. … 2 more files in changeset.
Added lots of logging to filesystem handling functions (CH-206)

  1. … 15 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.
Fixed problem with task hanging after several re-tries on errors (CH-238)

  1. … 3 more files in changeset.
Got rid of BEGIN/END_CHCORE_NAMESPACE macros (CH-183).

  1. … 208 more files in changeset.
Added more unit tests to buffer and buffer queue classes, fixed problems found with those unit tests (CH-161).

  1. … 4 more files in changeset.
Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

  1. … 6 more files in changeset.
Fixed the events not being correctly set/reset in some cases (CH-161).

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

  1. … 1 more file in changeset.
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

    • -0
    • +84
    ./TOverlappedDataBufferQueue.h
  1. … 25 more files in changeset.