Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:fiefdx/python-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:qwj/python-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 5 contributors

Commits on May 9, 2021

  1. ssh reconnect

    @qwj
    qwj committed May 9, 2021
    Configuration menu
    Copy the full SHA
    2e18d25View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Obey RFC2616

    https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html An HTTP/1.1 proxy MUST ensure that any request message it forwards does contain an appropriate Host header field that identifies the service being requested by the proxy. All Internet-based HTTP/1.1 servers MUST respond with a 400 (Bad Request) status code to any HTTP/1.1 request message which lacks a Host header field.
    @Mervent
    Mervent committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    fe495ceView commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Compatible with Python 3.11

    In Python 3.11, asyncio.sslproto.SSLProtocol inherits from asyncio.protocols.BufferedProtocol. In SSLProtocol, data_received() is no longer used and has been replaced with get_buffer() and buffer_updated().
    Jonney authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c970092View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull requestqwj#151from Mervent/master

    Obey RFC2616 in CONNECT request
    @qwj
    qwj authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    4863477View commit details
    Browse the repository at this point in the history
  2. Merge pull requestqwj#163from Jonney/patch-2

    Compatible with Python 3.11
    @qwj
    qwj authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e03384fView commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge branch 'master' ofhttps://github.com/qwj/python-proxy

    python 3.11 compatibility
    @qwj
    qwj committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    09d4752View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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

Commits on Apr 25, 2024

  1. Fix SyntaxWarning

    pproxy/proto.py:7: SyntaxWarning: invalid escape sequence '\['
    @Jonney
    Jonney authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    10f5013View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Merge pull requestqwj#175from vforvideo/admin

    feat: httpadmin protocol for external control
    @qwj
    qwj authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f512359View commit details
    Browse the repository at this point in the history
  2. Merge pull requestqwj#188from Jonney/patch-3

    Fix SyntaxWarning
    @qwj
    qwj authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c3a8446View commit details
    Browse the repository at this point in the history
Loading