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

A start at a HTTP-based storage server and client #1161

Merged
merged 29 commits into from Dec 1, 2021

Commits on Nov 12, 2021

  1. News file.

    itamarst committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bea4cf1 View commit details
    Browse the repository at this point in the history
  2. New requirements.

    itamarst committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    e7a5d14 View commit details
    Browse the repository at this point in the history
  3. Another dependency.

    itamarst committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    777d630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a32c6be View commit details
    Browse the repository at this point in the history
  5. First sketch of HTTP client.

    itamarst committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ddd2780 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12cbf8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c101dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Passing first tests.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    41ec63f View commit details
    Browse the repository at this point in the history
  2. Some type annotations.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    671b670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    171d105 View commit details
    Browse the repository at this point in the history
  4. Python 2 support.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c195f89 View commit details
    Browse the repository at this point in the history
  5. Flakes.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a64778d View commit details
    Browse the repository at this point in the history
  6. Duplicate package.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e5b5b50 View commit details
    Browse the repository at this point in the history
  7. Another duplicate.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a1424e9 View commit details
    Browse the repository at this point in the history
  8. Don't use a deprecated API.

    itamarst committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f549488 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Add klein.

    itamarst committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6c514df View commit details
    Browse the repository at this point in the history
  2. A better name for the API.

    itamarst committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c921b15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a593095 View commit details
    Browse the repository at this point in the history
  4. cbor2 for Python 2 on Nix.

    itamarst committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8abc1ad View commit details
    Browse the repository at this point in the history
  5. Add more build inputs.

    itamarst committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    30511ea View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    b014786 View commit details
    Browse the repository at this point in the history
  2. List dependencies.

    itamarst committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    1fc7750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c65a13e View commit details
    Browse the repository at this point in the history
  4. Needs setuptools_scm

    itamarst committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2f4d107 View commit details
    Browse the repository at this point in the history
  5. Simpler way.

    itamarst committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    136bf95 View commit details
    Browse the repository at this point in the history
  6. Another way.

    itamarst committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f2b52f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update nix/cbor2.nix

    Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
    itamarst and exarkun committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d985d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a5966 View commit details
    Browse the repository at this point in the history
  3. Merge branch '3843-start-http-storage-server' of github.com:tahoe-laf…

    …s/tahoe-lafs into 3843-start-http-storage-server
    itamarst committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8cf11c9 View commit details
    Browse the repository at this point in the history