Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable10] Store new dav chunks directly, no hooks #28817

Merged
merged 3 commits into from
Aug 29, 2017

Commits on Aug 28, 2017

  1. Store new dav chunks directly, no hooks

    Store new dav chunks directly instead of going through File::put() which
    would run all hooks. Hooks are now only triggered at the end of the
    transfer when the future file is moved to the final file, in which case
    the assemble data goes through File::put() and triggers the hooks.
    Vincent Petry committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    1b2b066 View commit details
    Browse the repository at this point in the history
  2. Adjust checksum tests for new dav chunking

    Don't send checksums for each chunk but for the final move.
    Added test for the final move.
    Removed test code for chunk checksum.
    Vincent Petry committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    2011c95 View commit details
    Browse the repository at this point in the history
  3. Directory::createFileDirectly

    Vincent Petry committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    6428fab View commit details
    Browse the repository at this point in the history