Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: qwj/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: Jonney/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.
  • 11 commits
  • 1 file changed
  • 3 contributors

Commits on Sep 27, 2020

  1. Merge pull request #1 from qwj/master

    merge
    Jonney authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    f70708d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Merge pull request #2 from qwj/master

    pull
    Jonney authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    f81e320 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request #3 from Jonney/patch-2

    Another way to run pproxy within a python script
    Jonney authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bc5bc03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from Jonney/patch-3

    Forget to return in setup_iv()
    Jonney authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    4831516 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from qwj/master

    merge
    Jonney authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7bd4e0c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge branch 'qwj:master' into master

    Jonney authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b90eb59 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    6bcc7f4 View commit details
    Browse the repository at this point in the history
  2. Optimize print_server_started() to avoid throw an exception when usin…

    …g the QUIC protocol.
    Jonney committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    c61a562 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Add more judgments for print_server_started()

    Add judgment for asyncio.Transport or uvloop.loop.UDPTransport.
    Add judgment for not all of theme.
    Jonney authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    5ba4782 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. s.getsockname() => s.getsockname()[:2]

    IPV6 s.getsockname() will return a tuple of length 4.
    Jonney authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    bda5ddd View commit details
    Browse the repository at this point in the history
Loading