Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Partial integration of opening files for write in the background (without explicit Open call) (CH-197).

  1. … 9 more files in changeset.
Unit tests fix (CH-197)

Fixed several issues with pausing and resuming tasks (CH-291)

  1. … 10 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.
Fixed unit tests for the reader/writer functionality (CH-270).

    • -2
    • +116
    ./TOverlappedMemoryPoolTests.cpp
    • -488
    • +1
    ./TOverlappedReaderWriterTests.cpp
  1. … 3 more files in changeset.
Added better error-checking. Fixed several hang/crash scenarios. (CH-270)

  1. … 10 more files in changeset.
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. … 16 more files in changeset.
Rewritten all-buffers-accounted-for handling (simplified; removed dependency on ReaderWriter object) (CH-270).

  1. … 9 more files in changeset.
Replaced failed queue with simpler mechanism embedded in ordered queue (CH-270).

    • -5
    • +14
    ./TSimpleOrderedBufferQueueTests.cpp
  1. … 11 more files in changeset.
Split ordered queue with position locking from simple version of ordered queue (CH-270).

    • -0
    • +67
    ./TSimpleOrderedBufferQueueTests.cpp
  1. … 9 more files in changeset.
Added unit tests for remaining queues. Fixed writer to use failed queue instead of ordered queue. (CH-270)

    • -2
    • +158
    ./TWriteBufferQueueWrapperTests.cpp
  1. … 12 more files in changeset.
Added partial unit tests for TReadBufferQueueWrapper (CH-270).

    • -2
    • +232
    ./TReadBufferQueueWrapperTests.cpp
  1. … 4 more files in changeset.
Added unit tests to part of the overlapped buffer handling code (CH-270).

    • -71
    • +75
    ./TOverlappedDataBufferTests.cpp
  1. … 11 more files in changeset.
Various fixes in reader/writer handling (CH-270).

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

    • -0
    • +11
    ./OverlappedCallbacksTests.cpp
    • -0
    • +11
    ./TBufferListTests.cpp
    • -0
    • +11
    ./TFailedBufferQueueTests.cpp
    • -0
    • +11
    ./TOrderedBufferQueueTests.cpp
    • -0
    • +11
    ./TOverlappedMemoryPoolTests.cpp
    • -0
    • +13
    ./TOverlappedReaderTests.cpp
    • -87
    • +53
    ./TOverlappedReaderWriterTests.cpp
    • -0
    • +14
    ./TOverlappedWriterTests.cpp
    • -0
    • +14
    ./TReadBufferQueueWrapperTests.cpp
    • -0
    • +13
    ./TWriteBufferQueueWrapperTests.cpp
  1. … 24 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)

    • -46
    • +32
    ./TOverlappedDataBufferTests.cpp
    • -65
    • +65
    ./TOverlappedReaderWriterTests.cpp
  1. … 15 more files in changeset.
Fixed release version not building properly. Cleaned up unused code. (CH-270)

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

    • -519
    • +0
    ./TOverlappedDataBufferQueueTests.cpp
    • -21
    • +49
    ./TOverlappedDataBufferTests.cpp
    • -0
    • +547
    ./TOverlappedReaderWriterTests.cpp
  1. … 11 more files in changeset.
Removed unit tests for deleted functionality (CH-270).

Fixed unit tests for overlapped data buffer (CH-206).

    • -27
    • +81
    ./TOverlappedDataBufferQueueTests.cpp
    • -23
    • +63
    ./TOverlappedDataBufferTests.cpp
  1. … 2 more files in changeset.
Fixed liblogger unit tests (CH-206)

  1. … 6 more files in changeset.
Changed the EOL chars in the log messages to \r\n for easier reading in notepad. Fixed unit tests failing.

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

  1. … 54 more files in changeset.
Added and fixed unit tests related to copy-of naming functionality (CH-264).

Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 96 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".

    • -0
    • +80
    ./TestsTTaskConfigVerifier.cpp
  1. … 27 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 and updated unit tests to cover the unicode conversions when reading/storing configuration data (CH-254).

Normalized the behavior of destination path calculation and added unit tests to cover this functionality (CH-247).

    • -4
    • +55
    ./TestsTDestinationPathProvider.cpp
  1. … 3 more files in changeset.
Added the unit test template for destination path calculation (CH-247)

    • -0
    • +97
    ./TestsTDestinationPathProvider.cpp
  1. … 2 more files in changeset.