Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Require a flag to clobber destination files. #108

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    ffb0682 View commit details
    Browse the repository at this point in the history
  2. Allow users to enable clobber with -clobber. ...

    It seems there is an option "-o" for "overwrite". It may have been
    intended to prevent the same thing, or maybe it only works in different
    modes?
    sjuxax committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    596ef29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886a058 View commit details
    Browse the repository at this point in the history
  4. Add a test_clobber test.

    sjuxax committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    a6fcaf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. fix permissive mode on windows

    danielrh authored and sjuxax committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    928df74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2629aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c8e083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d640ba View commit details
    Browse the repository at this point in the history
  5. relax strictness in singlethreaded decompression mode, otherwise we a…

    …re checking items that multithread mode cannot validate
    danielrh authored and sjuxax committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8869910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9537a02 View commit details
    Browse the repository at this point in the history
  7. only assert similarity of last_dc if segment_size > 1 since the overh…

    …ang byte will clobber any incorrect value
    danielrh authored and sjuxax committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    29e3dfa View commit details
    Browse the repository at this point in the history
  8. some additional checks to prevent an infinite loop when presented wit…

    …h certain corrupt files. Also fixing CI.
    danielrh authored and sjuxax committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d16c40e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bba1eb4 View commit details
    Browse the repository at this point in the history
  10. fix dropbox#111

    danielrh authored and sjuxax committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    15178bc View commit details
    Browse the repository at this point in the history
  11. fix warnings, fix dropbox#36

    danielrh authored and sjuxax committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    6d0c18e View commit details
    Browse the repository at this point in the history