TOverlappedReaderWriterTests.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Decoupled overlapped completion functions from ReaderWriter object. Added notifications to ordered buffer to support correct linking between reader and writer. Various other cleanups. (CH-270)

    • -109
    • +108
    ./TOverlappedReaderWriterTests.cpp
  1. … 18 more files in changeset.
Added unit tests to part of the overlapped buffer handling code (CH-270).

  1. … 16 more files in changeset.
Various fixes in reader/writer handling (CH-270).

  1. … 17 more files in changeset.
Rough version of overlapped reader/writer split (CH-270).

    • -87
    • +53
    ./TOverlappedReaderWriterTests.cpp
  1. … 34 more files in changeset.
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)

    • -65
    • +65
    ./TOverlappedReaderWriterTests.cpp
  1. … 16 more files in changeset.
Separated buffer management from overlapped queue management (CH-270)

    • -0
    • +547
    ./TOverlappedReaderWriterTests.cpp
  1. … 13 more files in changeset.