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

HTTP Digest authentication support #131

Merged
merged 66 commits into from
Jun 19, 2024
Merged

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    31197b8 View commit details
    Browse the repository at this point in the history
  2. Added docstrings; got rid of assertDictEqual in test_digest_auth_mult…

    …iple_calls test case
    mksh authored and jameshilliard committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    fffaaca View commit details
    Browse the repository at this point in the history
  3. PEP8

    mksh authored and jameshilliard committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    0c5d729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d3b18c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42d695d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

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

Commits on Sep 10, 2016

  1. Refactor build_digest_authentication_header as a private method of _R…

    …equestDigestAuthenticationAgent without kwargs
    jameshilliard committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    a627f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8e102 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. Configuration menu
    Copy the full SHA
    2c1817e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91a5c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f6ad8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    1848e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5651fc3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    2e2e6d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e6e298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffdbfa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bd52ff View commit details
    Browse the repository at this point in the history
  5. PEP8

    jameshilliard committed May 11, 2017
    Configuration menu
    Copy the full SHA
    a4dd9f2 View commit details
    Browse the repository at this point in the history
  6. sha256 digest support

    jameshilliard committed May 11, 2017
    Configuration menu
    Copy the full SHA
    05ecf65 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

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

Commits on Nov 7, 2017

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

Commits on Sep 29, 2018

  1. Configuration menu
    Copy the full SHA
    1283fea View commit details
    Browse the repository at this point in the history
  2. bump httpbin version

    jameshilliard committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    03b784b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3515008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0d7208 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    457c56a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c5e7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc772d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1e3222 View commit details
    Browse the repository at this point in the history
  5. Fix flakes for test_auth.py

    mksh committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    00af1b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

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

Commits on Dec 1, 2020

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

Commits on Nov 9, 2022

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

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    ec3e5c9 View commit details
    Browse the repository at this point in the history
  2. Add type annotations

    jameshilliard committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    259a059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5a6e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5a30ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b87b767 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d01bd08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73a68d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1ade85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9a48a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    455605d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    12c0739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8e463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99a0532 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    5269ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cbd556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5359a2a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

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

Commits on Apr 20, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    b5f5d95 View commit details
    Browse the repository at this point in the history
  2. version bump on mypy basepython

    glyph committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f833561 View commit details
    Browse the repository at this point in the history
  3. current brotlipy doesn't build against 3.10 any more, mypy transitive…

    … deps aren't pinned, let's get unstuck
    glyph committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1c35956 View commit details
    Browse the repository at this point in the history
  4. try to catch up this PR with the new, stricter requirements treq has …

    …inherited in the meanwhile
    glyph committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9198250 View commit details
    Browse the repository at this point in the history
  5. add test-case-name

    glyph committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e1cf128 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    580eb8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92fd51c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae9d582 View commit details
    Browse the repository at this point in the history
  9. annotations import

    glyph committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ffa168e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ab4927 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc145a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update src/treq/auth.py

    glyph committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c27e977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    badf9fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a688242 View commit details
    Browse the repository at this point in the history