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

proxy mode for http proxies #734

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open

proxy mode for http proxies #734

wants to merge 60 commits into from

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    b18179c View commit details
    Browse the repository at this point in the history
  2. fix uncovered self._tls_mode

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    ebb5fea View commit details
    Browse the repository at this point in the history
  3. lint

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    225f1d4 View commit details
    Browse the repository at this point in the history
  4. args added

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    762927b View commit details
    Browse the repository at this point in the history
  5. sync added

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    c3c8776 View commit details
    Browse the repository at this point in the history
  6. lint

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    394fd13 View commit details
    Browse the repository at this point in the history
  7. ProxyMode exposed

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7135a60 View commit details
    Browse the repository at this point in the history
  8. lint

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4f2a1df View commit details
    Browse the repository at this point in the history
  9. cleanup

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e717d64 View commit details
    Browse the repository at this point in the history
  10. lint

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    28c0e90 View commit details
    Browse the repository at this point in the history
  11. update to IntFlag method

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b9c6606 View commit details
    Browse the repository at this point in the history
  12. isort

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a1924b1 View commit details
    Browse the repository at this point in the history
  13. typecheck

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    63deacf View commit details
    Browse the repository at this point in the history
  14. typecheck again!

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    74a93f9 View commit details
    Browse the repository at this point in the history
  15. pls :/

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e63188a View commit details
    Browse the repository at this point in the history
  16. final lint

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    dc5f757 View commit details
    Browse the repository at this point in the history
  17. remove is_tls

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4849b76 View commit details
    Browse the repository at this point in the history
  18. improve readablity

    T-256 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    8bbc6b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. improve readability

    T-256 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3f205eb View commit details
    Browse the repository at this point in the history
  2. lint

    T-256 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e726700 View commit details
    Browse the repository at this point in the history
  3. docs

    T-256 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8de0110 View commit details
    Browse the repository at this point in the history
  4. fix tests

    T-256 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    95e2bcb View commit details
    Browse the repository at this point in the history
  5. fix

    T-256 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f769121 View commit details
    Browse the repository at this point in the history
  6. doc

    T-256 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    81f5e47 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. doc

    T-256 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c62078e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. doc

    T-256 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7d85951 View commit details
    Browse the repository at this point in the history
  2. doc

    T-256 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f163f48 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 4, 2023

  1. refactor ProxyMode

    T-256 authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    067d76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df51960 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. doc

    T-256 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cef82e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    fc56a07 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    T-256 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a815d7d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Link PR

    T-256 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2218a7c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Kar Petrosyan <[email protected]>
    T-256 and karpetrosyan authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3f7697e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update docs/proxies.md

    Co-authored-by: Kar Petrosyan <[email protected]>
    T-256 and karpetrosyan authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    899fb9b View commit details
    Browse the repository at this point in the history
  2. Drop ProxyMode.DEFAULT

    T-256 authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    01379b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. rename FORWARD to GATEWAY

    T-256 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    9a22d73 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    T-256 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5af7839 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    T-256 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    aac8aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2706c46 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    T-256 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    54e9a44 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. rename GATEWAY to FORWARD

    T-256 authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2f74621 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 6, 2023

  1. typo

    T-256 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4a2dd15 View commit details
    Browse the repository at this point in the history
  2. Update docs/proxies.md

    Co-authored-by: Tom Christie <[email protected]>
    T-256 and tomchristie authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    17b216d View commit details
    Browse the repository at this point in the history
  3. Update docs/proxies.md

    Co-authored-by: Tom Christie <[email protected]>
    T-256 and tomchristie authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    81b1903 View commit details
    Browse the repository at this point in the history
  4. Update docs/proxies.md

    Co-authored-by: Tom Christie <[email protected]>
    T-256 and tomchristie authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a244cde View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 14, 2023

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

Commits on Oct 28, 2023

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

Commits on Nov 7, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 10, 2023

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

Commits on Feb 12, 2024

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

Commits on Feb 20, 2024

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

Commits on Mar 9, 2024

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

Commits on Mar 19, 2024

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

Commits on Apr 4, 2024

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