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

RFC: Serve crates-io registry over HTTP as static files #2789

Merged
merged 23 commits into from
Jan 12, 2021

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    35e0090 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    8b572f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb8b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    456dd21 View commit details
    Browse the repository at this point in the history
  4. HTTP-index drawback

    kornelski committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    43b7b58 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Fix typo

    pickfire authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b1eac3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from pickfire/patch-1

    Fix typo
    kornelski authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    a4043ce View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    a0505cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427c5e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Update text/0000-http-index.md

    Co-authored-by: Tobias Bieniek <tobias@bieniek.cloud>
    kornelski and Turbo87 authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    350330c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Update text/0000-http-index.md

    Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
    kornelski and Jon Gjengset authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    e1c0c1e View commit details
    Browse the repository at this point in the history
  2. Update text/0000-http-index.md

    Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
    kornelski and Jon Gjengset authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    1ecf39f View commit details
    Browse the repository at this point in the history
  3. Rename to Sparse index

    kornelski committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    3ec0d7a View commit details
    Browse the repository at this point in the history
  4. Small text changes

    kornelski committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    5aea404 View commit details
    Browse the repository at this point in the history
  5. Update drawbacks

    kornelski committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    5665009 View commit details
    Browse the repository at this point in the history
  6. Handle inconsistent caches

    kornelski committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    e10071f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    85ff517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745c99c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    4403178 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Remove greedy fetch, add feasibility note

    The greedy fetching algorithm should not be normative in the RFC since
    it is likely to be entirely replaced in the ultimate implementation.
    Instead, it serves (along with the experimental implementation) as a
    feasibility proof for the sparse index strategy.
    Jon Gjengset committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    32d2c2e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Typo

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    kornelski and joshtriplett authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    afa6078 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Update 2789 links.

    ehuss committed Jan 12, 2021
    1 Configuration menu
    Copy the full SHA
    1c2d704 View commit details
    Browse the repository at this point in the history
  2. Merging RFC 2789

    ehuss committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3fec7e2 View commit details
    Browse the repository at this point in the history