Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Fix for binary download resume #1571

Merged
merged 4 commits into from
Feb 27, 2020
Merged

Fix for binary download resume #1571

merged 4 commits into from
Feb 27, 2020

Commits on Feb 26, 2020

  1. Test nongraceful shutdown during binary download

    Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
    Eugene Smirnov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    864bcf0 View commit details
    Browse the repository at this point in the history
  2. storage: remove unused parameter

    Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
    Eugene Smirnov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f4db090 View commit details
    Browse the repository at this point in the history
  3. Don't use size_t for binary file size

    For 32-bit arch SIZE_MAX == (2^32 - 1), which will
    break on files > 4 GB.
    
    Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
    Eugene Smirnov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    635c847 View commit details
    Browse the repository at this point in the history
  4. Get downloaded binary target size from filesystem

    Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com>
    Eugene Smirnov committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    4865dbf View commit details
    Browse the repository at this point in the history