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

First pass at using Last-Modified header to set mtime #614

Merged
merged 9 commits into from
Mar 28, 2024

Commits on Oct 24, 2023

  1. First pass at using Last-Modified header to set mtime

    jake authored and jake committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8d5ba01 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'master' into last-mod-download

    jake authored and jake committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fb9e653 View commit details
    Browse the repository at this point in the history
  2. Added support for cases where there is no Last-Modified header (e.g. …

    …testing)
    jake authored and jake committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8fc9d19 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Use email.utils.parsedate_to_datetime to avoid locale issues

    jake authored and jake committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    982e148 View commit details
    Browse the repository at this point in the history
  2. Only use last-mod header for files.xml

    jake authored and jake committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    89c70bd View commit details
    Browse the repository at this point in the history
  3. removed unused import

    jake authored and jake committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    17ba5d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Use Last-Modified for all mtime's

    jake authored and jake committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9db7df5 View commit details
    Browse the repository at this point in the history
  2. Need to get mtime from Last-Mod before checking for skips!

    jake authored and jake committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a00a601 View commit details
    Browse the repository at this point in the history
  3. test fix

    jake authored and jake committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6a8f6b5 View commit details
    Browse the repository at this point in the history